|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.SizeValidator
public class SizeValidator
Check the size range according to the element
| Constructor Summary | |
|---|---|
SizeValidator()
|
|
| Method Summary | |
|---|---|
void |
initialize(Size parameters)
Take the annotations values |
boolean |
isValid(java.lang.Object value)
does the object/element pass the constraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SizeValidator()
| Method Detail |
|---|
public void initialize(Size parameters)
Validator
initialize in interface Validator<Size>public boolean isValid(java.lang.Object value)
Validator
isValid in interface Validator<Size>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||