A B C D E F G H I J L M N O P R S T U V

I

ignoreXmlConfiguration() - Method in interface javax.validation.Configuration
Ignore data from the META-INF/validation.xml file if this method is called.
inIterable() - Method in interface javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Mark the node as being in an Iterable or a Map
initialize(A) - Method in interface javax.validation.ConstraintValidator
Initialize the validator in preparation for isValid calls.
interpolate(String, MessageInterpolator.Context) - Method in interface javax.validation.MessageInterpolator
Interpolate the message template based on the contraint validation context.
interpolate(String, MessageInterpolator.Context, Locale) - Method in interface javax.validation.MessageInterpolator
Interpolate the message template based on the contraint validation context.
isBeanConstrained() - Method in interface javax.validation.metadata.BeanDescriptor
Returns true if the bean involves validation: a constraint is hosted on the bean itself a constraint is hosted on one of the bean properties or a bean property is marked for cascade (@Valid)
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface javax.validation.TraversableResolver
Determine if the Bean Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as @Valid.
isCascaded() - Method in interface javax.validation.metadata.PropertyDescriptor
Is the property marked by the @Valid annotation.
isIgnoreXmlConfiguration() - Method in interface javax.validation.spi.ConfigurationState
Returns true if Configuration.ignoreXMLConfiguration() has been called In this case, the ValidatorFactory must ignore META-INF/validation.xml
isInIterable() - Method in interface javax.validation.Path.Node
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface javax.validation.TraversableResolver
Determine if the Bean Validation provider is allowed to reach the property state
isReportAsSingleViolation() - Method in interface javax.validation.metadata.ConstraintDescriptor
 
isValid(T, ConstraintValidatorContext) - Method in interface javax.validation.ConstraintValidator
Implement the validation logic.

A B C D E F G H I J L M N O P R S T U V