|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Configuration
.
Configuration
for a particular provider implementation.
ValidatorFactory
.Configuration
and a
ValidatorProvider to create a ValidatorFactory
.ConstraintValidator
instance from its class.T
,
the Configuration
subinterface.
BigDecimal
BigInteger
String
byte
, short
, int
, long
,
and their respective wrapper types
null
elements are considered validConstraintDescriptor
s where each
descriptor describes a composing constraint.
MessageInterpolator
instance configured at
initialization time for the ValidatorFactory.
- getMessageTemplate() -
Method in interface javax.validation.ConstraintViolation
-
- getName() -
Method in interface javax.validation.Path.Node
-
- 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.
- getUnorderedConstraintDescriptorsMatchingGroups(Class<?>...) -
Method in interface javax.validation.metadata.ElementDescriptor
- Return the list of matching constraints for a given set of groups for this element.
- 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
-
- 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.
@Valid
.
@Valid
annotation.
null
.T
.Validator
compliant
with this state.
propertyName
of object
propertyName
would the property value be value
ConstraintViolation
objects return null for
ConstraintViolation.getRootBean()
and ConstraintViolation.getLeafBean()
Validator
instances.Validator
instances.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |