Package javax.validation
Interface MessageInterpolator.Context
- Enclosing interface:
- MessageInterpolator
public static interface MessageInterpolator.Context
-
Method Summary
Modifier and TypeMethodDescription<T> T
-
Method Details
-
getConstraintDescriptor
ConstraintDescriptor<?> getConstraintDescriptor() -
getValidatedValue
Object getValidatedValue() -
unwrap
- Since:
- 1.1
-