|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInvalidConstraint<T>
Describe a constraint validation defect
TODO add pointers to the metadata?
From the JSR-303 specification
Method Summary | |
---|---|
T |
getInvalidObject()
Root bean being validated |
java.lang.String |
getMessage()
Error message |
java.lang.String |
getPropertyPath()
the property path to the value from rootBean
Null if the value is the rootBean itself |
java.lang.Object |
getValue()
The value failing to pass the constraint |
Method Detail |
---|
java.lang.String getMessage()
T getInvalidObject()
java.lang.Object getValue()
java.lang.String getPropertyPath()
rootBean
Null if the value is the rootBean itself
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |