We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.validator.
Class BeanValidator.SimpleContext
- java.lang.Object
-
- com.vaadin.data.validator.BeanValidator.SimpleContext
-
All Implemented Interfaces:
Serializable, javax.validation.MessageInterpolator.Context
Enclosing class:
protected static class BeanValidator.SimpleContext extends Object implements javax.validation.MessageInterpolator.Context, Serializable
Simple implementation of a message interpolator context that returns fixed values.
See Also:
-
-
Constructor Summary
Constructors Constructor and Description SimpleContext(Object value, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
Create a simple immutable message interpolator context.
-
Method Summary
All Methods Modifier and Type Method and Description javax.validation.metadata.ConstraintDescriptor<?>
getConstraintDescriptor()
Object
getValidatedValue()
-
-
-
Constructor Detail
-
SimpleContext
public SimpleContext(Object value, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
Create a simple immutable message interpolator context.
Parameters:
value
- value being validateddescriptor
- ConstraintDescriptor corresponding to the constraint being validated
-
-
Method Detail
-
getConstraintDescriptor
public javax.validation.metadata.ConstraintDescriptor<?> getConstraintDescriptor()
Specified by:
getConstraintDescriptor
in interfacejavax.validation.MessageInterpolator.Context
-
getValidatedValue
public Object getValidatedValue()
Specified by:
getValidatedValue
in interfacejavax.validation.MessageInterpolator.Context
-
-