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

G

GenericBootstrap - Interface in javax.validation.bootstrap
Defines the state used to bootstrap Bean Validation and creates a provider agnostic Configuration.
getAnnotation() - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns the annotation describing the constraint declaration.
getAttributes() - Method in interface javax.validation.metadata.ConstraintDescriptor
Returns a map containing the annotation attribute names as keys and the annotation attribute values as value.
getComposingConstraints() - Method in interface javax.validation.metadata.ConstraintDescriptor
Return a set of composing ConstraintDescriptors where each descriptor describes a composing constraint.
getConstrainedProperties() - Method in interface javax.validation.metadata.BeanDescriptor
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (@Valid).
getConstraintDescriptor() - Method in interface javax.validation.ConstraintViolation
Constraint metadata reported to fail.
getConstraintDescriptor() - Method in interface javax.validation.MessageInterpolator.Context
 
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Retrieve the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor
getConstraintDescriptors() - Method in interface javax.validation.metadata.ElementDescriptor
Return all constraint descriptors for this element in the class hierarchy or an empty Set if none are present.
getConstraintsForClass(Class<?>) - Method in interface javax.validation.Validator
Return the descriptor object describing bean constraints.
getConstraintsForProperty(String) - Method in interface javax.validation.metadata.BeanDescriptor
Return the property descriptor for a given property.
getConstraintValidatorClasses() - Method in interface javax.validation.metadata.ConstraintDescriptor
List of the constraint validation implementation classes.
getConstraintValidatorFactory() - Method in interface javax.validation.spi.ConfigurationState
Returns the constraint validator factory of this configuration.
getConstraintValidatorFactory() - Method in interface javax.validation.ValidatorFactory
Returns the ConstraintValidatorFactory instance configured at initialization time for the ValidatorFactory.
getConstraintViolations() - Method in exception javax.validation.ConstraintViolationException
Set of constraint violations reported during a validation
getDefaultConstraintMessageTemplate() - Method in interface javax.validation.ConstraintValidatorContext
 
getDefaultConstraintValidatorFactory() - Method in interface javax.validation.Configuration
Return an implementation of the ConstraintValidatorFactory interface following the default ConstraintValidatorFactory defined in the specification: uses the public no-arg constructor of the ConstraintValidator
getDefaultMessageInterpolator() - Method in interface javax.validation.Configuration
Return an implementation of the MessageInterpolator interface following the default MessageInterpolator defined in the specification: use the ValidationMessages resource bundle to load keys use Locale.getDefault()
getDefaultTraversableResolver() - Method in interface javax.validation.Configuration
Return an implementation of the TraversableResolver interface following the default TraversableResolver defined in the specification: if Java Persistence is available in the runtime environment, a property is considered reachable if Java Persistence considers the property as loaded if Java Persistence is not available in the runtime environment, all properties are considered reachable all properties are considered cascadable.
getDefaultValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
Specification default ValidationProviderResolver strategy instance.
getElementClass() - Method in interface javax.validation.metadata.ElementDescriptor
 
getGroups() - Method in interface javax.validation.metadata.ConstraintDescriptor
The set of groups the constraint is applied on.
getIndex() - Method in interface javax.validation.Path.Node
 
getInstance(Class<T>) - Method in interface javax.validation.ConstraintValidatorFactory
 
getInvalidValue() - Method in interface javax.validation.ConstraintViolation
 
getKey() - Method in interface javax.validation.Path.Node
 
getLeafBean() - Method in interface javax.validation.ConstraintViolation
If a bean constraint, the bean instance the constraint is applied on If a property constraint, the bean instance hosting the property the constraint is applied on
getMappingStreams() - Method in interface javax.validation.spi.ConfigurationState
Returns a set of configuration streams.
getMessage() - Method in interface javax.validation.ConstraintViolation
 
getMessageInterpolator() - Method in interface javax.validation.spi.ConfigurationState
Returns the message interpolator of this configuration.
getMessageInterpolator() - Method in interface javax.validation.ValidatorFactory
Returns the MessageInterpolator instance configured at initialization time for the ValidatorFactory.
getMessageTemplate() - Method in interface javax.validation.ConstraintViolation
 
getName() - Method in interface javax.validation.Path.Node
Property name the node represents or null if representing an entity on the leaf node (in particular the node in a Path representing the root object has its name null).
getPayload() - Method in interface javax.validation.metadata.ConstraintDescriptor
The set of payload the constraint hosts.
getProperties() - Method in interface javax.validation.spi.ConfigurationState
Returns a map of non type-safe custom properties.
getPropertyName() - Method in interface javax.validation.metadata.PropertyDescriptor
Name of the property acording to the Java Bean specification.
getPropertyPath() - Method in interface javax.validation.ConstraintViolation
 
getRootBean() - Method in interface javax.validation.ConstraintViolation
 
getRootBeanClass() - Method in interface javax.validation.ConstraintViolation
 
getTraversableResolver() - Method in interface javax.validation.spi.ConfigurationState
Returns the traversable resolver for this configuration.
getTraversableResolver() - Method in interface javax.validation.ValidatorFactory
Returns the TraversableResolver instance configured at initialization time for the ValidatorFactory.
getValidatedValue() - Method in interface javax.validation.MessageInterpolator.Context
 
getValidationProviderResolver() - Method in interface javax.validation.spi.BootstrapState
User defined ValidationProviderResolver strategy instance or null if undefined.
getValidationProviders() - Method in interface javax.validation.ValidationProviderResolver
Returns a list of ValidationProviders available in the runtime environment.
getValidator() - Method in interface javax.validation.ValidatorContext
 
getValidator() - Method in interface javax.validation.ValidatorFactory
Returns an initialized Validator instance using the factory defaults for message interpolator, traversable resolver and constraint validator factory.
getValue() - Method in enum javax.validation.constraints.Pattern.Flag
 
GroupDefinitionException - Exception in javax.validation
Exception raised if a group definition is not legal
GroupDefinitionException(String) - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException() - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException(String, Throwable) - Constructor for exception javax.validation.GroupDefinitionException
 
GroupDefinitionException(Throwable) - Constructor for exception javax.validation.GroupDefinitionException
 
GroupSequence - Annotation Type in javax.validation
Define a group sequence The interface hosting @GroupSequence is representing the group sequence.

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