javax.validation
Interface MessageInterpolator.Context

Enclosing interface:
MessageInterpolator

public static interface MessageInterpolator.Context

Information related to the interpolation context


Method Summary
 ConstraintDescriptor<?> getConstraintDescriptor()
           
 java.lang.Object getValidatedValue()
           
 

Method Detail

getConstraintDescriptor

ConstraintDescriptor<?> getConstraintDescriptor()
Returns:
ConstraintDescriptor corresponding to the constraint being validated

getValidatedValue

java.lang.Object getValidatedValue()
Returns:
value being validated