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

A

action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.util.privilegedactions.ConstructorInstance
 
action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.privilegedactions.GetAnnotationParameter
 
action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.util.privilegedactions.GetConstructor
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredField
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredFields
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethods
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethod
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethods
 
action(String, Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.LoadClass
 
action(Class<T>, String) - Static method in class org.hibernate.validator.util.privilegedactions.NewInstance
 
action(Member) - Static method in class org.hibernate.validator.util.privilegedactions.SetAccessibility
 
add(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
addAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
addBeanMetaData(Class<T>, BeanMetaDataImpl<T>) - Method in class org.hibernate.validator.metadata.BeanMetaDataCache
 
addCascadeConfig(CascadeDef) - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
addConstraintConfig(ConstraintDef<?>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
addConstraintDescriptor(ConstraintDescriptorImpl) - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
addConstraintFailures(List<ConstraintViolation<T>>) - Method in class org.hibernate.validator.engine.ValidationContext
 
addConstraintValidatorDefinition(Class<A>, List<Class<? extends ConstraintValidator<? extends Annotation, ?>>>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
addDefaultGroupSequence(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
addMapping(InputStream) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
addMapping(ConstraintMapping) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
addNode(Path.Node) - Method in class org.hibernate.validator.engine.PathImpl
 
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
addProperty(String, String) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
AggregateResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A ResourceBundleLocator implementation that provides access to multiple source ResourceBundles by merging them into one aggregated bundle.
AggregateResourceBundleLocator(List<String>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator(List<String>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator.AggregateBundle - Class in org.hibernate.validator.resourceloading
A ResourceBundle which's content is aggregated from multiple source bundles.
AggregateResourceBundleLocator.AggregateBundle(List<ResourceBundle>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
Creates a new AggregateBundle.
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
annotation - Variable in class org.hibernate.validator.xml.ConstraintDefinitionType
 
annotation - Variable in class org.hibernate.validator.xml.ConstraintType
 
AnnotationDescriptor<T extends Annotation> - Class in org.hibernate.validator.util.annotationfactory
Encapsulates the data you need to create an annotation.
AnnotationDescriptor(Class<T>) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
AnnotationDescriptor(Class<T>, Map<String, Object>) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
AnnotationFactory - Class in org.hibernate.validator.util.annotationfactory
Creates live annotations (actually AnnotationProxies) from AnnotationDescriptors.
AnnotationFactory() - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationFactory
 
AnnotationIgnores - Class in org.hibernate.validator.metadata
This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored.
AnnotationIgnores() - Constructor for class org.hibernate.validator.metadata.AnnotationIgnores
 
AnnotationProxy - Class in org.hibernate.validator.util.annotationfactory
A concrete implementation of Annotation that pretends it is a "real" source code annotation.
AnnotationProxy(AnnotationDescriptor) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
annotationType() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
AnnotationType - Class in org.hibernate.validator.xml
Java class for annotationType complex type.
AnnotationType() - Constructor for class org.hibernate.validator.xml.AnnotationType
 
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
AssertFalseDef - Class in org.hibernate.validator.cfg.defs
 
AssertFalseDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
 
AssertFalseValidator - Class in org.hibernate.validator.constraints.impl
Validates that the value passed is false
AssertFalseValidator() - Constructor for class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
AssertTrueDef - Class in org.hibernate.validator.cfg.defs
 
AssertTrueDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
 
AssertTrueValidator - Class in org.hibernate.validator.constraints.impl
Validates that the value passed is true
AssertTrueValidator() - Constructor for class org.hibernate.validator.constraints.impl.AssertTrueValidator
 

B

bean - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
BeanDescriptorImpl<T> - Class in org.hibernate.validator.metadata
 
BeanDescriptorImpl(BeanMetaData<T>) - Constructor for class org.hibernate.validator.metadata.BeanDescriptorImpl
 
BeanMetaData<T> - Interface in org.hibernate.validator.metadata
Interface defining the meta data about the constraints defined in a given bean.
BeanMetaDataCache - Class in org.hibernate.validator.metadata
Cache for created instances of BeanMetaData.
BeanMetaDataCache() - Constructor for class org.hibernate.validator.metadata.BeanMetaDataCache
 
BeanMetaDataImpl<T> - Class in org.hibernate.validator.metadata
This class encapsulates all meta data needed for validation.
BeanMetaDataImpl(Class<T>, ConstraintHelper, BeanMetaDataCache) - Constructor for class org.hibernate.validator.metadata.BeanMetaDataImpl
 
BeanMetaDataImpl(Class<T>, ConstraintHelper, List<Class<?>>, Map<Class<?>, List<MetaConstraint<T, ?>>>, List<Member>, AnnotationIgnores, BeanMetaDataCache) - Constructor for class org.hibernate.validator.metadata.BeanMetaDataImpl
 
beanType - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
BeanType - Class in org.hibernate.validator.xml
Java class for beanType complex type.
BeanType() - Constructor for class org.hibernate.validator.xml.BeanType
 
boxedType(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the autoboxed type of a primitive type.
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
buildValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 

C

CachingResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A ResourceBundleLocator implementation that wraps around another locator and caches values retrieved from that locator.
CachingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
Creates a new CachingResourceBundleLocator.
CascadeDef - Class in org.hibernate.validator.cfg
 
CascadeDef(Class<?>, String, ElementType) - Constructor for class org.hibernate.validator.cfg.CascadeDef
 
classType - Variable in class org.hibernate.validator.xml.BeanType
 
ClassType - Class in org.hibernate.validator.xml
Java class for classType complex type.
ClassType() - Constructor for class org.hibernate.validator.xml.ClassType
 
clazz - Variable in class org.hibernate.validator.xml.BeanType
 
clear() - Method in class org.hibernate.validator.util.IdentitySet
 
computeClassHierarchy(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Get all superclasses and interfaces recursively.
configProperties - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
ConfigurationImpl - Class in org.hibernate.validator.engine
Hibernate specific Configuration implementation.
ConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.engine.ConfigurationImpl
 
ConfigurationImpl(ValidationProvider) - Constructor for class org.hibernate.validator.engine.ConfigurationImpl
 
constraint(Class<T>) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
constraint(Class<T>) - Method in class org.hibernate.validator.cfg.ConstraintsForType
Add a new constraint.
constraint - Variable in class org.hibernate.validator.xml.ClassType
 
constraint - Variable in class org.hibernate.validator.xml.FieldType
 
constraint - Variable in class org.hibernate.validator.xml.GetterType
 
ConstraintDef<A extends Annotation> - Class in org.hibernate.validator.cfg
 
ConstraintDef(Class<?>, Class<A>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(Class<?>, Class<A>, String, ElementType, Map<String, Object>, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
constraintDefinition - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
ConstraintDefinitionType - Class in org.hibernate.validator.xml
Java class for constraint-definitionType complex type.
ConstraintDefinitionType() - Constructor for class org.hibernate.validator.xml.ConstraintDefinitionType
 
ConstraintDefWrapper<A extends Annotation> - Class in org.hibernate.validator.cfg
 
ConstraintDefWrapper(Class<?>, Class<A>, String, ElementType, Map<String, Object>, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintDefWrapper
 
ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.metadata
Describe a single constraint (including it's composing constraints).
ConstraintDescriptorImpl(T, ConstraintHelper, Class<?>, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(T, ConstraintHelper, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
ConstraintHelper - Class in org.hibernate.validator.metadata
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
ConstraintHelper() - Constructor for class org.hibernate.validator.metadata.ConstraintHelper
 
ConstraintMapping - Class in org.hibernate.validator.cfg
Top level class for constraints configured via the programmatic API.
ConstraintMapping() - Constructor for class org.hibernate.validator.cfg.ConstraintMapping
 
constraintMapping - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
ConstraintMappingsType - Class in org.hibernate.validator.xml
Java class for constraint-mappingsType complex type.
ConstraintMappingsType() - Constructor for class org.hibernate.validator.xml.ConstraintMappingsType
 
ConstraintOrigin - Enum in org.hibernate.validator.metadata
Visibility looked at when discovering constraints.
ConstraintsForType - Class in org.hibernate.validator.cfg
Via instances of this class constraints and cascading properties can be configured for a single bean class.
ConstraintsForType(Class<?>, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintsForType
 
ConstraintsForType(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintsForType
 
ConstraintTree<A extends Annotation> - Class in org.hibernate.validator.engine
Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
ConstraintTree(ConstraintDescriptorImpl<A>) - Constructor for class org.hibernate.validator.engine.ConstraintTree
 
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
constraintType(Class<?>) - Method in class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
ConstraintType - Class in org.hibernate.validator.xml
Java class for constraintType complex type.
ConstraintType() - Constructor for class org.hibernate.validator.xml.ConstraintType
 
ConstraintValidatorContextImpl - Class in org.hibernate.validator.engine
 
ConstraintValidatorContextImpl(PathImpl, ConstraintDescriptor<?>) - Constructor for class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
constraintValidatorFactory - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
constraintValidatorFactory - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
ConstraintValidatorFactoryImpl - Class in org.hibernate.validator.engine
Default ConstraintValidatorFactory using a no-arg constructor.
ConstraintValidatorFactoryImpl() - Constructor for class org.hibernate.validator.engine.ConstraintValidatorFactoryImpl
 
ConstraintViolationImpl<T> - Class in org.hibernate.validator.engine
 
ConstraintViolationImpl(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor, ElementType) - Constructor for class org.hibernate.validator.engine.ConstraintViolationImpl
 
ConstructorInstance<T> - Class in org.hibernate.validator.util.privilegedactions
Execute instance creation as privileged action.
contains(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
containsConstraintValidatorDefinition(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
containsElement(String) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
containsField(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the specified class contains a field with the given name.
containsMethod(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the specified class contains a method with the given name.
containsMethodWithPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the specified class contains a method for the specified property.
content - Variable in class org.hibernate.validator.xml.ElementType
 
create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationFactory
 
createAnnotationType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of AnnotationType
createBeanType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of BeanType
createClassType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ClassType
createConstraintDefinitionType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintDefinitionType
createConstraintMappings(ConstraintMappingsType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<ConstraintMappingsType>}
createConstraintMappingsType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintMappingsType
createConstraintType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintType
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.engine.ValidationContext
 
createConstraintViolations(ValueContext<U, V>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
createElementType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ElementType
createElementTypeAnnotation(AnnotationType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<AnnotationType>}
createElementTypeValue(String) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<String>}
createFieldType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of FieldType
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createGetterType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GetterType
createGroupSequenceType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GroupSequenceType
createGroupsType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GroupsType
createNewPath(String) - Static method in class org.hibernate.validator.engine.PathImpl
 
createPathFromString(String) - Static method in class org.hibernate.validator.engine.PathImpl
Returns a Path instance representing the path described by the given string.
createPayloadType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of PayloadType
createPropertyType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of PropertyType
createShallowCopy(Path) - Static method in class org.hibernate.validator.engine.PathImpl
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createValidatedByType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ValidatedByType
createValidationConfig(ValidationConfigType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<ValidationConfigType>}
createValidationConfigType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ValidationConfigType
CreditCardNumber - Annotation Type in org.hibernate.validator.constraints
The annotated element has to represent a valid credit card number.
CreditCardNumber.List - Annotation Type in org.hibernate.validator.constraints
Defines several @CreditCardNumber annotations on the same element.
CreditCardNumberDef - Class in org.hibernate.validator.cfg.defs
 
CreditCardNumberDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.CreditCardNumberDef
 
CreditCardNumberValidator - Class in org.hibernate.validator.constraints.impl
Check a credit card number through the Luhn algorithm.
CreditCardNumberValidator() - Constructor for class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 

D

DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMaxDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMaxValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
DecimalMaxValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value less than or equal to the maximum value specified.
DecimalMaxValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMinDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DecimalMinValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMinValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
DecimalMinValidatorForString - Class in org.hibernate.validator.constraints.impl
 
DecimalMinValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
The name of the default message bundle.
defaultGroupSequence(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintsForType
Defines the default groups sequence for the bean class of this instance.
defaultGroupSequenceIsRedefined() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
defaultGroupSequenceIsRedefined() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
defaultPackage - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
defaultProvider - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
DefaultTraversableResolver - Class in org.hibernate.validator.engine.resolver
A JPA 2 aware TraversableResolver.
DefaultTraversableResolver() - Constructor for class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
DelegatingResourceBundleLocator - Class in org.hibernate.validator.resourceloading
Abstract base for all ResourceBundleLocator implementations, that wish to delegate to some other locator.
DelegatingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
 
DigitsDef - Class in org.hibernate.validator.cfg.defs
 
DigitsDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
 
DigitsValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Validates that the Number being validates matches the pattern defined in the constraint.
DigitsValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
DigitsValidatorForString - Class in org.hibernate.validator.constraints.impl
Validates that the String being validated consists of digits, and matches the pattern defined in the constraint.
DigitsValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
disableDefaultConstraintViolation() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 

E

element - Variable in class org.hibernate.validator.xml.AnnotationType
 
element - Variable in class org.hibernate.validator.xml.ConstraintType
 
ElementDescriptorImpl - Class in org.hibernate.validator.metadata
Describe a validated element (class, field or property).
ElementDescriptorImpl(Class<?>, BeanMetaData<?>) - Constructor for class org.hibernate.validator.metadata.ElementDescriptorImpl
 
elementType - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
ElementType - Class in org.hibernate.validator.xml
Java class for elementType complex type.
ElementType() - Constructor for class org.hibernate.validator.xml.ElementType
 
Email - Annotation Type in org.hibernate.validator.constraints
The string has to be a well-formed email address.
Email.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Email annotations on the same element.
EmailDef - Class in org.hibernate.validator.cfg.defs
 
EmailDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.EmailDef
 
EmailValidator - Class in org.hibernate.validator.constraints.impl
Checks that a given string is a well-formed email address.
EmailValidator() - Constructor for class org.hibernate.validator.constraints.impl.EmailValidator
 
equals(Object) - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
equals(Object) - Method in class org.hibernate.validator.engine.groups.Group
 
equals(Object) - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
equals(Object) - Method in class org.hibernate.validator.engine.NodeImpl
 
equals(Object) - Method in class org.hibernate.validator.engine.PathImpl
 
evaluate(String, Object, String) - Method in class org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluator
Makes the given object available in then engine-scoped script context and executes the given script.

F

field - Variable in class org.hibernate.validator.xml.BeanType
 
FieldType - Class in org.hibernate.validator.xml
Java class for fieldType complex type.
FieldType() - Constructor for class org.hibernate.validator.xml.FieldType
 
findConstraints() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
flags(Pattern.Flag[]) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
fromClass(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
fromContext() - Static method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
FutureDef - Class in org.hibernate.validator.cfg.defs
 
FutureDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 
FutureValidatorForCalendar - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Calendar passed to be validated is in the future.
FutureValidatorForCalendar() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
FutureValidatorForDate - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Date passed to be validated is in the future.
FutureValidatorForDate() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 

G

GenericConstraintDef - Class in org.hibernate.validator.cfg.defs
A ConstraintDef class which can be used to configure any constraint type.
GenericConstraintDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
getAnnotation() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getAnnotation() - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Gets the value of the annotation property.
getAnnotation() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the annotation property.
getAnnotationIgnores() - Method in class org.hibernate.validator.xml.XmlMappingParser
 
GetAnnotationParameter<T> - Class in org.hibernate.validator.util.privilegedactions
 
getAnnotationParameter(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getAttributes() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getBean() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the bean property.
getBeanClass() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getBeanClass() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getBeanClass() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getBeanDescriptor() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getBeanDescriptor() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.metadata.BeanMetaDataCache
 
getBeanType() - Method in class org.hibernate.validator.cfg.CascadeDef
 
getBeanType() - Method in class org.hibernate.validator.cfg.ConstraintDefWrapper
 
getBuiltInConstraints(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
getCascadeConfig() - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
getCascadedMembers() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getCascadedMembers() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getCascadedMembersForClass(Class<?>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getChildren() - Method in class org.hibernate.validator.engine.ConstraintTree
 
GetClassLoader - Class in org.hibernate.validator.util.privilegedactions
 
getClassLoaderFromClass(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getClassLoaderFromContext() - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getClassType() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the classType property.
getClazz() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the clazz property.
getComposingConstraints() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getConfiguredClasses() - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
getConstrainedProperties() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstrainedProperties() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getConstrainedProperties() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getConstraint() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the constraint property.
getConstraintConfig() - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
getConstraintDefinition() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the constraintDefinition property.
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
getConstraintDescriptors() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
getConstraintMapping() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the constraintMapping property.
getConstraintsForClass(Class<?>) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
getConstraintsForClass(Class<T>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getConstraintsForProperty(String) - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstraintType() - Method in class org.hibernate.validator.cfg.ConstraintDefWrapper
 
getConstraintValidatorClasses() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getConstraintValidatorDefinition(Class<T>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ValidationContext
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the constraintValidatorFactory property.
GetConstructor<T> - Class in org.hibernate.validator.util.privilegedactions
 
getConstructor(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getContent() - Method in class org.hibernate.validator.xml.ElementType
Gets the value of the content property.
getContextForValidate(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateProperty(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateValue(Class<T>, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getCurrentBean() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentBeanType() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentGroup() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.engine.ValueContext
 
GetDeclaredField - Class in org.hibernate.validator.util.privilegedactions
 
GetDeclaredFields - Class in org.hibernate.validator.util.privilegedactions
 
GetDeclaredMethods - Class in org.hibernate.validator.util.privilegedactions
 
getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultGroupSequence() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getDefaultGroupSequence() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getDefaultIgnoreAnnotation(Class<?>) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
getDefaultMessageInterpolator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultPackage() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the defaultPackage property.
getDefaultProvider() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the defaultProvider property.
getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Returns the ResourceBundleLocator used by the default message interpolator to load user-provided resource bundles.
getDefaultSequence(Class<?>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefinedOn() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getDescriptor() - Method in class org.hibernate.validator.engine.ConstraintTree
 
getDescriptor() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getElement() - Method in class org.hibernate.validator.xml.AnnotationType
Gets the value of the element property.
getElement() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the element property.
getElementClass() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
getElementType() - Method in class org.hibernate.validator.cfg.CascadeDef
 
getElementType() - Method in class org.hibernate.validator.cfg.ConstraintDefWrapper
 
getElementType() - Method in class org.hibernate.validator.engine.ValueContext
 
getElementType() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getElementType() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getFailingConstraints() - Method in class org.hibernate.validator.engine.ValidationContext
 
getField(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the field with the specified name or null if it does not exist.
getField() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the field property.
getFields(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the fields of the specified class.
getGetter() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the getter property.
getGroup() - Method in class org.hibernate.validator.engine.groups.Group
 
getGroupChainFor(Collection<Class<?>>) - Method in class org.hibernate.validator.engine.groups.GroupChainGenerator
Generates a chain of groups to be validated given the specified validation groups.
getGroupIterator() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
getGroupList() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getGroups() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getGroups() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the groups property.
getGroupSequence() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the groupSequence property.
getIndex() - Method in class org.hibernate.validator.engine.NodeImpl
 
getIndexedType(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
Determines the type of elements of an Iterable, array or the value of a Map.
getIndexedValue(Object, Integer) - Static method in class org.hibernate.validator.util.ReflectionHelper
Tries to retrieve the indexed value from the specified object.
getInstance() - Static method in class org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluatorFactory
Retrieves an instance of this factory.
getInstance(Class<T>) - Method in class org.hibernate.validator.engine.ConstraintValidatorFactoryImpl
 
getInstance(Class<S>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
Returns a new descriptor for the given annotation type.
getInstance(Class<S>, Map<String, Object>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
Returns a new descriptor for the given annotation type.
getInvalidValue() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getKey() - Method in class org.hibernate.validator.engine.NodeImpl
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getLeafBean() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getLeafNode() - Method in class org.hibernate.validator.engine.PathImpl
 
getLocalExecutionContext(T) - Static method in class org.hibernate.validator.engine.ValueContext
 
getLocalExecutionContext(Class<T>) - Static method in class org.hibernate.validator.engine.ValueContext
 
getMappedValue(Object, Object) - Static method in class org.hibernate.validator.util.ReflectionHelper
Tries to retrieve the mapped value from the specified object.
getMapping() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMappingStreams() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMember() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getMember(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the member with the given name and type.
getMessage() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getMessage() - Method in class org.hibernate.validator.engine.MessageAndPath
 
getMessage() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the message property.
getMessageAndPathList() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ValidationContext
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getMessageInterpolator() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the messageInterpolator property.
getMessageTemplate() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getMetaConstraintsAsList() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getMetaConstraintsAsList() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getMetaConstraintsAsMap() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getMetaConstraintsAsMap() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
GetMethod - Class in org.hibernate.validator.util.privilegedactions
 
getMethod(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the method with the specified name or null if it does not exist.
GetMethodFromPropertyName - Class in org.hibernate.validator.util.privilegedactions
 
getMethodFromPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the method with the specified property name or null if it does not exist.
GetMethods - Class in org.hibernate.validator.util.privilegedactions
 
getMethods(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the methods of the specified class.
getMultiValueConstraints(A) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether a given annotation is a multi value constraint and returns the contained constraints if so.
getName() - Method in class org.hibernate.validator.engine.NodeImpl
 
getName() - Method in class org.hibernate.validator.xml.ElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.PropertyType
Gets the value of the name property.
getParameters() - Method in class org.hibernate.validator.cfg.ConstraintDefWrapper
 
getPath() - Method in class org.hibernate.validator.engine.MessageAndPath
 
getPathWithoutLeafNode() - Method in class org.hibernate.validator.engine.PathImpl
 
getPayload() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getPayload() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the payload property.
getProperties() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getProperty() - Method in class org.hibernate.validator.cfg.CascadeDef
 
getProperty() - Method in class org.hibernate.validator.cfg.ConstraintDefWrapper
 
getProperty() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the property property.
getPropertyDescriptor(String) - Method in interface org.hibernate.validator.metadata.BeanMetaData
Return PropertyDescriptor for the given property.
getPropertyDescriptor(String) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getPropertyName() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getPropertyName() - Method in class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
getPropertyName(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
Process bean properties getter by applying the JavaBean naming conventions.
getPropertyPath() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getPropertyPath() - Method in class org.hibernate.validator.engine.ValueContext
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
Search current thread classloader for the resource bundle.
getResourceBundle(Locale) - Method in interface org.hibernate.validator.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getRootBean() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getRootBean() - Method in class org.hibernate.validator.engine.ValidationContext
 
getRootBeanClass() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getRootBeanClass() - Method in class org.hibernate.validator.engine.ValidationContext
 
getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluatorFactory
Retrieves a script executor for the given language.
getSequence() - Method in class org.hibernate.validator.engine.groups.Group
 
getSequenceIterator() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
getter - Variable in class org.hibernate.validator.xml.BeanType
 
GetterType - Class in org.hibernate.validator.xml
Java class for getterType complex type.
GetterType() - Constructor for class org.hibernate.validator.xml.GetterType
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ValidationContext
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getTraversableResolver() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the traversableResolver property.
getType(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the type of the field of return type of a method.
getValid() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the valid property.
getValid() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the valid property.
getValidatedBy() - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Gets the value of the validatedBy property.
getValidatedValue() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
getValidator() - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
getValidator() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getValidator() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getValidatorsTypes(List<Class<? extends ConstraintValidator<T, ?>>>) - Static method in class org.hibernate.validator.util.ValidatorTypeHelper
 
getValue(Object) - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getValue(Member, Object) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getValue() - Method in class org.hibernate.validator.xml.GroupSequenceType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.GroupsType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.PayloadType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.PropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.ValidatedByType
Gets the value of the value property.
getXmlConfiguredClasses() - Method in class org.hibernate.validator.xml.XmlMappingParser
 
Group - Class in org.hibernate.validator.engine.groups
Encapsulates a single group.
Group(Class<?>) - Constructor for class org.hibernate.validator.engine.groups.Group
 
Group(Class<?>, Class<?>) - Constructor for class org.hibernate.validator.engine.groups.Group
 
GroupChain - Class in org.hibernate.validator.engine.groups
An instance of GroupChain defines the group order during one full validation call.
GroupChain() - Constructor for class org.hibernate.validator.engine.groups.GroupChain
 
GroupChainGenerator - Class in org.hibernate.validator.engine.groups
Helper class used to resolve groups and sequences into a single chain of groups which can then be validated.
GroupChainGenerator() - Constructor for class org.hibernate.validator.engine.groups.GroupChainGenerator
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
groups - Variable in class org.hibernate.validator.xml.ConstraintType
 
groupSequence - Variable in class org.hibernate.validator.xml.ClassType
 
GroupSequenceType - Class in org.hibernate.validator.xml
Java class for groupSequenceType complex type.
GroupSequenceType() - Constructor for class org.hibernate.validator.xml.GroupSequenceType
 
GroupsType - Class in org.hibernate.validator.xml
Java class for groupsType complex type.
GroupsType() - Constructor for class org.hibernate.validator.xml.GroupsType
 

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
hasConstraints() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
hashCode() - Method in class org.hibernate.validator.engine.groups.Group
 
hashCode() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
hashCode() - Method in class org.hibernate.validator.engine.NodeImpl
 
hashCode() - Method in class org.hibernate.validator.engine.PathImpl
 
hasMoreElements() - Method in class org.hibernate.validator.util.IteratorEnumeration
 
HibernateValidator - Class in org.hibernate.validator
Default implementation of ValidationProvider within Hibernate Validator.
HibernateValidator() - Constructor for class org.hibernate.validator.HibernateValidator
 
HibernateValidatorConfiguration - Interface in org.hibernate.validator
Uniquely identifies Hibernate Validator in the Bean Validation bootstrap strategy.
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 

I

IdentitySet - Class in org.hibernate.validator.util
Set that compares object by identity rather than equality.
IdentitySet() - Constructor for class org.hibernate.validator.util.IdentitySet
 
IdentitySet(int) - Constructor for class org.hibernate.validator.util.IdentitySet
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.BeanType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.ClassType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.FieldType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.GetterType
 
ignoreXmlConfiguration() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
includeExistingValidators - Variable in class org.hibernate.validator.xml.ValidatedByType
 
initialize(AssertFalse) - Method in class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
initialize(AssertTrue) - Method in class org.hibernate.validator.constraints.impl.AssertTrueValidator
 
initialize(CreditCardNumber) - Method in class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
initialize(DecimalMax) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
initialize(DecimalMin) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
initialize(DecimalMin) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
initialize(Digits) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
initialize(Digits) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
initialize(Email) - Method in class org.hibernate.validator.constraints.impl.EmailValidator
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 
initialize(Length) - Method in class org.hibernate.validator.constraints.impl.LengthValidator
 
initialize(Max) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
initialize(Max) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
initialize(Min) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
initialize(Min) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForString
 
initialize(NotBlank) - Method in class org.hibernate.validator.constraints.impl.NotBlankValidator
 
initialize(NotNull) - Method in class org.hibernate.validator.constraints.impl.NotNullValidator
 
initialize(Null) - Method in class org.hibernate.validator.constraints.impl.NullValidator
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
initialize(Pattern) - Method in class org.hibernate.validator.constraints.impl.PatternValidator
 
initialize(ScriptAssert) - Method in class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArray
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForMap
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForString
 
initialize(URL) - Method in class org.hibernate.validator.constraints.impl.URLValidator
 
insertGroup(Group) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
insertSequence(List<Group>) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
isAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
isBeanConstrained() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
isBuiltinConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.JPATraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
isCascaded() - Method in class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
isConstraintAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether the specified annotation is a valid constraint annotation.
isDefaultGroup() - Method in class org.hibernate.validator.engine.groups.Group
 
isEmpty() - Method in class org.hibernate.validator.util.IdentitySet
 
isIgnoreAnnotations(Member) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
isIgnoreAnnotations(Class<?>) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the ignoreAnnotations property.
isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
isIncludeExistingValidators() - Method in class org.hibernate.validator.xml.ValidatedByType
Gets the value of the includeExistingValidators property.
isInIterable() - Method in class org.hibernate.validator.engine.NodeImpl
 
isIterable(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isList(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isMap(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isMultiValueConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether a given annotation is a multi value constraint or not.
isPropertyPresent(String) - Method in interface org.hibernate.validator.metadata.BeanMetaData
return true if the property exists on the object even if the property does not host any constraint nor is cascaded
isPropertyPresent(String) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.JPATraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
isReportAsSingleViolation() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
isRootPath() - Method in class org.hibernate.validator.engine.PathImpl
 
isSubPathOf(Path) - Method in class org.hibernate.validator.engine.PathImpl
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.AssertTrueValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.EmailValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.LengthValidator
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForString
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NotBlankValidator
Checks that the trimmed string is not empty.
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NotNullValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NullValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PatternValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArray
Checks the number of entries in an array.
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfBoolean
Checks the number of entries in an array.
isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfByte
Checks the number of entries in an array.
isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar
Checks the number of entries in an array.
isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfDouble
Checks the number of entries in an array.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfFloat
Checks the number of entries in an array.
isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt
Checks the number of entries in an array.
isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfLong
Checks the number of entries in an array.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfShort
Checks the number of entries in an array.
isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
Checks the number of entries in a map.
isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForMap
Checks the number of entries in a map.
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForString
Checks the length of the specified string.
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.URLValidator
 
iterator() - Method in class org.hibernate.validator.engine.PathImpl
 
iterator() - Method in class org.hibernate.validator.util.IdentitySet
 
IteratorEnumeration<T> - Class in org.hibernate.validator.util
An Enumeration implementation, that wraps an Iterator.
IteratorEnumeration(Iterator<T>) - Constructor for class org.hibernate.validator.util.IteratorEnumeration
Creates a new IterationEnumeration.

J

JPATraversableResolver - Class in org.hibernate.validator.engine.resolver
An implementation of TraversableResolver which is aware of JPA 2 and utilizes PersistenceUtil to get query the reachability of a property.
JPATraversableResolver() - Constructor for class org.hibernate.validator.engine.resolver.JPATraversableResolver
 

L

lang(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
LazyValidatorFactory - Class in org.hibernate.validator.util
This class lazily initialize the ValidatorFactory on the first usage One benefit is that no domain class is loaded until the ValidatorFactory is really needed.
LazyValidatorFactory() - Constructor for class org.hibernate.validator.util.LazyValidatorFactory
Use the default ValidatorFactory creation routine
LazyValidatorFactory(Configuration<?>) - Constructor for class org.hibernate.validator.util.LazyValidatorFactory
 
Length - Annotation Type in org.hibernate.validator.constraints
Validate that the string is between min and max included.
Length.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Length annotations on the same element.
LengthDef - Class in org.hibernate.validator.cfg.defs
 
LengthDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.LengthDef
 
LengthValidator - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
LengthValidator() - Constructor for class org.hibernate.validator.constraints.impl.LengthValidator
 
LoadClass - Class in org.hibernate.validator.util.privilegedactions
 
loadClass(String, Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
LoggerFactory - Class in org.hibernate.validator.util
 
LuhnValidator - Class in org.hibernate.validator.constraints.impl
Implement the Luhn algorithm (with Luhn key on the last digit).
LuhnValidator(int) - Constructor for class org.hibernate.validator.constraints.impl.LuhnValidator
 

M

make() - Static method in class org.hibernate.validator.util.LoggerFactory
 
mapping - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
mappings - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.engine.ValueContext
 
markProcessed(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
max(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
max(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
max(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
max - Variable in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
MaxDef - Class in org.hibernate.validator.cfg.defs
 
MaxDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
 
MaxValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
MaxValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value less than or equal to the maximum value specified.
MaxValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
message(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
message - Variable in class org.hibernate.validator.xml.ConstraintType
 
MessageAndPath - Class in org.hibernate.validator.engine
 
MessageAndPath(String, Path) - Constructor for class org.hibernate.validator.engine.MessageAndPath
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
messageInterpolator - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
messageInterpolator - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
MessageInterpolatorContext - Class in org.hibernate.validator.engine
Implementation of the context used during message interpolation.
MessageInterpolatorContext(ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.engine.MessageInterpolatorContext
 
MetaConstraint<T,A extends Annotation> - Class in org.hibernate.validator.metadata
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
MetaConstraint(Class<T>, Member, ConstraintDescriptorImpl<A>) - Constructor for class org.hibernate.validator.metadata.MetaConstraint
 
metaDataBean - Variable in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
min(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
min(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
min(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
min - Variable in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
MinDef - Class in org.hibernate.validator.cfg.defs
 
MinDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.MinDef
 
MinValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
MinValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value more than or equal to the minimum value specified.
MinValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.MinValidatorForString
 

N

name - Variable in class org.hibernate.validator.xml.ElementType
 
name - Variable in class org.hibernate.validator.xml.FieldType
 
name - Variable in class org.hibernate.validator.xml.GetterType
 
name - Variable in class org.hibernate.validator.xml.PropertyType
 
newConstructorInstance(Constructor<T>, Object...) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
NewInstance<T> - Class in org.hibernate.validator.util.privilegedactions
Execute instance creation as privileged action.
newInstance(Class<T>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
nextElement() - Method in class org.hibernate.validator.util.IteratorEnumeration
 
NodeImpl - Class in org.hibernate.validator.engine
 
NodeImpl(String) - Constructor for class org.hibernate.validator.engine.NodeImpl
 
NotBlank - Annotation Type in org.hibernate.validator.constraints
Validate that the annotated string is not null or empty.
NotBlank.List - Annotation Type in org.hibernate.validator.constraints
Defines several @NotBlank annotations on the same element.
NotBlankDef - Class in org.hibernate.validator.cfg.defs
 
NotBlankDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
 
NotBlankValidator - Class in org.hibernate.validator.constraints.impl
Check that a string's trimmed length is not empty.
NotBlankValidator() - Constructor for class org.hibernate.validator.constraints.impl.NotBlankValidator
 
NotEmpty - Annotation Type in org.hibernate.validator.constraints
Asserts that the annotated string, collection, map or array is not null or empty.
NotEmpty.List - Annotation Type in org.hibernate.validator.constraints
Defines several @NotEmpty annotations on the same element.
NotEmptyDef - Class in org.hibernate.validator.cfg.defs
 
NotEmptyDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.NotEmptyDef
 
NotNullDef - Class in org.hibernate.validator.cfg.defs
 
NotNullDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.NotNullDef
 
NotNullValidator - Class in org.hibernate.validator.constraints.impl
Validate that the object is not null.
NotNullValidator() - Constructor for class org.hibernate.validator.constraints.impl.NotNullValidator
 
NullDef - Class in org.hibernate.validator.cfg.defs
 
NullDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.NullDef
 
NullValidator - Class in org.hibernate.validator.constraints.impl
Validate that the object is null
NullValidator() - Constructor for class org.hibernate.validator.constraints.impl.NullValidator
 
numberOfElements() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 

O

ObjectFactory - Class in org.hibernate.validator.xml
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.validator.xml package.
ObjectFactory() - Constructor for class org.hibernate.validator.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.xml
org.hibernate.validator - package org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
org.hibernate.validator.cfg - package org.hibernate.validator.cfg
Programmatic constraint definition API.
org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
Helper classes for programmatic constraint definition API.
org.hibernate.validator.constraints - package org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.impl - package org.hibernate.validator.constraints.impl
Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints.
org.hibernate.validator.constraints.impl.scriptassert - package org.hibernate.validator.constraints.impl.scriptassert
Classes related to the evaluation of the @ScriptAssert constraint.
org.hibernate.validator.engine - package org.hibernate.validator.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.engine.groups - package org.hibernate.validator.engine.groups
Helper classes for the processing of groups.
org.hibernate.validator.engine.resolver - package org.hibernate.validator.engine.resolver
Various implementations of the TraversableResolver interface.
org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.metadata - package org.hibernate.validator.metadata
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.util - package org.hibernate.validator.util
Independent helper classes.
org.hibernate.validator.util.annotationfactory - package org.hibernate.validator.util.annotationfactory
Annotation proxy helper.
org.hibernate.validator.util.privilegedactions - package org.hibernate.validator.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
org.hibernate.validator.xml - package org.hibernate.validator.xml
Classes used to parse Bean Validation XML configuration files.

P

param(String, Object) - Method in class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
parameters - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
parse(Set<InputStream>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
parseValidationXml() - Method in class org.hibernate.validator.xml.ValidationXmlParser
Tries to check whether a validation.xml file exists and parses it using JAXB.
passesLuhnTest(String) - Method in class org.hibernate.validator.constraints.impl.LuhnValidator
 
PastDef - Class in org.hibernate.validator.cfg.defs
 
PastDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PastValidatorForCalendar - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Calendar passed to be validated is in the past.
PastValidatorForCalendar() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
PastValidatorForDate - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Date passed to be validated is in the past.
PastValidatorForDate() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
PathImpl - Class in org.hibernate.validator.engine
 
PatternDef - Class in org.hibernate.validator.cfg.defs
 
PatternDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
 
PatternValidator - Class in org.hibernate.validator.constraints.impl
 
PatternValidator() - Constructor for class org.hibernate.validator.constraints.impl.PatternValidator
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.GenericConstraintDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
payload - Variable in class org.hibernate.validator.xml.ConstraintType
 
PayloadType - Class in org.hibernate.validator.xml
Java class for payloadType complex type.
PayloadType() - Constructor for class org.hibernate.validator.xml.PayloadType
 
PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A resource bundle locator, that loads resource bundles by simply invoking ResourceBundle.loadBundle(...).
PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
 
port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
property - Variable in class org.hibernate.validator.cfg.ConstraintDef
 
property(String, ElementType) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
property(String, ElementType) - Method in class org.hibernate.validator.cfg.ConstraintsForType
Changes the property for which added constraints apply.
property - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
PropertyDescriptorImpl - Class in org.hibernate.validator.metadata
Describe a validated element (class, field or property).
PropertyDescriptorImpl(Class<?>, boolean, String, BeanMetaData<?>) - Constructor for class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
propertyExists(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the property with the specified name and type exists on the given class.
PropertyType - Class in org.hibernate.validator.xml
Java class for propertyType complex type.
PropertyType() - Constructor for class org.hibernate.validator.xml.PropertyType
 
protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
provider - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
providerClass - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 

R

Range - Annotation Type in org.hibernate.validator.constraints
The annotated element has to be in the appropriate range.
Range.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Range annotations on the same element.
RangeDef - Class in org.hibernate.validator.cfg.defs
 
RangeDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.RangeDef
 
ReflectionHelper - Class in org.hibernate.validator.util
Some reflection utility methods.
regexp(String) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
remove(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
removeAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
removeLeafNode() - Method in class org.hibernate.validator.engine.PathImpl
 
ResourceBundleLocator - Interface in org.hibernate.validator.resourceloading
Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
ResourceBundleMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle backed message interpolator.
ResourceBundleMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
retainAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
run() - Method in class org.hibernate.validator.util.privilegedactions.ConstructorInstance
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetAnnotationParameter
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetConstructor
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredField
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredFields
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethods
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethod
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethods
 
run() - Method in class org.hibernate.validator.util.privilegedactions.LoadClass
 
run() - Method in class org.hibernate.validator.util.privilegedactions.NewInstance
 
run() - Method in class org.hibernate.validator.util.privilegedactions.SetAccessibility
 

S

script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
ScriptAssert - Annotation Type in org.hibernate.validator.constraints
A class-level constraint, that evaluates a script expression against the annotated element.
ScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
Defines several @ScriptAssert annotations on the same element.
ScriptAssertDef - Class in org.hibernate.validator.cfg.defs
 
ScriptAssertDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
ScriptAssertValidator - Class in org.hibernate.validator.constraints.impl
Validator for the ScriptAssert constraint annotation.
ScriptAssertValidator() - Constructor for class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
ScriptEvaluator - Class in org.hibernate.validator.constraints.impl.scriptassert
A wrapper around JSR 223 ScriptEngines.
ScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.constraints.impl.scriptassert.ScriptEvaluator
Creates a new script executor.
ScriptEvaluatorFactory - Class in org.hibernate.validator.constraints.impl.scriptassert
Factory responsible for the creation of ScriptEvaluators.
SetAccessibility - Class in org.hibernate.validator.util.privilegedactions
 
setAccessibility(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
setAnnotation(String) - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Sets the value of the annotation property.
setAnnotation(String) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the annotation property.
setClassType(ClassType) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the classType property.
setClazz(String) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the clazz property.
setConstraintValidatorFactory(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the constraintValidatorFactory property.
setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.engine.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.engine.ValueContext
 
setDefaultIgnoreAnnotation(Class<?>, Boolean) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setDefaultPackage(String) - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Sets the value of the defaultPackage property.
setDefaultProvider(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the defaultProvider property.
setElementType(ElementType) - Method in class org.hibernate.validator.engine.ValueContext
 
setGroups(GroupsType) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the groups property.
setGroupSequence(GroupSequenceType) - Method in class org.hibernate.validator.xml.ClassType
Sets the value of the groupSequence property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.ClassType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotationsOnClass(Class<?>, boolean) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setIgnoreAnnotationsOnMember(Member) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setIncludeExistingValidators(Boolean) - Method in class org.hibernate.validator.xml.ValidatedByType
Sets the value of the includeExistingValidators property.
setIndex(Integer) - Method in class org.hibernate.validator.engine.NodeImpl
 
setInIterable(boolean) - Method in class org.hibernate.validator.engine.NodeImpl
 
setKey(Object) - Method in class org.hibernate.validator.engine.NodeImpl
 
setMessage(String) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the message property.
setMessageInterpolator(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the messageInterpolator property.
setName(String) - Method in class org.hibernate.validator.xml.ElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.PropertyType
Sets the value of the name property.
setPayload(PayloadType) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the payload property.
setPropertyPath(PathImpl) - Method in class org.hibernate.validator.engine.ValueContext
 
setTraversableResolver(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the traversableResolver property.
setValid(String) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the valid property.
setValid(String) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the valid property.
setValidatedBy(ValidatedByType) - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Sets the value of the validatedBy property.
setValue(String, Object) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
setValue(String) - Method in class org.hibernate.validator.xml.PropertyType
Sets the value of the value property.
SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.engine.resolver
Cache results of a delegated traversable resovler to optimize calls It works only for a single validate* call and should not be used if the TraversableResolver is accessed concurrently
SingleThreadCachedTraversableResolver(TraversableResolver) - Constructor for class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
size() - Method in class org.hibernate.validator.util.IdentitySet
 
SizeDef - Class in org.hibernate.validator.cfg.defs
 
SizeDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.SizeDef
 
SizeValidatorForArray - Class in org.hibernate.validator.constraints.impl
Check that the length of an array is between min and max
SizeValidatorForArray() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArray
 
SizeValidatorForArraysOfBoolean - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfBoolean
 
SizeValidatorForArraysOfByte - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfByte
 
SizeValidatorForArraysOfChar - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar
 
SizeValidatorForArraysOfDouble - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfDouble
 
SizeValidatorForArraysOfFloat - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfFloat
 
SizeValidatorForArraysOfInt - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt
 
SizeValidatorForArraysOfLong - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfLong
 
SizeValidatorForArraysOfPrimitives - Class in org.hibernate.validator.constraints.impl
Check that the length of an array is between min and max
SizeValidatorForArraysOfPrimitives() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
SizeValidatorForArraysOfShort - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfShort
 
SizeValidatorForCollection - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForCollection() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
 
SizeValidatorForMap - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForMap() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForMap
 
SizeValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForString
 

T

toArray() - Method in class org.hibernate.validator.util.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.validator.util.IdentitySet
 
toString() - Method in class org.hibernate.validator.cfg.CascadeDef
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintDef
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintMapping
 
toString() - Method in class org.hibernate.validator.engine.ConstraintTree
 
toString() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
toString() - Method in class org.hibernate.validator.engine.groups.Group
 
toString() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
toString() - Method in class org.hibernate.validator.engine.groups.GroupChainGenerator
 
toString() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
toString() - Method in class org.hibernate.validator.engine.NodeImpl
 
toString() - Method in class org.hibernate.validator.engine.PathImpl
 
toString() - Method in class org.hibernate.validator.engine.ValueContext
 
toString() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
toString() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
toString() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
toString() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
toString() - Method in class org.hibernate.validator.util.IdentitySet
 
touch() - Static method in class org.hibernate.validator.util.Version
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
traversableResolver - Variable in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
traversableResolver - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
type(Class<?>) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
type(Class<?>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
Starts defining constraints on the specified bean class.
type(Class<?>) - Method in class org.hibernate.validator.cfg.ConstraintsForType
Creates a new ConstraintsForType in order to define constraints on a new bean type.
type() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
typeOf(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
 

U

unwrap(Class<T>) - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
URL - Annotation Type in org.hibernate.validator.constraints
Validate that the string is a valid URL.
URL.List - Annotation Type in org.hibernate.validator.constraints
Defines several @URL annotations on the same element.
URLDef - Class in org.hibernate.validator.cfg.defs
 
URLDef(Class<?>, String, ElementType, ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.defs.URLDef
 
URLValidator - Class in org.hibernate.validator.constraints.impl
Validate that the string is a valid URL.
URLValidator() - Constructor for class org.hibernate.validator.constraints.impl.URLValidator
 
USER_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
The name of the user-provided message bundle as defined in the specification.
usingContext() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
usingContext() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 

V

valid(String, ElementType) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
valid(String, ElementType) - Method in class org.hibernate.validator.cfg.ConstraintsForType
 
valid - Variable in class org.hibernate.validator.xml.FieldType
 
valid - Variable in class org.hibernate.validator.xml.GetterType
 
validate(T, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateConstraint(ValidationContext<T>, ValueContext<U, V>) - Method in class org.hibernate.validator.metadata.MetaConstraint
 
validateConstraints(Type, ValidationContext<T>, ValueContext<U, V>, List<ConstraintViolation<T>>) - Method in class org.hibernate.validator.engine.ConstraintTree
 
validatedBy - Variable in class org.hibernate.validator.xml.ConstraintDefinitionType
 
ValidatedByType - Class in org.hibernate.validator.xml
Java class for validated-byType complex type.
ValidatedByType() - Constructor for class org.hibernate.validator.xml.ValidatedByType
 
validateProperty(T, String, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validatingDefault() - Method in class org.hibernate.validator.engine.ValueContext
 
ValidationBootstrapParameters - Class in org.hibernate.validator.xml
 
ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.xml.ValidationBootstrapParameters
 
ValidationConfigType - Class in org.hibernate.validator.xml
Java class for validation-configType complex type.
ValidationConfigType() - Constructor for class org.hibernate.validator.xml.ValidationConfigType
 
ValidationContext<T> - Class in org.hibernate.validator.engine
Context object keeping track of all important data for a top level Validator.validate(Object, Class[]) }, Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call.
ValidationXmlParser - Class in org.hibernate.validator.xml
Parser for validation.xml using JAXB.
ValidationXmlParser() - Constructor for class org.hibernate.validator.xml.ValidationXmlParser
 
ValidatorContextImpl - Class in org.hibernate.validator.engine
 
ValidatorContextImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, ConstraintHelper, BeanMetaDataCache) - Constructor for class org.hibernate.validator.engine.ValidatorContextImpl
 
ValidatorFactoryImpl - Class in org.hibernate.validator.engine
Factory returning initialized Validator instances.
ValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.engine.ValidatorFactoryImpl
 
ValidatorImpl - Class in org.hibernate.validator.engine
The main Bean Validation class.
ValidatorImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, ConstraintHelper, BeanMetaDataCache) - Constructor for class org.hibernate.validator.engine.ValidatorImpl
 
ValidatorTypeHelper - Class in org.hibernate.validator.util
Helper methods around ConstraintValidator types.
ValidatorTypeHelper() - Constructor for class org.hibernate.validator.util.ValidatorTypeHelper
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
value - Variable in class org.hibernate.validator.xml.GroupSequenceType
 
value - Variable in class org.hibernate.validator.xml.GroupsType
 
value - Variable in class org.hibernate.validator.xml.PayloadType
 
value - Variable in class org.hibernate.validator.xml.PropertyType
 
value - Variable in class org.hibernate.validator.xml.ValidatedByType
 
ValueContext<T,V> - Class in org.hibernate.validator.engine
An instance of this class is used to collect all the relevant information for validating a single entity/bean.
ValueContext(T, Class<T>) - Constructor for class org.hibernate.validator.engine.ValueContext
 
valueOf(String) - Static method in enum org.hibernate.validator.metadata.ConstraintOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
values() - Static method in enum org.hibernate.validator.metadata.ConstraintOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.hibernate.validator.util
 

X

XmlMappingParser - Class in org.hibernate.validator.xml
 
XmlMappingParser(ConstraintHelper) - Constructor for class org.hibernate.validator.xml.XmlMappingParser
 

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

Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved