Package javax.validation
Interface MessageInterpolator.Context
-
- Enclosing interface:
- MessageInterpolator
public static interface MessageInterpolator.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstraintDescriptor<?>getConstraintDescriptor()java.lang.ObjectgetValidatedValue()
-
-
-
Method Detail
-
getConstraintDescriptor
ConstraintDescriptor<?> getConstraintDescriptor()
-
getValidatedValue
java.lang.Object getValidatedValue()
-
-