Hibernate Validator Engine 4.3.2.Final-redhat-2
A B C D E F G H I J K L M N O P R S T U V X 

A

AbstractConstrainedElement - Class in org.hibernate.validator.internal.metadata.raw
Base implementation of with functionality common to all ConstrainedElement implementations.
AbstractConstrainedElement(ConfigurationSource, ConstrainedElement.ConstrainedElementKind, ConstraintLocation, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
AbstractConstraintMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
Base implementation for ConstraintMetaData with attributes common to all type of meta data.
AbstractConstraintMetaData(String, Class<?>, Set<MetaConstraint<?>>, ConstraintMetaData.ConstraintMetaDataKind, boolean, boolean) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Whether this builder allows to add the given element or not.
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData.Builder
Whether this builder allows to add the given element or not.
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
 
action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationParameter
 
action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
 
action(ClassLoader, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResource
 
action(String, Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
 
action(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewJaxbContext
 
action(SchemaFactory, URL) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
action(Member) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 
action(Unmarshaller, Source, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.Unmarshal
 
adaptOriginsAndImplicitGroups(Class<?>, Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Adapts the given constraints to the given bean type.
add(BeanConfiguration<? super T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Adds the given element to this builder.
add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData.Builder
Adds the given element to this builder.
add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
add(Object) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
addAll(Collection) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
addAllMappings(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
addBeanConfiguration(Class<?>, BeanConfiguration<?>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
addCascadeConfig(BeanConstraintLocation) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addConfigProperty(String, String) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
addConstraintConfig(ConfiguredConstraint<?, BeanConstraintLocation>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addConstraintFailures(Set<C>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
addConstraintValidatorDefinition(Class<A>, List<Class<? extends ConstraintValidator<? extends Annotation, ?>>>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
addDefaultGroupSequence(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addDefaultGroupSequenceProvider(Class<T>, Class<? extends DefaultGroupSequenceProvider<? super T>>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addDeprecatedDefaultGroupSequenceProvider(Class<T>, Class<? extends DefaultGroupSequenceProvider<? super T>>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
addMapping(InputStream) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addMapping(ConstraintMapping) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addMapping(InputStream) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
addMethodCascadeConfig(MethodConstraintLocation) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addMethodConstraintConfig(ConfiguredConstraint<?, MethodConstraintLocation>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addNode(String) - Method in class org.hibernate.validator.internal.engine.PathImpl
 
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
addProperty(String, String) - Method in class org.hibernate.validator.internal.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>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Deprecated.
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 whose 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
 
AnnotationDescriptor<T extends Annotation> - Class in org.hibernate.validator.internal.util.annotationfactory
Encapsulates the data you need to create an annotation.
AnnotationDescriptor(Class<T>) - Constructor for class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
AnnotationDescriptor(Class<T>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
AnnotationFactory - Class in org.hibernate.validator.internal.util.annotationfactory
Creates live annotations (actually AnnotationProxies) from AnnotationDescriptors.
AnnotationFactory() - Constructor for class org.hibernate.validator.internal.util.annotationfactory.AnnotationFactory
 
AnnotationMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
MetaDataProvider which reads the metadata from annotations which is the default configuration source.
AnnotationMetaDataProvider(ConstraintHelper, AnnotationProcessingOptions) - Constructor for class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
AnnotationProcessingOptions - Class in org.hibernate.validator.internal.metadata.core
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
AnnotationProcessingOptions() - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
appendNode(String) - Method in class org.hibernate.validator.internal.engine.ValueContext
Adds a new node with the specified name to the current property path.
areClassLevelConstraintAnnotationsIgnored(Class<?>) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areConstraintAnnotationsIgnored(Class<?>) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
arePropertyLevelConstraintAnnotationsIgnored(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
asDescriptor(boolean, List<Class<?>>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Returns this meta data object's corresponding representation in the descriptor model.
asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
 
asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
asDescriptors(Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
asDescriptors(Set<MetaConstraint<?>>) - Static method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
assertCorrectnessOfMethodParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
Checks the parameter constraints of this method for correctness.
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.
AssertFalseDef - Class in org.hibernate.validator.cfg.defs
 
AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
 
AssertFalseValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validates that the value passed is false
AssertFalseValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator
 
assertNotEmpty(String, String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotNull(Object) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotNull(Object, String) - Static method in class org.hibernate.validator.internal.util.Contracts
Asserts that the given object is not null.
assertTrue(boolean, String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
AssertTrueDef - Class in org.hibernate.validator.cfg.defs
 
AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
 
AssertTrueValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validates that the value passed is true
AssertTrueValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator
 
assertValueNotNull(Object, String) - Static method in class org.hibernate.validator.internal.util.Contracts
Asserts that the given object is not null.
asSet(T...) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
asString() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
asString() - Method in class org.hibernate.validator.internal.engine.PathImpl
 

B

BeanConfiguration<T> - Class in org.hibernate.validator.internal.metadata.raw
Represents the complete constraint related configuration of one Java type originating from one ConfigurationSource.
BeanConfiguration(ConfigurationSource, Class<T>, Set<? extends ConstrainedElement>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>) - Constructor for class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
Creates a new bean configuration.
BeanConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
A ConstraintLocation implementation that represents either a bean (in case of class-level constraints), a field or a getter method (in case of property-level constraints).
BeanConstraintLocation(Class<?>) - Constructor for class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
BeanConstraintLocation(Member) - Constructor for class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
BeanConstraintLocation(Class<?>, Member) - Constructor for class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
BeanDescriptorImpl<T> - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated bean.
BeanDescriptorImpl(Class<T>, Set<ConstraintDescriptorImpl<?>>, Map<String, PropertyDescriptor>, Map<String, MethodDescriptor>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
BeanMetaData<T> - Interface in org.hibernate.validator.internal.metadata.aggregated
Interface defining the meta data about the constraints defined in a given bean.
BeanMetaDataImpl<T> - Class in org.hibernate.validator.internal.metadata.aggregated
This class encapsulates all meta data needed for validation.
BeanMetaDataImpl(Class<T>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>, Set<ConstraintMetaData>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
Creates a new BeanMetaDataImpl
BeanMetaDataImpl.BeanMetaDataBuilder<T> - Class in org.hibernate.validator.internal.metadata.aggregated
 
BeanMetaDataImpl.BeanMetaDataBuilder(ConstraintHelper, Class<T>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
BeanMetaDataManager - Class in org.hibernate.validator.internal.metadata
This manager is in charge of providing all constraint related meta data required by the validation engine.
BeanMetaDataManager(ConstraintHelper, MetaDataProvider...) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
BeanMetaDataManager(ConstraintHelper, List<MetaDataProvider>) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
beanTypeCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
beanTypeMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
boxedType(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the auto-boxed type of a primitive type.
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Creates a new, read-only ConstraintMetaData object with all constraint information related to the method or property represented by this builder.
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData.Builder
Creates a new, read-only ConstraintMetaData object with all constraint information related to the method or property represented by this builder.
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 
buildHashCode() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 
buildValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
byLocation() - Method in class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 

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
Deprecated.
CachingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
Creates a new CachingResourceBundleLocator.
Cascadable<C extends Cascadable<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.
classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
clear() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
close() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser.CloseIgnoringInputStream
 
CNPJ - Annotation Type in org.hibernate.validator.constraints.br
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
CollectionHelper - Class in org.hibernate.validator.internal.util
Provides some methods for simplified collection instantiation.
CollectionHelper.Partitioner<K,V> - Interface in org.hibernate.validator.internal.util
 
CompositionType - Enum in org.hibernate.validator.constraints
The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
computeAllImplementedInterfaces(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Get all interfaces a class directly implements.
computeClassHierarchy(Class<?>, boolean) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Get all superclasses and optionally interfaces recursively.
ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.validator.internal.util
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.validator.internal.util
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.validator.internal.util
An option specifying which Java reference type should be used to refer to a key and/or value.
ConfigurationImpl - Class in org.hibernate.validator.internal.engine
Hibernate specific Configuration implementation.
ConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ConfigurationSource - Enum in org.hibernate.validator.internal.metadata.raw
The source of constraint meta data.
ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation> - Class in org.hibernate.validator.internal.cfg.context
Represents a programmatically configured constraint and meta-data related to its location (bean type etc.).
Constrainable<C extends Constrainable<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to place constraints on the underlying element.
ConstrainedElement - Interface in org.hibernate.validator.internal.metadata.raw
Represents a (potentially) constrained Java element such as a type, field or method.
ConstrainedElement.ConstrainedElementKind - Enum in org.hibernate.validator.internal.metadata.raw
The kind of a ConstrainedElement.
ConstrainedField - Class in org.hibernate.validator.internal.metadata.raw
Represents a field of a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.
ConstrainedField(ConfigurationSource, BeanConstraintLocation, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedField
Creates a new field meta data object.
ConstrainedMethod - Class in org.hibernate.validator.internal.metadata.raw
Represents a method of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at it's parameters or return value.
ConstrainedMethod(ConfigurationSource, MethodConstraintLocation, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Creates a new method meta data object for a parameter-less method.
ConstrainedMethod(ConfigurationSource, MethodConstraintLocation, List<ConstrainedParameter>, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Creates a new method meta data object.
ConstrainedParameter - Class in org.hibernate.validator.internal.metadata.raw
Contains constraint-related meta-data for one method parameter.
ConstrainedParameter(ConfigurationSource, MethodConstraintLocation, String, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
Creates a new parameter meta data object.
ConstrainedType - Class in org.hibernate.validator.internal.metadata.raw
Represents a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.
ConstrainedType(ConfigurationSource, BeanConstraintLocation, Set<MetaConstraint<?>>) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedType
Creates a new type meta data object.
constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
Adds a new constraint.
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ConstraintComposition - Annotation Type in org.hibernate.validator.constraints
Boolean operator that is applied to all constraints of a composing constraint annotation.
ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
Base class for all constraint definition types.
ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a single constraint (including it's composing constraints).
ConstraintDescriptorImpl(T, ConstraintHelper, Class<?>, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(T, ConstraintHelper, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
constraintHelper - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
ConstraintHelper - Class in org.hibernate.validator.internal.metadata.core
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
ConstraintHelper() - Constructor for class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
constraintHelper - Variable in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
ConstraintLocation - Interface in org.hibernate.validator.internal.metadata.location
Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
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
Deprecated.
This class will be converted into an interface in a future release. Use HibernateValidatorConfiguration.createConstraintMapping() instead to create new constraint mappings.
ConstraintMapping(ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintMapping
Deprecated.
This class will be converted into an interface in a future release. Use HibernateValidatorConfiguration.createConstraintMapping() instead to create new constraint mappings.
ConstraintMappingContext - Class in org.hibernate.validator.internal.cfg.context
Context which collects constraints, cascades etc.
ConstraintMappingContext() - Constructor for class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
ConstraintMetaData - Interface in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the constraint related meta data for a given bean/type element and all the elements in the inheritance hierarchy which it overrides or implements.
ConstraintMetaData.ConstraintMetaDataKind - Enum in org.hibernate.validator.internal.metadata.aggregated
The kind of a ConstraintMetaData.
ConstraintOrigin - Enum in org.hibernate.validator.internal.metadata.core
Visibility looked at when discovering constraints.
ConstraintTree<A extends Annotation> - Class in org.hibernate.validator.internal.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.internal.engine.ConstraintTree
 
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
The constraint annotation type of this definition.
ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine
 
ConstraintValidatorContextImpl(PathImpl, ConstraintDescriptor<?>) - Constructor for class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
ConstraintValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine
Default ConstraintValidatorFactory using a no-arg constructor.
ConstraintValidatorFactoryImpl() - Constructor for class org.hibernate.validator.internal.engine.ConstraintValidatorFactoryImpl
 
ConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
 
ConstraintViolationImpl(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Constructor for class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
contains(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
containsConstraintValidatorDefinition(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
containsElement(String) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
containsKey(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
context - Variable in class org.hibernate.validator.cfg.ConstraintMapping
Deprecated.
Will be removed in a future release.
Contracts - Class in org.hibernate.validator.internal.util
 
CPF - Annotation Type in org.hibernate.validator.constraints.br
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationFactory
 
createAnnotationProxy() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
createBeanConfiguration(ConfigurationSource, Class<T>, Set<? extends ConstrainedElement>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
createConstraintMapping() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
createConstraintMapping() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.MethodValidationContext
 
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.StandardValidationContext
 
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
createConstraintViolations(ValueContext<U, V>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
createCopy(PathImpl) - Static method in class org.hibernate.validator.internal.engine.PathImpl
 
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createPathForMethodParameter(Method, String) - Static method in class org.hibernate.validator.internal.engine.PathImpl
Creates a path representing the specified method parameter.
createPathForMethodReturnValue(Method) - Static method in class org.hibernate.validator.internal.engine.PathImpl
 
createPathFromString(String) - Static method in class org.hibernate.validator.internal.engine.PathImpl
Returns a Path instance representing the path described by the given string.
createRootPath() - Static method in class org.hibernate.validator.internal.engine.PathImpl
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
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() - Constructor for class org.hibernate.validator.cfg.defs.CreditCardNumberDef
 

D

decapitalize(String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Returns the given string, with its first letter changed to lower-case unless the string starts with more than one upper-case letter, in which case the string will be returned unaltered.
DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
Check that the character sequence (e.g.
DecimalMaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence
 
DecimalMaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DecimalMinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
 
DecimalMinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence
 
DecimalMinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMinValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber
 
DEFAULT_GROUP - Static variable in class org.hibernate.validator.internal.engine.groups.Group
 
DEFAULT_PARAMETER_NAME_PREFIX - Static variable in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
Used as prefix for parameter names, if no explicit names are given.
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
The name of the default message bundle.
defaultGroupSequence(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines the default group sequence for current type.
defaultGroupSequence(Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
defaultGroupSequenceIsRedefined() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
defaultGroupSequenceIsRedefined() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
defaultGroupSequenceProvider(Class<T>) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Deprecated.
Will be removed in a future release. Use TypeConstraintMappingContext.defaultGroupSequenceProviderClass(Class) instead.
DefaultGroupSequenceProvider<T> - Interface in org.hibernate.validator.group
Deprecated.
Will be removed in a future release. Use DefaultGroupSequenceProvider instead.
defaultGroupSequenceProvider(Class<T>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
DefaultGroupSequenceProvider<T> - Interface in org.hibernate.validator.spi.group
This class defines the dynamic group sequence provider contract.
DefaultGroupSequenceProviderAdapter<T> - Class in org.hibernate.validator.internal.engine.groups
defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>>) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines the default group sequence provider for the current type.
defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
DefaultTraversableResolver - Class in org.hibernate.validator.internal.engine.resolver
A JPA 2 aware TraversableResolver.
DefaultTraversableResolver() - Constructor for class org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
 
DefaultValidationOrder - Class in org.hibernate.validator.internal.engine.groups
An instance of ValidationOrder defines the group order during one validation call.
DefaultValidationOrder() - Constructor for class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
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
DelegatingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
DigitsDef - Class in org.hibernate.validator.cfg.defs
 
DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
 
DigitsValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
Validates that the character sequence (e.g.
DigitsValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence
 
DigitsValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators
Validates that the Number being validates matches the pattern defined in the constraint.
DigitsValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber
 
disableDefaultConstraintViolation() - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 

E

ElementDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated element (class, field or property).
ElementDescriptorImpl(Class<?>, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
elements() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
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() - Constructor for class org.hibernate.validator.cfg.defs.EmailDef
 
EmailValidator - Class in org.hibernate.validator.internal.constraintvalidators
Checks that a given character sequence (e.g.
EmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.EmailValidator
 
entrySet() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.groups.Group
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.PathImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
evaluate(String, Object, String) - Method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluator
Makes the given object available in then engine-scoped script context and executes the given script.
expandInheritedGroups() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 

F

FAIL_FAST - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property corresponding to the HibernateValidatorConfiguration.failFast(boolean) method.
failFast(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
En- or disables the fail fast mode.
failFast(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
En- or disables the fail fast mode.
failFast(boolean) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
failFast(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
findConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
flags(Pattern.Flag...) - Method in class org.hibernate.validator.cfg.defs.EmailDef
 
flags(Pattern.Flag[]) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
flags(Pattern.Flag...) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
forParameter(ConstraintDef<?, A>, Method, int) - Static method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
forReturnValue(ConstraintDef<?, A>, Method) - Static method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
fromClass(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
 
fromContext() - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
 
FutureDef - Class in org.hibernate.validator.cfg.defs
 
FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 
FutureValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators
Check that the java.util.Calendar passed to be validated is in the future.
FutureValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar
 
FutureValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators
Check that the java.util.Date passed to be validated is in the future.
FutureValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate
 
FutureValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the future.
FutureValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant
 
FutureValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the future.
FutureValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial
 

G

genericArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
Creates a generic array type for the specified component type.
GenericConstraintDef<A extends Annotation> - Class in org.hibernate.validator.cfg
A ConstraintDef class which can be used to configure any constraint type.
GenericConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.GenericConstraintDef
 
get(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAllMethodMetaData() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns the constraint-related meta data for all the methods of the type represented by this bean meta data.
getAllMethodMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
Returns meta data for all parameters of the represented method.
getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Returns meta data for all parameters of the represented method.
getAllPropertyMetaData() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getAllPropertyMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotationDoesNotContainAParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
GetAnnotationParameter<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
getAnnotationProcessingOptions() - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
Returns the annotation processing options as configured by this provider.
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
 
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
getAtLeastOneCustomMessageMustBeCreatedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAtLeastOneGroupHasToBeSpecifiedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getBeanClass() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
getBeanClass() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanConfiguration(Class<?>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
getBeanConfigurationForHierarchy(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
getBeanConfigurationForHierarchy(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
Returns a list with the configurations for all types contained in the given type's hierarchy (including implemented interfaces) starting at the specified type.
getBeanConfigurationForHierarchy(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
getBeanDescriptor() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getBeanDescriptor() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Deprecated.
Returns a descriptor for the bean related constraints of this type.
getBeanDoesNotContainTheFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainThePropertyException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
getBuiltInConstraints(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
getCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getCascadedMembers() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getCascadedMembers() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getCascadedMembersForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getCascadingMembers() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getChildren() - Method in class org.hibernate.validator.internal.engine.ConstraintTree
 
getClassHierarchy() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getClassHierarchy() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
GetClassLoader - Class in org.hibernate.validator.internal.util.privilegedactions
 
getComponentType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
getComposingConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getComposingGroups() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
getCompositionType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConfigProperties() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getConfiguredClasses() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getConstrainedMethods() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedMethods() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Deprecated.
Returns a set with the constrained methods of this type.
getConstrainedProperties() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraint() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getConstraintConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
Returns all constraint definitions registered with this mapping.
getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getConstraintDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
getConstraintFactoryMustNotReturnNullException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getConstraints() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns a set containing the constraints specified for this constrained element.
getConstraintsForClass(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
getConstraintsForClass(Class<T>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getConstraintsForMethod(String, Class<?>...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintsForMethod(String, Class<?>...) - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Deprecated.
Returns a descriptor for the specified method.
getConstraintsForProperty(String) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintsForType(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
getConstraintsForType(Class<?>) - Method in interface org.hibernate.validator.method.MethodValidator
Deprecated.
Returns a descriptor providing access to constraint-related meta data for the given type.
getConstraintsFromMultiValueConstraint(A) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Returns the constraints which are part of the given multi-value constraint.
getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConstraintValidatorDefinition(Class<T>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getConstraintViolations() - Method in exception org.hibernate.validator.method.MethodConstraintViolationException
Deprecated.
Set of constraint violations reported during a validation
getConstraintWithoutMandatoryParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getContextForValidate(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
getContextForValidateParameter(Method, int, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
getContextForValidateParameters(Method, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
getContextForValidateProperty(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
getContextForValidateValue(Class<T>, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
getCurrentBean() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentBeanType() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentGroup() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCyclicDependencyInGroupsDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
GetDeclaredConstructor<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared constructor with the specified parameter types or null if it does not exist.
GetDeclaredConstructors - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared constructors of the specified class.
GetDeclaredField - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared field with the specified name or null if it does not exist.
GetDeclaredFields - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the fields of the specified class.
GetDeclaredMethod - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared method with the specified name and parameter types or null if it does not exist.
GetDeclaredMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared methods of the specified class.
getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultGroupSequence(T) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Get the composition of the default group sequence.
getDefaultGroupSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getDefaultGroupSequence() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultGroupSequenceProvider(Class<T>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
Returns the class of the default group sequence provider defined for the given bean type.
getDefaultGroupSequenceProvider() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultMessageInterpolator() - Method in class org.hibernate.validator.internal.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.
getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultSequence(Class<?>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefinedOn() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getDefiningClass() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
getDefiningClass() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
getDeprecatedDefaultGroupSequenceProvider(Class<T>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
Returns the class of the default group sequence provider defined for the given bean type.
getDescriptor() - Method in class org.hibernate.validator.internal.engine.ConstraintTree
 
getDescriptor() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getDirectMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getDirectMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getElementClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
getElements() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
Returns a map with the elements contained in this descriptor keyed by name.
getElementType() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
getElementType() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErasedType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
Gets the erased type of the specified type.
getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringScriptExecutionException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorParsingMappingFileException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExceptionDuringIsValidCall(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getFailFast() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getFromMapping(ConstraintMapping) - Static method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
Returns the constraint mapping context from the given constraint mapping.
getGroupHasToBeAnInterfaceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
getGroupIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getGroupList() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getGroups() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getHasToBeAPrimitiveTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentFailFastConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIndex() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
getIndex() - Method in interface org.hibernate.validator.method.metadata.ParameterDescriptor
Deprecated.
Returns this parameter's index within the parameter array of the method holding it.
getIndexedType(Type) - Static method in class org.hibernate.validator.internal.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.internal.util.ReflectionHelper
Tries to retrieve the indexed value from the specified object.
getInstance(Class<T>) - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorFactoryImpl
 
getInstance(DefaultGroupSequenceProvider<T>) - Static method in class org.hibernate.validator.internal.engine.groups.DefaultGroupSequenceProviderAdapter
 
getInstance(ConstraintHelper, Class<T>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
getInstance(Class<S>) - Static method in class org.hibernate.validator.internal.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.internal.util.annotationfactory.AnnotationDescriptor
Returns a new descriptor for the given annotation type.
getInstance() - Static method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluatorFactory
Retrieves an instance of this factory.
getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCharValueException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCheckDigitException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidDefaultGroupSequenceDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidIndexException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidJavaIdentifierException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForFractionPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForIntegerPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthOfParameterMetaDataListException(Method, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidMethodParameterIndexException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidMethodParameterIndexException(String, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidNumberFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyValue(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRangeException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRegularExpressionException(PatternSyntaxException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidReturnTypeException(Class<?>, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAnAnnotationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getKey() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getKind() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getKind() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Returns the kind of this meta data object.
getKind() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getKind() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns the kind of this constrained element.
getKind() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Deprecated.
Returns the kind of this method constraint violation.
getLeafBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getLeafNode() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
getLengthCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getLocalExecutionContext(T, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(T, PathImpl, int, String) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(Class<T>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocation() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getLocation() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns the location of this constrained element.
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
 
getMappedValue(Object, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Tries to retrieve the mapped value from the specified object.
getMappings() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getMappingStreams() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
getMember() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
getMemberIsNeitherAFieldNorAMethodException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMessage() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMessage() - Method in class org.hibernate.validator.internal.engine.MessageAndPath
 
getMessageAndPathList() - Method in class org.hibernate.validator.internal.engine.ConstraintValidatorContextImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(Method) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns the constraint-related meta data for the given method of the class represented by this bean meta data.
getMetaDataFor(String) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Return PropertyDescriptor for the given property.
getMetaDataFor(Method) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMethod() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
getMethod() - Method in class org.hibernate.validator.internal.engine.MethodValidationContext
 
GetMethod - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the method with the specified name or null if it does not exist.
getMethod() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Deprecated.
Returns the method during which's validation this constraint violation occurred.
getMethodCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getMethodConstraintConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
GetMethodFromPropertyName - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the method with the specified property name or null if it does not exist.
getMethodName() - Method in class org.hibernate.validator.internal.metadata.descriptor.MethodDescriptorImpl
 
getMethodName() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Deprecated.
Returns the name of the method represented by this descriptor.
GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the methods of the specified class (include inherited methods).
getMinCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMissingFormatStringInTemplateException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleDefinitionOfDefaultGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleDefinitionOfDefaultGroupSequenceProviderException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getName() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
getName() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getName() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Returns the name of this meta data object.
getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValidatorFoundForTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueProvidedForAnnotationParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.MethodDescriptorImpl
 
getParameterDescriptors() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Deprecated.
Returns a list with descriptors for this method's parameters.
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.MethodValidationContext
 
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getParameterIndex() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
getParameterIndex() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Deprecated.
Returns the index of the parameter holding the constraint which caused this constraint violation.
getParameterMetaData(int) - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
Returns meta data for the specified parameter of the represented method.
getParameterName() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
getParameterName() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getParameterName() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getParameterName() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Deprecated.
Returns the name of the parameter holding the constraint which caused this constraint violation.
getParameters() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getParameterType() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
 
getParent() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
getPartition(V) - Method in interface org.hibernate.validator.internal.util.CollectionHelper.Partitioner
 
getPath() - Method in class org.hibernate.validator.internal.engine.MessageAndPath
 
getPathWithoutLeafNode() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
getPayload() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getPriority() - Method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Returns this sources priority.
getProgrammaticMappings() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getProperties() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getPropertyName(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the JavaBeans property name of the given member.
getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getPropertyPathMustProvideIndexOrMapKeyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getProviderClass() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getReservedParameterNamesException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getResolvedInterfaces(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
GetResource - Class in org.hibernate.validator.internal.util.privilegedactions
Loads the given resource.
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
Deprecated.
Returns a resource bundle for the given locale.
getResourceBundle(Locale) - Method in interface org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getRootBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getRootBean() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluatorFactory
Retrieves a script executor for the given language.
getScriptMustReturnTrueOrFalseException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getScriptMustReturnTrueOrFalseException(String, Object, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getSequenceDefinitionsNotAllowedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getTryingToInstantiateAnnotationWithUnknownParametersException(Class<?>, Set<String>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getType() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getType() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Returns the data type of this meta data object, e.g.
getTypeDescriptor() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getTypeDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getTypeNotSupportedException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getUnableToAccessMemberException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToCreateAnnotationForConfiguredConstraintException(String, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandDefaultGroupListException(List<?>, List<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationConstraintsException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindMethodException(Class<?>, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindPropertyWithAccessException(Class<?>, String, ElementType) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindProviderException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetAnnotationParameterException(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateBeanValidationProviderException(List<String>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(String, Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToOpenInputStreamForMappingFileException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParsePropertyPathException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParseValidationXmlFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToReadAnnotationAttributesException(Class<? extends Annotation>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToReadServicesFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException(ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getValidationGroups(T) - Method in interface org.hibernate.validator.group.DefaultGroupSequenceProvider
Deprecated.
This method returns the default group sequence for the given instance.
getValidationGroups(T) - Method in class org.hibernate.validator.internal.engine.groups.DefaultGroupSequenceProviderAdapter
 
getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
This method returns the default group sequence for the given instance.
getValidationOrder(Collection<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
Generates a order of groups and sequences for the specified validation groups.
getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getValidator() - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
getValidatorsTypes(List<Class<? extends ConstraintValidator<T, ?>>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
getValue(Member, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
 
getWrongAttributeTypeForOverriddenConstraintException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultGroupSequenceProviderTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForGroupsParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForPayloadParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongPayloadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForMessageParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getXmlConfiguredClasses() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
Group - Class in org.hibernate.validator.internal.engine.groups
Encapsulates a single group.
Group(Class<?>) - Constructor for class org.hibernate.validator.internal.engine.groups.Group
 
groupMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
GroupSequenceProvider - Annotation Type in org.hibernate.validator.group
The GroupSequenceProvider annotation defines the DefaultGroupSequenceProvider class responsible to return the list of classes defining the default group sequence for the annotated type.

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
hasConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
hashCode() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
hashCode() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
hashCode() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
hashCode() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
hashCode() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
hashCode() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
hasParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Whether this method has at least one cascaded parameter or at least one parameter with constraints.
haveSameSignature(Method, Method) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Checks, whether the given methods have the same signature, which is the case if they have the same name, parameter count and types.
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.
HibernateValidatorContext - Interface in org.hibernate.validator
Represents a Hibernate Validator specific context that is used to create Validator instances.
HibernateValidatorFactory - Interface in org.hibernate.validator
Provides Hibernate Validator extensions to ValidatorFactory.
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 

I

IdentitySet - Class in org.hibernate.validator.internal.util
Set that compares object by identity rather than equality.
IdentitySet() - Constructor for class org.hibernate.validator.internal.util.IdentitySet
 
IdentitySet(int) - Constructor for class org.hibernate.validator.internal.util.IdentitySet
 
ignoreAllAnnotations() - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines that all annotations for this type should be ignored.
ignoreAllAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ignoreAnnotationConstraintForClass(Class<?>, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
Specifies that annotations specified on the configured type or property should be ignored.
ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ignoreClassLevelConstraintAnnotations(Class<?>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
ignorePropertyLevelConstraintAnnotationsOnMember(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
ignoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ignoringXmlConfiguration() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
INDEX_CLOSE - Static variable in class org.hibernate.validator.internal.engine.NodeImpl
 
INDEX_OPEN - Static variable in class org.hibernate.validator.internal.engine.NodeImpl
 
initialize(AssertFalse) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator
 
initialize(AssertTrue) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber
 
initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence
 
initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber
 
initialize(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.EmailValidator
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial
 
initialize(Length) - Method in class org.hibernate.validator.internal.constraintvalidators.LengthValidator
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber
 
initialize(ModCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.ModCheckValidator
 
initialize(NotBlank) - Method in class org.hibernate.validator.internal.constraintvalidators.NotBlankValidator
 
initialize(NotNull) - Method in class org.hibernate.validator.internal.constraintvalidators.NotNullValidator
 
initialize(Null) - Method in class org.hibernate.validator.internal.constraintvalidators.NullValidator
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
 
initialize(Pattern) - Method in class org.hibernate.validator.internal.constraintvalidators.PatternValidator
 
initialize(SafeHtml) - Method in class org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator
 
initialize(ScriptAssert) - Method in class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
 
initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.URLValidator
 
insertGroup(Group) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
insertSequence(Sequence) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
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
 
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
isAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
isArray(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isAssignable(Type, Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isBeanConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
isBuiltinConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver
 
isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
isCascaded() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Deprecated.
Whether a cascaded validation for this method's return value shall be performed or not.
isCascaded() - Method in interface org.hibernate.validator.method.metadata.ParameterDescriptor
Deprecated.
Whether cascaded validation for this parameter shall be performed or not.
isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
isCascading() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Whether this meta data object is marked for cascaded validation or not.
isCascading() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
isCascading() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Whether cascading validation for the represented element shall be performed or not.
isConstrained() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
isConstrained() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Whether this meta data object is constrained by any means or not.
isConstrained() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
isConstrained() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Whether this element is constrained or not.
isConstrained() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Whether the represented method is constrained or not.
isConstraintAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Checks whether the specified annotation is a valid constraint annotation.
isConstraintComposition(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
isDefaultGroup() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
isEmpty() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
isFailFastModeEnabled() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
isGetterMethod() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
Whether the represented method is a JavaBeans getter method or not.
isGetterMethod(Method) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Checks whether the given method is a valid JavaBeans getter method, meaning its name starts with "is" or "has" and it has no parameters.
isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isInIterable() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
isInstance(Type, Object) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isIterable() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
isIterable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isList(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isMap(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isMultiValueConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Checks whether a given annotation is a multi value constraint or not.
isPropertyPresent(String) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
isPropertyPresent(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver
 
isReportAsSingleViolation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
isRootPath() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
isTypeConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
isTypeConstrained() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Deprecated.
Whether this type has any class-, property- (field or getter style) or method-level constraints or not.
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.EmailValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.LengthValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.ModCheckValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NotBlankValidator
Checks that the trimmed string is not empty.
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NotNullValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NullValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PatternValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
 
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
Checks the number of entries in an array.
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfBoolean
Checks the number of entries in an array.
isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfByte
Checks the number of entries in an array.
isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfChar
Checks the number of entries in an array.
isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfDouble
Checks the number of entries in an array.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfFloat
Checks the number of entries in an array.
isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfInt
Checks the number of entries in an array.
isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfLong
Checks the number of entries in an array.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfShort
Checks the number of entries in an array.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
Checks the length of the specified character sequence (e.g.
isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
Checks the number of entries in a map.
isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
Checks the number of entries in a map.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.URLValidator
 
iterator() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
iterator() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
iterator() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
iterator() - Method in class org.hibernate.validator.internal.util.IdentitySet
 

J

join(Object[], String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Joins the elements of the given array to a string, separated by the given separator string.
join(Iterable<?>, String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.
JPATraversableResolver - Class in org.hibernate.validator.internal.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.internal.engine.resolver.JPATraversableResolver
 

K

keys() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.

L

lang(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
LazyValidatorFactory - Class in org.hibernate.validator.internal.util
Deprecated.
Will be removed in a future release.
LazyValidatorFactory() - Constructor for class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
Use the default ValidatorFactory creation routine
LazyValidatorFactory(Configuration<?>) - Constructor for class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
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() - Constructor for class org.hibernate.validator.cfg.defs.LengthDef
 
LengthValidator - Class in org.hibernate.validator.internal.constraintvalidators
Check that the character sequence length is between min and max.
LengthValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.LengthValidator
 
LoadClass - Class in org.hibernate.validator.internal.util.privilegedactions
 
Log - Interface in org.hibernate.validator.internal.util.logging
The logger interface for JBoss Logging.
LoggerFactory - Class in org.hibernate.validator.internal.util.logging
 

M

make() - Static method in class org.hibernate.validator.internal.util.logging.LoggerFactory
 
makeLeafNodeIterable() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
markProcessed(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.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.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
 
MaxDef - Class in org.hibernate.validator.cfg.defs
 
MaxDef() - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
 
MaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
Check that the character sequence (e.g.
MaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence
 
MaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber
 
merge(AnnotationProcessingOptions) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
MessageAndPath - Class in org.hibernate.validator.internal.engine
Container class for a validation error message and its corresponding path.
MessageAndPath(String, Path) - Constructor for class org.hibernate.validator.internal.engine.MessageAndPath
 
messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
messageInterpolator - Variable in class org.hibernate.validator.internal.engine.ValidationContext
The message resolver which should be used in this context.
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
MessageInterpolatorContext - Class in org.hibernate.validator.internal.engine
Implementation of the context used during message interpolation.
MessageInterpolatorContext(ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
Messages - Interface in org.hibernate.validator.internal.util.logging
 
MESSAGES - Static variable in interface org.hibernate.validator.internal.util.logging.Messages
The messages.
MetaConstraint<A extends Annotation> - Class in org.hibernate.validator.internal.metadata.core
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
MetaConstraint(ConstraintDescriptorImpl<A>, ConstraintLocation) - Constructor for class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
MetaDataBuilder - Class in org.hibernate.validator.internal.metadata.aggregated
Builds ConstraintMetaData instances for the ConstrainedElement objects representing one method or property in a type's inheritance hierarchy.
MetaDataBuilder(ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
MetaDataProvider - Interface in org.hibernate.validator.internal.metadata.provider
A provider for constraint related meta data such as constraints, default group sequences etc.
MetaDataProviderKeyedByClassName - Class in org.hibernate.validator.internal.metadata.provider
Base implementation for MetaDataProviders which cache the BeanConfiguration by class name.
MetaDataProviderKeyedByClassName(ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
method(String, Class<?>...) - Method in interface org.hibernate.validator.cfg.context.MethodTarget
Selects a method to which the next operations shall apply.
MethodConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
A ConstraintLocation implementation that represents a method parameter or return value.
MethodConstraintLocation(Method) - Constructor for class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
MethodConstraintLocation(Method, int) - Constructor for class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
MethodConstraintViolation<T> - Interface in org.hibernate.validator.method
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
MethodConstraintViolation.Kind - Enum in org.hibernate.validator.method
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
MethodConstraintViolationException - Exception in org.hibernate.validator.method
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
MethodConstraintViolationException(Set<? extends MethodConstraintViolation<?>>) - Constructor for exception org.hibernate.validator.method.MethodConstraintViolationException
Deprecated.
MethodConstraintViolationException(String, Set<? extends MethodConstraintViolation<?>>) - Constructor for exception org.hibernate.validator.method.MethodConstraintViolationException
Deprecated.
MethodConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
 
MethodConstraintViolationImpl(String, String, Method, Integer, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Constructor for class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
MethodDescriptor - Interface in org.hibernate.validator.method.metadata
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
MethodDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated method.
MethodDescriptorImpl(Class<?>, String, Set<ConstraintDescriptorImpl<?>>, boolean, List<ParameterDescriptor>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.MethodDescriptorImpl
 
MethodMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the constraint related meta data for a given method and all the methods in the inheritance hierarchy which it overrides or implements.
MethodMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
Creates new MethodMetaData instances.
MethodMetaData.Builder(ConstrainedMethod, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData.Builder
Creates a new builder based on the given method meta data.
methodNameMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
MethodParameterNodeImpl - Class in org.hibernate.validator.internal.engine
A Path.Node implementation representing a single method parameter.
MethodReturnValueNodeImpl - Class in org.hibernate.validator.internal.engine
A Path.Node implementation representing a single method parameter.
MethodTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean method to which the next operations shall apply.
MethodValidationContext<T> - Class in org.hibernate.validator.internal.engine
A ValidationContext implementation which creates and manages violations of type MethodConstraintViolation.
MethodValidationContext(Class<T>, T, Method, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.engine.MethodValidationContext
 
MethodValidationContext(Class<T>, T, Method, Integer, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.engine.MethodValidationContext
 
MethodValidator - Interface in org.hibernate.validator.method
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
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.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
 
MinDef - Class in org.hibernate.validator.cfg.defs
 
MinDef() - Constructor for class org.hibernate.validator.cfg.defs.MinDef
 
MinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
Check that the character sequence (e.g.
MinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence
 
MinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber
 
ModCheck - Annotation Type in org.hibernate.validator.constraints
Modulo check constraint.
ModCheck.List - Annotation Type in org.hibernate.validator.constraints
Defines several @ModCheck annotations on the same element.
ModCheck.ModType - Enum in org.hibernate.validator.constraints
 
ModCheckValidator - Class in org.hibernate.validator.internal.constraintvalidators
Mod check validator for MOD10 and MOD11 algorithms http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digit
ModCheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.ModCheckValidator
 
ModUtil - Class in org.hibernate.validator.internal.util
Helper class for modulo 10/11.
mustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
mustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 

N

newArrayList() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newArrayList(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newArrayList(Iterable<T>...) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newConcurrentHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? extends T>, Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Iterable<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
NewInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
NewJaxbContext - Class in org.hibernate.validator.internal.util.privilegedactions
Returns a new JAXBContext for the given class.
NewSchema - Class in org.hibernate.validator.internal.util.privilegedactions
Loads a given XML schema.
NewSchema(SchemaFactory, URL) - Constructor for class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
NodeImpl - Class in org.hibernate.validator.internal.engine
Immutable implementation of a Path.Node.
NodeImpl(String, NodeImpl, boolean, Integer, Object) - Constructor for class org.hibernate.validator.internal.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() - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
 
NotBlankValidator - Class in org.hibernate.validator.internal.constraintvalidators
Check that a character sequence's (e.g.
NotBlankValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.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() - Constructor for class org.hibernate.validator.cfg.defs.NotEmptyDef
 
NotNullDef - Class in org.hibernate.validator.cfg.defs
 
NotNullDef() - Constructor for class org.hibernate.validator.cfg.defs.NotNullDef
 
NotNullValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validate that the object is not null.
NotNullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.NotNullValidator
 
NullDef - Class in org.hibernate.validator.cfg.defs
 
NullDef() - Constructor for class org.hibernate.validator.cfg.defs.NullDef
 
NullValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validate that the object is null
NullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.NullValidator
 
numberOfCachedBeanMetaDataInstances() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
numberOfElements() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 

O

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
Entry point for the programmatic constraint definition API.
org.hibernate.validator.cfg.context - package org.hibernate.validator.cfg.context
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
Constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.constraints - package org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
Hibernate Validator Brazilian constraints.
org.hibernate.validator.group - package org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.internal.cfg.context - package org.hibernate.validator.internal.cfg.context
Creational context implementations of the API for programmatic constraint definition.
org.hibernate.validator.internal.constraintvalidators - package org.hibernate.validator.internal.constraintvalidators
Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints.
org.hibernate.validator.internal.engine - package org.hibernate.validator.internal.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.internal.engine.groups - package org.hibernate.validator.internal.engine.groups
Helper classes for the processing of groups.
org.hibernate.validator.internal.engine.resolver - package org.hibernate.validator.internal.engine.resolver
Various implementations of the TraversableResolver interface.
org.hibernate.validator.internal.metadata - package org.hibernate.validator.internal.metadata
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
org.hibernate.validator.internal.metadata.aggregated - package org.hibernate.validator.internal.metadata.aggregated
The classes in this package contain the aggregated meta data needed for an actual validation.
org.hibernate.validator.internal.metadata.core - package org.hibernate.validator.internal.metadata.core
 
org.hibernate.validator.internal.metadata.descriptor - package org.hibernate.validator.internal.metadata.descriptor
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints.
org.hibernate.validator.internal.metadata.location - package org.hibernate.validator.internal.metadata.location
Contains types for the representation of constraint locations.
org.hibernate.validator.internal.metadata.provider - package org.hibernate.validator.internal.metadata.provider
Abstraction of the meta data sources - annotation, xml, programmatic
org.hibernate.validator.internal.metadata.raw - package org.hibernate.validator.internal.metadata.raw
The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources.
org.hibernate.validator.internal.util - package org.hibernate.validator.internal.util
Independent helper classes.
org.hibernate.validator.internal.util.annotationfactory - package org.hibernate.validator.internal.util.annotationfactory
Annotation proxy helper.
org.hibernate.validator.internal.util.logging - package org.hibernate.validator.internal.util.logging
Logging classes.
org.hibernate.validator.internal.util.privilegedactions - package org.hibernate.validator.internal.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
org.hibernate.validator.internal.util.scriptengine - package org.hibernate.validator.internal.util.scriptengine
Classes related to the evaluation of script with ScriptEngine (JSR-223).
org.hibernate.validator.internal.xml - package org.hibernate.validator.internal.xml
Classes used to parse Bean Validation XML configuration files.
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.method - package org.hibernate.validator.method
Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
org.hibernate.validator.method.metadata - package org.hibernate.validator.method.metadata
Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.group - package org.hibernate.validator.spi.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.spi.resourceloading - package org.hibernate.validator.spi.resourceloading
ResourceBundleLocator interface.

P

param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
 
parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
Changes the parameter for which added constraints apply.
ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method parameter.
ParameterDescriptor - Interface in org.hibernate.validator.method.metadata
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
ParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated method parameter.
ParameterDescriptorImpl(Class<?>, int, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
parameterizedType(Class<?>, Type...) - Static method in class org.hibernate.validator.internal.util.TypeHelper
Creates a parameterized type for the specified raw type and actual type arguments.
ParameterMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the constraint related meta data for a single method parameter.
ParameterMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
 
ParameterMetaData.Builder(Class<?>, ConstrainedParameter, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
parameterMustNotBeEmpty(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterMustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameters - Variable in class org.hibernate.validator.cfg.ConstraintDef
A map with the annotation parameters of this definition.
ParameterTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select a method parameter to which the next operations shall apply.
parse(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
parseValidationXml() - Method in class org.hibernate.validator.internal.xml.ValidationXmlParser
Tries to check whether a validation.xml file exists and parses it using JAXB.
parsingXMLFile(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
partition(List<V>, CollectionHelper.Partitioner<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
Creates a map containing the given list's values partitioned by the given partitioner.
partition(Set<V>, CollectionHelper.Partitioner<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
Creates a map containing the given set's values partitioned by the given partitioner.
passesMod10Test(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
Mod10 (Luhn) algorithm implementation
passesMod11Test(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
Check if the input passes the mod11 test
PastDef - Class in org.hibernate.validator.cfg.defs
 
PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PastValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators
Check that the java.util.Calendar passed to be validated is in the past.
PastValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
 
PastValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators
Check that the java.util.Date passed to be validated is in the past.
PastValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
 
PastValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators
Check if Joda Time type who implements org.joda.time.ReadableInstant is in the past.
PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
 
PastValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the past.
PastValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
 
PathImpl - Class in org.hibernate.validator.internal.engine
 
PatternDef - Class in org.hibernate.validator.cfg.defs
 
PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
 
PatternValidator - Class in org.hibernate.validator.internal.constraintvalidators
 
PatternValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PatternValidator
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
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
 
ProgrammaticMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
A MetaDataProvider based on the programmatic constraint API.
ProgrammaticMetaDataProvider(ConstraintHelper, Set<ConstraintMapping>) - Constructor for class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
 
property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a property to which the next operations shall apply.
PROPERTY_ACCESSOR_PREFIXES - Static variable in class org.hibernate.validator.internal.util.ReflectionHelper
 
PROPERTY_PATH_SEPARATOR - Static variable in class org.hibernate.validator.internal.engine.PathImpl
 
PropertyConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a property of a bean.
PropertyConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
Constraint mapping creational context which allows to configure the constraints for one bean property.
PropertyDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated property.
PropertyDescriptorImpl(Class<?>, String, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
PropertyMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
Represents the constraint related meta data for a JavaBeans property.
PropertyMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
 
PropertyMetaData.Builder(ConstrainedField, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
PropertyMetaData.Builder(ConstrainedType, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
PropertyMetaData.Builder(ConstrainedMethod, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
propertyNameMustNotBeEmpty() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
propertyPathCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
PropertyTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean property to which the next operations shall apply.
protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
purgeStaleEntries() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap

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() - Constructor for class org.hibernate.validator.cfg.defs.RangeDef
 
ReflectionHelper - Class in org.hibernate.validator.internal.util
Some reflection utility methods.
regexp(String) - Method in class org.hibernate.validator.cfg.defs.EmailDef
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
remove(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
remove(Object) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
removeAll(Collection) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
replace(K, V, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
ResourceBundleLocator - Interface in org.hibernate.validator.resourceloading
Deprecated.
Will be removed in a future release. Use ResourceBundleLocator instead.
ResourceBundleLocator - Interface in org.hibernate.validator.spi.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
Deprecated.
ResourceBundleMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - 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.internal.util.IdentitySet
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
ReturnValueConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method return value.
ReturnValueTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the current method's return value as target for the next operations.
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationParameter
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetResource
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewJaxbContext
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.Unmarshal
 

S

SafeHtml - Annotation Type in org.hibernate.validator.constraints
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded <script> elements.
SafeHtml.List - Annotation Type in org.hibernate.validator.constraints
Defines several @SafeHtml annotations on the same element.
SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
Defines default whitelist implementations
SafeHtmlValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validate that the string does not contain malicious code.
SafeHtmlValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator
 
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() - Constructor for class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
ScriptAssertValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validator for the ScriptAssert constraint annotation.
ScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
 
ScriptEvaluator - Class in org.hibernate.validator.internal.util.scriptengine
A wrapper around JSR 223 ScriptEngines.
ScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluator
Creates a new script executor.
ScriptEvaluatorFactory - Class in org.hibernate.validator.internal.util.scriptengine
Factory responsible for the creation of ScriptEvaluators.
Sequence - Class in org.hibernate.validator.internal.engine.groups
Models a group sequence.
Sequence(Class<?>, List<Group>) - Constructor for class org.hibernate.validator.internal.engine.groups.Sequence
 
SetAccessibility - Class in org.hibernate.validator.internal.util.privilegedactions
 
setCompositionType(CompositionType) - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setIndex(Integer) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setKey(Object) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setLeafNodeIndex(Integer) - Method in class org.hibernate.validator.internal.engine.PathImpl
 
setLeafNodeMapKey(Object) - Method in class org.hibernate.validator.internal.engine.PathImpl
 
setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setParameterIndex(int) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setParameterName(String) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setPropertyPath(PathImpl) - Method in class org.hibernate.validator.internal.engine.ValueContext
Sets the property path to the match the currently validated value.
setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setTypeOfAnnotatedElement(Type) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setValue(String, Object) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.internal.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.internal.engine.resolver.SingleThreadCachedTraversableResolver
 
size() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
SizeDef - Class in org.hibernate.validator.cfg.defs
 
SizeDef() - Constructor for class org.hibernate.validator.cfg.defs.SizeDef
 
SizeValidatorForArray - Class in org.hibernate.validator.internal.constraintvalidators
Check that the length of an array is between min and max
SizeValidatorForArray() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
 
SizeValidatorForArraysOfBoolean - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfBoolean
 
SizeValidatorForArraysOfByte - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfByte
 
SizeValidatorForArraysOfChar - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfChar
 
SizeValidatorForArraysOfDouble - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfDouble
 
SizeValidatorForArraysOfFloat - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfFloat
 
SizeValidatorForArraysOfInt - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfInt
 
SizeValidatorForArraysOfLong - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfLong
 
SizeValidatorForArraysOfPrimitives - Class in org.hibernate.validator.internal.constraintvalidators
Check that the length of an array is between min and max
SizeValidatorForArraysOfPrimitives() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
 
SizeValidatorForArraysOfShort - Class in org.hibernate.validator.internal.constraintvalidators
 
SizeValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfShort
 
SizeValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
Check that the length of a character sequence is between min and max.
SizeValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
 
SizeValidatorForCollection - Class in org.hibernate.validator.internal.constraintvalidators
Check that a string's length is between min and max.
SizeValidatorForCollection() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
 
SizeValidatorForMap - Class in org.hibernate.validator.internal.constraintvalidators
Check that a string's length is between min and max.
SizeValidatorForMap() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
 
StandardValidationContext<T> - Class in org.hibernate.validator.internal.engine
A ValidationContext implementation which creates and manages violations of type ConstraintViolation.
StandardValidationContext(Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.engine.StandardValidationContext
 
StringHelper - Class in org.hibernate.validator.internal.util
Helper class dealing with strings.

T

throwInvalidFormat(String, IllegalFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
toArray() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintDef
 
toString() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
toString() - Method in class org.hibernate.validator.internal.engine.ConstraintTree
 
toString() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
toString() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
toString() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
toString() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
 
toString() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
toString() - Method in class org.hibernate.validator.internal.engine.MethodConstraintViolationImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.NodeImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.PathImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.MethodMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedMethod
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
toString() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
touch() - Static method in class org.hibernate.validator.internal.util.Version
 
traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
type(Class<C>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
Starts defining constraints on the specified bean class.
type(Class<C>) - Method in interface org.hibernate.validator.cfg.context.TypeTarget
Selects the type to which the next operations shall apply.
type() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
TypeConstraintMappingContext<C> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a type.
TypeConstraintMappingContextImpl<C> - Class in org.hibernate.validator.internal.cfg.context
Constraint mapping creational context which allows to configure the class-level constraints for one bean.
TypeConstraintMappingContextImpl(Class<?>, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
TypeDescriptor - Interface in org.hibernate.validator.method.metadata
Deprecated.
Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5.
TypeHelper - Class in org.hibernate.validator.internal.util
Provides utility methods for working with types.
typeOf(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
typeOf(Method, int) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the type of the parameter of the given method with the given parameter index.
typeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
typeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
typeOfAnnotatedElement() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the type of the element at this constraint location.
typeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.metadata.location.MethodConstraintLocation
 
TypeTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean type to which the next operations shall apply.

U

unableToCloseInputStream() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCloseXMLFileInputStream(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCreateSchema(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToFindScriptEngine(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
unableToLoadProviderClass(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
Unmarshal<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Unmarshals the given source.
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
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() - Constructor for class org.hibernate.validator.cfg.defs.URLDef
 
URLValidator - Class in org.hibernate.validator.internal.constraintvalidators
Validate that the character sequence (e.g.
URLValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.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.
usingConstraintFactory(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingContext() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns a context for validator configuration via options from the Bean Validation API as well as specific ones from Hibernate Validator.
usingContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
usingContext() - Method in class org.hibernate.validator.internal.util.LazyValidatorFactory
Deprecated.
 
usingMessageInterpolator(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingTraversableResolver(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingValidationProvider(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 

V

valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
Marks the current element (property, parameter etc.) as cascadable.
valid() - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
validate(T, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateAllParameters(T, Method, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateAllParameters(T, Method, Object[], Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Deprecated.
Validates all parameters of a given method.
validateConstraint(ValidationContext<?, ?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
validateConstraints(ValidationContext<T, E>, ValueContext<U, V>) - Method in class org.hibernate.validator.internal.engine.ConstraintTree
 
VALIDATED_VALUE_FORMAT_SEPARATOR - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
VALIDATED_VALUE_KEYWORD - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
validatedMethodMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedObjectMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validateParameter(T, Method, Object, int, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateParameter(T, Method, Object, int, Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Deprecated.
Validates a given parameter of a given method.
validateProperty(T, String, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateReturnValue(T, Method, Object, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateReturnValue(T, Method, Object, Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Deprecated.
Validates the return value of a given method.
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validatingDefault() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
ValidationBootstrapParameters - Class in org.hibernate.validator.internal.xml
 
ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
ValidationContext<T,C extends ConstraintViolation<T>> - Class in org.hibernate.validator.internal.engine
ValidationContext(Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidationContext
 
ValidationOrder - Interface in org.hibernate.validator.internal.engine.groups
Interface defining the methods needed to execute groups and sequences in the right order.
ValidationOrderGenerator - Class in org.hibernate.validator.internal.engine.groups
Helper class used to order groups and sequences into the right order for validation.
ValidationOrderGenerator() - Constructor for class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
 
ValidationXmlParser - Class in org.hibernate.validator.internal.xml
Parser for validation.xml using JAXB.
ValidationXmlParser() - Constructor for class org.hibernate.validator.internal.xml.ValidationXmlParser
 
ValidatorContextImpl - Class in org.hibernate.validator.internal.engine
 
ValidatorContextImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, BeanMetaDataManager, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
ValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine
Factory returning initialized Validator instances.
ValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
ValidatorImpl - Class in org.hibernate.validator.internal.engine
The main Bean Validation class.
ValidatorImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, BeanMetaDataManager, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidatorImpl
 
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
 
ValueContext<T,V> - Class in org.hibernate.validator.internal.engine
An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
ValueContext(T, Class<T>, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.ValueContext
 
ValueFormatterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
A message interpolator which can interpolate the validated value and format this value using the syntax from Formatter.
ValueFormatterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
ValueFormatterMessageInterpolator(MessageInterpolator) - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
valueOf(String) - Static method in enum org.hibernate.validator.constraints.CompositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData.ConstraintMetaDataKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.core.ConstraintOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
valueOf(String) - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.method.MethodConstraintViolation.Kind
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.validator.constraints.CompositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData.ConstraintMetaDataKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.core.ConstraintOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.hibernate.validator.method.MethodConstraintViolation.Kind
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
Version - Class in org.hibernate.validator.internal.util
 

X

XmlMappingParser - Class in org.hibernate.validator.internal.xml
 
XmlMappingParser(ConstraintHelper) - Constructor for class org.hibernate.validator.internal.xml.XmlMappingParser
 
XmlMappingParser.CloseIgnoringInputStream - Class in org.hibernate.validator.internal.xml
 
XmlMappingParser.CloseIgnoringInputStream(InputStream) - Constructor for class org.hibernate.validator.internal.xml.XmlMappingParser.CloseIgnoringInputStream
 
XmlMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
A MetaDataProvider providing constraint related meta data based on XML descriptors as defined by the Bean Validation API.
XmlMetaDataProvider(ConstraintHelper, Set<InputStream>) - Constructor for class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 
A B C D E F G H I J K L M N O P R S T U V X 
Hibernate Validator Engine 4.3.2.Final-redhat-2

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