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<?>>, Map<Class<?>, Class<?>>, 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, Type, Set<MetaConstraint<?>>, ElementKind, boolean, boolean) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
 
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.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.GetConstructor
 
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(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(Member) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 
Adapter1 - Class in org.hibernate.validator.internal.xml
 
Adapter1() - Constructor for class org.hibernate.validator.internal.xml.Adapter1
 
adaptOriginsAndImplicitGroups(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.ExecutableMetaData.Builder
 
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.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<? extends Object>) - 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
 
addBeanNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
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<ConstraintViolation<T>>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
addCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
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
 
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(ExecutableConstraintLocation) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addMethodConstraintConfig(ConfiguredConstraint<?, ExecutableConstraintLocation>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
addParameterNode(String, int) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addProperty(String, String) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addReturnValueNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Registers the Hibernate specific ValidatorFactory and Validator.
AggregateResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A ResourceBundleLocator implementation that provides access to multiple source ResourceBundles by merging them into one aggregated bundle.
AggregateResourceBundleLocator(List<String>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator(List<String>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator.AggregateBundle - Class in org.hibernate.validator.resourceloading
A ResourceBundle 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
 
annotation - Variable in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
 
annotation - Variable in class org.hibernate.validator.internal.xml.ConstraintType
 
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 AnnotationProxy instances) 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, ParameterNameProvider, 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 - Interface in org.hibernate.validator.internal.metadata.core
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
AnnotationProcessingOptionsImpl - Class in org.hibernate.validator.internal.metadata.core
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
AnnotationProcessingOptionsImpl() - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
AnnotationProcessingOptionsImpl.ExecutableParameterKey - Class in org.hibernate.validator.internal.metadata.core
 
AnnotationProcessingOptionsImpl.ExecutableParameterKey(Member, int) - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl.ExecutableParameterKey
 
AnnotationProxy - Class in org.hibernate.validator.internal.util.annotationfactory
A concrete implementation of Annotation that pretends it is a "real" source code annotation.
AnnotationProxy(AnnotationDescriptor<?>) - Constructor for class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
 
annotationType() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
 
AnnotationType - Class in org.hibernate.validator.internal.xml
Java class for annotationType complex type.
AnnotationType() - Constructor for class org.hibernate.validator.internal.xml.AnnotationType
 
appendBeanNode() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
appendCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
appendNode(Cascadable) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
areClassLevelConstraintsIgnoredFor(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areClassLevelConstraintsIgnoredFor(Class<?>) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areCrossParameterConstraintsIgnoredFor(Member) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areCrossParameterConstraintsIgnoredFor(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areMemberConstraintsIgnoredFor(Member) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areMemberConstraintsIgnoredFor(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areParameterConstraintsIgnoredFor(Member, int) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areParameterConstraintsIgnoredFor(Member, int) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areParametersConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
areReturnValueConstraintsIgnoredFor(Member) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areReturnValueConstraintsIgnoredFor(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
as(Class<T>) - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.ExecutableMetaData
 
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
 
asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
asDescriptors(Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
asDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
Returns a set with GroupConversionDescriptors representing the underlying group conversions.
assertCorrectnessOfConfiguration() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
Checks the configuration of this method for correctness as per the rules outlined in the Bean Validation specification, section 4.5.5 ("Method constraints in inheritance hierarchies").
assertCorrectnessOfConfiguration() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
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.path.NodeImpl
 
asString() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 

B

bean - Variable in class org.hibernate.validator.internal.xml.ConstraintMappingsType
 
beanClass - Variable in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
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 - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated bean.
BeanDescriptorImpl(Type, Set<ConstraintDescriptorImpl<?>>, Map<String, PropertyDescriptor>, Map<String, ExecutableDescriptorImpl>, Map<String, ConstructorDescriptor>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
beanManagerIsNotAvailable() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
beanManagerIsNotAvailable() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
beanManagerIsNotAvailable$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
Creates a new BeanMetaDataManager.
BeanMetaDataManager(ConstraintHelper, ParameterNameProvider, List<MetaDataProvider>) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
Creates a new BeanMetaDataManager.
BeanType - Class in org.hibernate.validator.internal.xml
Java class for beanType complex type.
BeanType() - Constructor for class org.hibernate.validator.internal.xml.BeanType
 
beanTypeCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
beanTypeCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
beanTypeCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
beanTypeMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
beanTypeMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
beanTypeMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Used to register the method validation interceptor binding annotation.
BootstrapConfigurationImpl - Class in org.hibernate.validator.internal.xml
Wrapper class for the bootstrap parameters defined in validation.xml
BootstrapConfigurationImpl(String, String, String, String, String, EnumSet<ExecutableType>, Set<String>, Map<String, String>) - Constructor for class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
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.ExecutableMetaData.Builder
 
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.ParameterMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
buildConstrainedFields(List<FieldType>, Class<?>, String, ConstraintHelper, AnnotationProcessingOptionsImpl) - Static method in class org.hibernate.validator.internal.xml.ConstrainedFieldBuilder
 
buildConstrainedGetters(List<GetterType>, Class<?>, String, ConstraintHelper, AnnotationProcessingOptionsImpl) - Static method in class org.hibernate.validator.internal.xml.ConstrainedGetterBuilder
 
buildConstrainedParameters(List<ParameterType>, ExecutableElement, String, ConstraintHelper, ParameterNameProvider, AnnotationProcessingOptionsImpl) - Static method in class org.hibernate.validator.internal.xml.ConstrainedParameterBuilder
 
buildConstrainedType(ClassType, Class<?>, String, ConstraintHelper, AnnotationProcessingOptionsImpl, Map<Class<?>, List<Class<?>>>) - Static method in class org.hibernate.validator.internal.xml.ConstrainedTypeBuilder
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
buildConstructorConstrainedExecutable(List<ConstructorType>, Class<?>, String, ParameterNameProvider, ConstraintHelper, AnnotationProcessingOptionsImpl) - Static method in class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
 
buildGroupConversionMap(List<GroupConversionType>, String) - Static method in class org.hibernate.validator.internal.xml.GroupConversionBuilder
 
buildHashCode() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
buildMetaConstraint(ConstraintLocation, ConstraintType, ElementType, String, ConstraintHelper) - Static method in class org.hibernate.validator.internal.xml.MetaConstraintBuilder
 
buildMethodConstrainedExecutable(List<MethodType>, Class<?>, String, ParameterNameProvider, ConstraintHelper, AnnotationProcessingOptionsImpl) - Static method in class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 
buildValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 

C

CachingResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A ResourceBundleLocator implementation that wraps around another locator and caches values retrieved from that locator.
CachingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
Creates a new CachingResourceBundleLocator.
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.
Cascadable - Interface in org.hibernate.validator.internal.metadata.facets
Provides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.
classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
classCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
classCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
classIsNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
classIsNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
classType - Variable in class org.hibernate.validator.internal.xml.BeanType
 
ClassType - Class in org.hibernate.validator.internal.xml
Java class for classType complex type.
ClassType() - Constructor for class org.hibernate.validator.internal.xml.ClassType
 
clazz - Variable in class org.hibernate.validator.internal.xml.BeanType
 
clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
clear() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
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.engine.ValidatorFactoryImpl
 
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<T>, 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.
ConstrainedExecutable - Class in org.hibernate.validator.internal.metadata.raw
Represents a method or constructor 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.
ConstrainedExecutable(ConfigurationSource, ExecutableConstraintLocation, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new executable meta data object for a parameter-less executable.
ConstrainedExecutable(ConfigurationSource, ExecutableConstraintLocation, List<ConstrainedParameter>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new executable meta data object.
ConstrainedExecutableBuilder - Class in org.hibernate.validator.internal.xml
Builder for constraint methods and constructors.
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<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedField
Creates a new field meta data object.
ConstrainedFieldBuilder - Class in org.hibernate.validator.internal.xml
Builder for constraint fields.
ConstrainedGetterBuilder - Class in org.hibernate.validator.internal.xml
Builder for constraint getters.
ConstrainedParameter - Class in org.hibernate.validator.internal.metadata.raw
Contains constraint-related meta-data for one method parameter.
ConstrainedParameter(ConfigurationSource, ExecutableConstraintLocation, String, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
Creates a new parameter meta data object.
ConstrainedParameterBuilder - Class in org.hibernate.validator.internal.xml
Builder for constraint parameters.
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.
ConstrainedTypeBuilder - Class in org.hibernate.validator.internal.xml
Builder for constraint types.
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.ParameterConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
constraint - Variable in class org.hibernate.validator.internal.xml.ClassType
 
constraint - Variable in class org.hibernate.validator.internal.xml.CrossParameterType
 
constraint - Variable in class org.hibernate.validator.internal.xml.FieldType
 
constraint - Variable in class org.hibernate.validator.internal.xml.GetterType
 
constraint - Variable in class org.hibernate.validator.internal.xml.ParameterType
 
constraint - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
 
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
 
constraintDefinition - Variable in class org.hibernate.validator.internal.xml.ConstraintMappingsType
 
ConstraintDefinitionType - Class in org.hibernate.validator.internal.xml
Java class for constraint-definitionType complex type.
ConstraintDefinitionType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintDefinitionType
 
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, Member) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(Member, T, ConstraintHelper, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl.ConstraintType - Enum in org.hibernate.validator.internal.metadata.descriptor
The type of a constraint.
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 - Interface in org.hibernate.validator.cfg
Represents a constraint mapping configured via the programmatic API.
constraintMapping - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
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
 
ConstraintMappingContextImplBase - Class in org.hibernate.validator.internal.cfg.context
Base class for implementations of constraint mapping creational context types.
ConstraintMappingContextImplBase(Class<?>, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
ConstraintMappingsType - Class in org.hibernate.validator.internal.xml
Java class for constraint-mappingsType complex type.
ConstraintMappingsType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintMappingsType
 
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.
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.constraintvalidation
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.constraintvalidation.ConstraintTree
 
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
The constraint annotation type of this definition.
ConstraintType - Class in org.hibernate.validator.internal.xml
Java class for constraintType complex type.
ConstraintType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintType
 
ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
ConstraintValidatorContextImpl(List<String>, PathImpl, ConstraintDescriptor<?>) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.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
 
constraintValidatorFactory - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
ConstraintValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
Default ConstraintValidatorFactory using a no-arg constructor.
ConstraintValidatorFactoryImpl() - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
 
ConstraintValidatorManager - Class in org.hibernate.validator.internal.engine.constraintvalidation
Manager in charge of providing and caching initialized ConstraintValidator instances.
ConstraintValidatorManager(ConstraintValidatorFactory) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
Creates a new ConstraintValidatorManager.
ConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
 
constructor - Variable in class org.hibernate.validator.internal.xml.BeanType
 
ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
ConstructorType - Class in org.hibernate.validator.internal.xml
Java class for constructorType complex type.
ConstructorType() - Constructor for class org.hibernate.validator.internal.xml.ConstructorType
 
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<? extends Object>) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
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.
content - Variable in class org.hibernate.validator.internal.xml.ElementType
 
Contracts - Class in org.hibernate.validator.internal.util
 
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
Converts the given validation group as per the group conversion configuration for this property (as e.g.
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
convertGroup(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Converts the given validation group as per the group conversion configuration for this element (as e.g.
convertGroup - Variable in class org.hibernate.validator.internal.xml.FieldType
 
convertGroup - Variable in class org.hibernate.validator.internal.xml.GetterType
 
convertGroup - Variable in class org.hibernate.validator.internal.xml.ParameterType
 
convertGroup - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
 
CPF - Annotation Type in org.hibernate.validator.constraints.br
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
create(CreationalContext<Validator>) - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
create(CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
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
 
createAnnotationType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of AnnotationType
createBeanConfiguration(ConfigurationSource, Class<T>, Set<? extends ConstrainedElement>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
createBeanNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createBeanType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of BeanType
createClassType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ClassType
createConstraintDefinitionType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ConstraintDefinitionType
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
 
createConstraintMappings(ConstraintMappingsType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of JAXBElement<ConstraintMappingsType>}
createConstraintMappingsType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ConstraintMappingsType
createConstraintType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ConstraintType
createConstraintViolation(ValueContext<?, ?>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
createConstraintViolations(ValueContext<?, ?>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
createConstructorNode(String, NodeImpl, List<Class<?>>) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createConstructorType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ConstructorType
createCopy(PathImpl) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
 
createCrossParameterNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createCrossParameterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of CrossParameterType
createElementType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ElementType
createElementTypeAnnotation(AnnotationType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of JAXBElement<AnnotationType>}
createElementTypeValue(String) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of JAXBElement<String>}
createFieldType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of FieldType
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createGetterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of GetterType
createGroupConversionType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of GroupConversionType
createGroupSequenceType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of GroupSequenceType
createGroupsType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of GroupsType
createIteratorForCascadedValue(Type, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
This methods inspects the type of the cascaded constraints and in case of a list or array creates an iterator in order to validate each element.
createMethodNode(String, NodeImpl, List<Class<?>>) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createMethodType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of MethodType
createParameterNode(String, NodeImpl, int) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createParameterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ParameterType
createPathForExecutable(ExecutableMetaData) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
 
createPathFromString(String) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
Returns a Path instance representing the path described by the given string.
createPayloadType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of PayloadType
createPropertyNode(String, NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createPropertyType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of PropertyType
createReturnValue(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createReturnValueType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ReturnValueType
createRootPath() - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createValidatedByType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ValidatedByType
createValidatedExecutablesType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ValidatedExecutablesType
createValidationConfig(ValidationConfigType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of JAXBElement<ValidationConfigType>}
createValidationConfigType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
Create an instance of ValidationConfigType
CreditCardNumber - Annotation Type in org.hibernate.validator.constraints
The annotated element has to represent a valid credit card number.
CreditCardNumber.List - Annotation Type in org.hibernate.validator.constraints
Defines several @CreditCardNumber annotations on the same element.
CreditCardNumberDef - Class in org.hibernate.validator.cfg.defs
 
CreditCardNumberDef() - Constructor for class org.hibernate.validator.cfg.defs.CreditCardNumberDef
 
crossParameter - Variable in class org.hibernate.validator.internal.xml.ConstructorType
 
crossParameter - Variable in class org.hibernate.validator.internal.xml.MethodType
 
CrossParameterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
A ConstraintLocation representing all the parameters of a method or constructor; Used for cross-parameter constraints.
CrossParameterConstraintLocation(ExecutableElement) - Constructor for class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
 
CrossParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes cross-parameters.
CrossParameterDescriptorImpl(Set<ConstraintDescriptorImpl<?>>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.CrossParameterDescriptorImpl
 
CrossParameterType - Class in org.hibernate.validator.internal.xml
Java class for crossParameterType complex type.
CrossParameterType() - Constructor for class org.hibernate.validator.internal.xml.CrossParameterType
 

D

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_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
The name of the default message bundle.
DefaultConstraintMapping - Class in org.hibernate.validator.internal.cfg
Default implementation of ConstraintMapping.
DefaultConstraintMapping() - Constructor for class org.hibernate.validator.internal.cfg.DefaultConstraintMapping
 
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<T> - Interface in org.hibernate.validator.spi.group
This class defines the dynamic group sequence provider contract.
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
 
defaultPackage - Variable in class org.hibernate.validator.internal.xml.ConstraintMappingsType
 
DefaultParameterNameProvider - Class in org.hibernate.validator.internal.engine
A default ParameterNameProvider implementation which returns parameter names in the form arg0, arg1 etc.
DefaultParameterNameProvider() - Constructor for class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
defaultProvider - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
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
Creates a new DelegatingResourceBundleLocator.
destroy() - Method in class org.hibernate.validator.internal.cdi.DestructibleBeanInstance
 
destroy(Validator, CreationalContext<Validator>) - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
destroy(ValidatorFactory, CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
DestructibleBeanInstance<T> - Class in org.hibernate.validator.internal.cdi
 
DestructibleBeanInstance(BeanManager, Class<T>) - Constructor for class org.hibernate.validator.internal.cdi.DestructibleBeanInstance
 
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.constraintvalidation.ConstraintValidatorContextImpl
 

E

element - Variable in class org.hibernate.validator.internal.xml.AnnotationType
 
element - Variable in class org.hibernate.validator.internal.xml.ConstraintType
 
ElementDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated element (class, field or property).
ElementDescriptorImpl(Type, Set<ConstraintDescriptorImpl<?>>, 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.
ElementType - Class in org.hibernate.validator.internal.xml
Java class for elementType complex type.
ElementType() - Constructor for class org.hibernate.validator.internal.xml.ElementType
 
Email - Annotation Type in org.hibernate.validator.constraints
The string has to be a well-formed email address.
Email.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Email annotations on the same element.
EmailDef - Class in org.hibernate.validator.cfg.defs
 
EmailDef() - 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.messageinterpolation.LocalizedMessage
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl.ExecutableParameterKey
 
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.descriptor.GroupConversionDescriptorImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
equals(Object) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
Performs an equality check as described in Annotation.equals(Object).
errorInExpressionLanguage(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
errorInExpressionLanguage(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
errorInExpressionLanguage$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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.
evaluatingExpressionLanguageExpressionCausedException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
evaluatingExpressionLanguageExpressionCausedException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
evaluatingExpressionLanguageExpressionCausedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
ExecutableConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
A ConstraintLocation implementation that represents a method or constructor.
ExecutableConstraintLocation(Method) - Constructor for class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
ExecutableConstraintLocation(Method, Integer) - Constructor for class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
Creates a new ExecutableConstraintLocation.
ExecutableConstraintLocation(ExecutableElement) - Constructor for class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
ExecutableConstraintLocation(ExecutableElement, Integer) - Constructor for class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
ExecutableDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated constructor or method.
ExecutableDescriptorImpl(Type, String, Set<ConstraintDescriptorImpl<?>>, ReturnValueDescriptor, List<ParameterDescriptor>, boolean, List<Class<?>>, ConstraintDeclarationException) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
ExecutableElement - Class in org.hibernate.validator.internal.metadata.raw
Provides a unified view on Constructors and Methods.
ExecutableMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the constraint related meta data for a given method or constructors and in (case of methods) all the methods in the inheritance hierarchy which it overrides or implements.
ExecutableMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
Creates new ExecutableMetaData instances.
ExecutableMetaData.Builder(Class<?>, ConstrainedExecutable, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
Creates a new builder based on the given executable meta data.
executableType - Variable in class org.hibernate.validator.internal.xml.ValidatedExecutablesType
 
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
 
field - Variable in class org.hibernate.validator.internal.xml.BeanType
 
FieldType - Class in org.hibernate.validator.internal.xml
Java class for fieldType complex type.
FieldType() - Constructor for class org.hibernate.validator.internal.xml.FieldType
 
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
 
forBeanValidation(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forConstructor(Constructor<?>) - Static method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
forConstructors(Constructor<?>[]) - Static method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
forExecutables() - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
format(String, Object...) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper
 
FORMATTER - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
Name under which to bind a formatter to the EL context.
FormatterWrapper - Class in org.hibernate.validator.internal.engine.messageinterpolation
A wrapper class for java.util.Formatter#format avoiding lookup problems in EL engines due to ambiguous method resolution for format.
FormatterWrapper(Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper
 
forMethod(Method) - Static method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
forMethods(Method[]) - Static method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
forParameter(ConstraintDef<?, A>, Method, int) - Static method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
forParameterValidation(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object[]) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forProperty(ConstraintDef<?, A>, Member) - 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
 
forReturnValueValidation(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forType(ConstraintDef<?, A>, Class<?>) - Static method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
forValidate(T) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateParameters(ParameterNameProvider, T, ExecutableElement, Object[]) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateProperty(T) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateReturnValue(T, ExecutableElement, Object) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateValue(Class<T>) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
from - Variable in class org.hibernate.validator.internal.xml.GroupConversionType
 
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.
getAccessibleObject() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Returns meta data for all parameters of the represented executable.
getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotation() - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
Gets the value of the annotation property.
getAnnotation() - Method in class org.hibernate.validator.internal.xml.ConstraintType
Gets the value of the annotation property.
getAnnotationDoesNotContainAParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAnnotationDoesNotContainAParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAnnotationDoesNotContainAParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAnnotationIsNoConstraintTypeException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAnnotationIsNoConstraintTypeException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAnnotationIsNoConstraintTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
GetAnnotationParameter<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getAnnotationParameter(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
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
 
getAnnotations() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getAnnotations() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getAnnotationType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
getAtLeastOneCustomMessageMustBeCreatedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAtLeastOneCustomMessageMustBeCreatedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAtLeastOneCustomMessageMustBeCreatedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAtLeastOneGroupHasToBeSpecifiedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAtLeastOneGroupHasToBeSpecifiedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAtLeastOneGroupHasToBeSpecifiedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getBaseType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getBaseType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getBean() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Gets the value of the bean property.
getBeanClass() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getBeanClass() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
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
Returns the class on which the constraint is defined.
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanClassHasAlreadyBeConfiguredInXmlException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanConfiguration(Class<T>) - 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
 
getBeanDoesNotContainConstructorException(String, List<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainConstructorException(String, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainConstructorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainMethodException(String, String, List<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainMethodException(String, String, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainTheFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainTheFieldException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainTheFieldException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainThePropertyException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainThePropertyException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanDoesNotContainThePropertyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
getBeanMetaDataManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getBootstrapConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
 
getCascadables() - Method in interface org.hibernate.validator.internal.metadata.facets.Validatable
Returns the cascaded elements of this validatable, e.g.
getCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
 
getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCharacterIsNotADigitException(char) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCharacterIsNotADigitException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getChildren() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.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
 
getClassLoaderFromClass(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getClassLoaderFromContext() - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getClassType() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the classType property.
getClazz() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the clazz property.
getCommonPropertyType(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
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
 
getConstrainedConstructors() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedElementConfiguredMultipleTimesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstrainedElementConfiguredMultipleTimesException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstrainedElementConfiguredMultipleTimesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getConstrainedElementsForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getConstrainedMethods() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedProperties() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraint() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getConstraint() - Method in class org.hibernate.validator.internal.xml.ClassType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.internal.xml.CrossParameterType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.internal.xml.FieldType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.internal.xml.GetterType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.internal.xml.ParameterType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Gets the value of the constraint property.
getConstraintConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
Returns all constraint definitions registered with this mapping.
getConstraintDefinition() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Gets the value of the constraintDefinition property.
getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.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
 
getConstraintFactoryMustNotReturnNullException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstraintFactoryMustNotReturnNullException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstraintMapping() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the constraintMapping property.
getConstraintMappingResourcePaths() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintParametersCannotStartWithValidException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstraintParametersCannotStartWithValidException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
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
 
getConstraintsForConstructor(Class<?>...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintsForMethod(String, Class<?>...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintsForProperty(String) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getConstraintType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
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.xml.ValidationBootstrapParameters
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the constraintValidatorFactory property.
getConstraintValidatorFactoryClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getConstraintWithoutMandatoryParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintWithoutMandatoryParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstraintWithoutMandatoryParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
GetConstructor<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getConstructor(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getConstructor() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the constructor property.
getConstructorIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructorIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstructorIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getConstructors() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getContent() - Method in class org.hibernate.validator.internal.xml.ElementType
Gets the value of the content property.
getContext() - Method in class org.hibernate.validator.internal.cfg.DefaultConstraintMapping
 
getConvertGroup() - Method in class org.hibernate.validator.internal.xml.FieldType
Gets the value of the convertGroup property.
getConvertGroup() - Method in class org.hibernate.validator.internal.xml.GetterType
Gets the value of the convertGroup property.
getConvertGroup() - Method in class org.hibernate.validator.internal.xml.ParameterType
Gets the value of the convertGroup property.
getConvertGroup() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Gets the value of the convertGroup property.
getCrossParameter() - Method in class org.hibernate.validator.internal.xml.ConstructorType
Gets the value of the crossParameter property.
getCrossParameter() - Method in class org.hibernate.validator.internal.xml.MethodType
Gets the value of the crossParameter property.
getCrossParameterConstraintOnClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraintOnClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraintOnFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnFieldException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraintOnFieldException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraintOnMethodWithoutParametersException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnMethodWithoutParametersException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraintOnMethodWithoutParametersException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCrossParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
Returns the cross-parameter constraints declared for the represented method or constructor.
getCrossParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
 
getCrossParameterDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
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
 
getCurrentValidatable() - 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
 
getCyclicDependencyInGroupsDefinitionException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getCyclicDependencyInGroupsDefinitionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
GetDeclaredConstructors - Class in org.hibernate.validator.internal.util.privilegedactions
 
getDeclaredConstructors(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the declared constructors of the specified class.
GetDeclaredField - Class in org.hibernate.validator.internal.util.privilegedactions
 
getDeclaredField(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the declared field with the specified name or null if it does not exist.
GetDeclaredFields - Class in org.hibernate.validator.internal.util.privilegedactions
 
getDeclaredFields(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the fields of the specified class.
GetDeclaredMethod - Class in org.hibernate.validator.internal.util.privilegedactions
 
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
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
 
getDeclaredMethods(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the declared methods of the specified class.
getDeclaringType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getDefaultBootstrapConfiguration() - Static method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
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
 
getDefaultPackage() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Gets the value of the defaultPackage property.
getDefaultParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultProvider() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the defaultProvider property.
getDefaultProviderClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
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
 
getDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.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
 
getElement() - Method in class org.hibernate.validator.internal.xml.AnnotationType
Gets the value of the element property.
getElement() - Method in class org.hibernate.validator.internal.xml.ConstraintType
Gets the value of the element property.
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.aggregated.ParameterMetaData
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
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 interface org.hibernate.validator.internal.metadata.facets.Cascadable
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
getElementType() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the ElementType on which the constraint is defined.
getElementType() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getElementTypeHasToBeFieldOrMethodException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getElementTypeHasToBeFieldOrMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getEndIndexCannotBeNegativeException(int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getEndIndexCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorDuringCallOfTraversableResolverIsCascadableException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorDuringCallOfTraversableResolverIsReachableException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorDuringScriptExecutionException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringScriptExecutionException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorDuringScriptExecutionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorParsingMappingFileException(JAXBException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorParsingMappingFileException(JAXBException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getErrorParsingMappingFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getExceptionDuringIsValidCall(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExceptionDuringIsValidCall(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getExceptionDuringIsValidCall$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getExceptionOcurredDuringMessageInterpolationException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExceptionOcurredDuringMessageInterpolationException(Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getExceptionOcurredDuringMessageInterpolationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getExecutable() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getExecutableElement() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getExecutableParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getExecutableReturnValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getExecutableType() - Method in class org.hibernate.validator.internal.xml.ValidatedExecutablesType
Gets the value of the executableType property.
getFailFast() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getFeatureDescriptors(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
getField() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the field property.
getFields() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getFrom() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
getFrom() - Method in class org.hibernate.validator.internal.xml.GroupConversionType
Gets the value of the from property.
getFunctionMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getGenericAndCrossParameterValidatorWithoutConstraintTargetException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGenericAndCrossParameterValidatorWithoutConstraintTargetException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGenericAndCrossParameterValidatorWithoutConstraintTargetException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGenericParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getGetter() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the getter property.
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getGroupConversionDescriptors() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns a set with GroupConversionDescriptors representing the group conversions of this cascadable.
getGroupConversionForSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupConversionForSequenceException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGroupConversionForSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGroupConversionOnNonCascadingElementException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupConversionOnNonCascadingElementException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGroupConversionOnNonCascadingElementException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getGroupConversions() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns a map with the group conversions for this constrained element, as e.g.
getGroupHasToBeAnInterfaceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupHasToBeAnInterfaceException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getGroupHasToBeAnInterfaceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getGroups() - Method in class org.hibernate.validator.internal.xml.ConstraintType
Gets the value of the groups property.
getGroupSequence() - Method in class org.hibernate.validator.internal.xml.ClassType
Gets the value of the groupSequence property.
getHasToBeAPrimitiveTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getHasToBeAPrimitiveTypeException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getHasToBeAPrimitiveTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIdentifier() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
Returns an identifier for this meta data object, based on the represented executable's name and its parameter types.
getIdentifier() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ClassType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ConstructorType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.CrossParameterType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.FieldType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.GetterType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.MethodType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ParameterType
Gets the value of the ignoreAnnotations property.
getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Gets the value of the ignoreAnnotations property.
getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIllegalArgumentException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIllegalArgumentException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getImplicitConstraintTargetInAmbiguousConfigurationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getImplicitConstraintTargetInAmbiguousConfigurationException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getImplicitConstraintTargetInAmbiguousConfigurationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIncludeExistingValidators() - Method in class org.hibernate.validator.internal.xml.ValidatedByType
Gets the value of the includeExistingValidators property.
getInconsistentConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentConfigurationException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInconsistentConfigurationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInconsistentFailFastConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentFailFastConfigurationException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInconsistentFailFastConfigurationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
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.
getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getInjectionPoints() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getInjectionPoints() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getInstance() - Method in class org.hibernate.validator.internal.cdi.DestructibleBeanInstance
 
getInstance(Class<T>) - Method in class org.hibernate.validator.internal.cdi.InjectingConstraintValidatorFactory
 
getInstance(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
 
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
 
getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidBigDecimalFormatException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidCharValueException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCharValueException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidCharValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidCheckDigitException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCheckDigitException(int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidCheckDigitException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidDefaultGroupSequenceDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidDefaultGroupSequenceDefinitionException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidDefaultGroupSequenceDefinitionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidIndexException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidIndexException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidIndexException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidJavaIdentifierException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidJavaIdentifierException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidJavaIdentifierException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthForFractionPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForFractionPartException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthForFractionPartException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthForIntegerPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForIntegerPartException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthForIntegerPartException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthOfParameterMetaDataListException(ExecutableElement, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthOfParameterMetaDataListException(ExecutableElement, int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidLengthOfParameterMetaDataListException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getInvalidMethodParameterIndexException(String, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidMethodParameterIndexException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidMethodParameterIndexException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidMethodParameterIndexException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidNumberFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidNumberFormatException(String, NumberFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidNumberFormatException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidParameterTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidParameterTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyPathException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyPathException0$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyPathException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyValue(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyValue(String, String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidPropertyValue$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidRangeException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRangeException(int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidRangeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidRegularExpressionException(PatternSyntaxException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRegularExpressionException(PatternSyntaxException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidRegularExpressionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidReturnTypeException(Class<?>, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidReturnTypeException(Class, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidReturnTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAConstraintValidatorClassException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIsNotAConstraintValidatorClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIsNotAnAnnotationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAnAnnotationException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getIsNotAnAnnotationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getJavaClass() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getJavaMember() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedConstructor
 
getJavaMember() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedMethod
 
getKey() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getKind() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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 interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the element kind of this cascadable.
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.
getLeafBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
getLengthCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getLengthCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getLengthCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getLocalExecutionContext(T, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(Class<T>, Validatable, 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.ConstrainedExecutable
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
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
 
getMatchingConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
Returns those validators registered with this constraint which apply to the given constraint type (either generic or cross-parameter).
getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMaxCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMaxCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
getMember() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the member the constraint is defined on.
getMember() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getMember(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the member with the given name and type.
getMemberIsNeitherAFieldNorAMethodException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMemberIsNeitherAFieldNorAMethodException(Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMemberIsNeitherAFieldNorAMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMessage() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMessage() - Method in class org.hibernate.validator.internal.engine.path.MessageAndPath
 
getMessage() - Method in class org.hibernate.validator.internal.xml.ConstraintType
Gets the value of the message property.
getMessageAndPathList() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.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.xml.ValidationBootstrapParameters
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the messageInterpolator property.
getMessageInterpolatorClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMessageTemplate() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(String) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns constraint-related meta data for the given property of this bean.
getMetaDataFor(ExecutableElement) - 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 class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(ExecutableElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
GetMethod - Class in org.hibernate.validator.internal.util.privilegedactions
 
getMethod(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the method with the specified name or null if it does not exist.
getMethod() - Method in class org.hibernate.validator.internal.xml.BeanType
Gets the value of the method property.
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
 
getMethodFromPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the method with the specified property name or null if it does not exist.
getMethodIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMethodIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMethods() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
 
getMethods(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the methods of the specified class (include inherited methods).
getMinCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMinCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMinCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMissingActualTypeArgumentForTypeParameterException(TypeVariable) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMissingActualTypeArgumentForTypeParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMissingFormatStringInTemplateException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMissingFormatStringInTemplateException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMissingFormatStringInTemplateException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMoreThanOneValidatorFoundForTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleCrossParameterValidatorClassesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleCrossParameterValidatorClassesException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleCrossParameterValidatorClassesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleDefinitionOfDefaultGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleDefinitionOfDefaultGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleDefinitionOfDefaultGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleDefinitionOfDefaultGroupSequenceProviderException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleDefinitionOfDefaultGroupSequenceProviderException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleDefinitionOfDefaultGroupSequenceProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleGroupConversionsForSameSourceException(Class<?>, Set<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleGroupConversionsForSameSourceException(Class, Set) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleGroupConversionsForSameSourceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleValidatorsForSameTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleValidatorsForSameTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultipleValidatorsForSameTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getMultiValueConstraints(A) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Checks whether a given annotation is a multi value constraint and returns the contained constraints if so.
getName() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getName() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getName() - Method in class org.hibernate.validator.internal.engine.path.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.
getName() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getName() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
getName() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the name of this cascadable element.
getName() - Method in class org.hibernate.validator.internal.xml.ElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.internal.xml.FieldType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.internal.xml.GetterType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.internal.xml.MethodType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.internal.xml.PropertyType
Gets the value of the name property.
getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoDefaultGroupInGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNoDefaultGroupInGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNoValidatorFoundForTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValidatorFoundForTypeException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNoValidatorFoundForTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNoValueProvidedForAnnotationParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueProvidedForAnnotationParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNoValueProvidedForAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getNullIsAnInvalidTypeForAConstraintValidatorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOverriddenConstraintAttributeNotFoundException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getOverriddenConstraintAttributeNotFoundException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getParameter() - Method in class org.hibernate.validator.internal.xml.ConstructorType
Gets the value of the parameter property.
getParameter() - Method in class org.hibernate.validator.internal.xml.MethodType
Gets the value of the parameter property.
getParameterAnnotations() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getParameterIndex() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getParameterMetaData(int) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
Returns meta data for the specified parameter of the represented executable.
getParameterMetaData(int) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Constraint meta data for the specified parameter.
getParameterName() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the parameterNameProvider property.
getParameterNameProviderClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
getParameterNames() - Method in class org.hibernate.validator.internal.engine.ValidationContext
Returns a list with the current executable's parameter names as retrieved from the current ParameterNameProvider.
getParameterNames(ParameterNameProvider) - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getParameterNodeAddedForNonCrossParameterConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getParameters() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getParameters() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
 
getParameterType() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
getParameterTypes() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getPartition(V) - Method in interface org.hibernate.validator.internal.util.CollectionHelper.Partitioner
 
getPath() - Method in class org.hibernate.validator.internal.engine.path.MessageAndPath
 
getPathWithoutLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
getPayload() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getPayload() - Method in class org.hibernate.validator.internal.xml.ConstraintType
Gets the value of the payload property.
getPrefix() - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
Returns the prefix to be used for parameter names.
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
 
getProperties() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getProperty() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the property property.
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getPropertyName(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Process bean properties getter by applying the JavaBean naming conventions.
getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyNameCannotBeNullOrEmptyException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getPropertyNameCannotBeNullOrEmptyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getPropertyPathMustProvideIndexOrMapKeyException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getPropertyPathMustProvideIndexOrMapKeyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getProviderClass() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getRawType() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getReservedParameterNamesException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getReservedParameterNamesException(String, String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getReservedParameterNamesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getResettableInputStreamForPath(String) - Static method in class org.hibernate.validator.internal.util.ResourceLoaderHelper
Returns an input stream for the given path, which supports the mark/reset contract.
getResolvedInterfaces(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
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.spi.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getReturnType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getReturnValue() - Method in class org.hibernate.validator.internal.xml.ConstructorType
Gets the value of the returnValue property.
getReturnValue() - Method in class org.hibernate.validator.internal.xml.MethodType
Gets the value of the returnValue property.
getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getReturnValueMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
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
 
getRootBeanType() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
Returns the currently validated root bean type.
getSchema(String) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
 
getSchemaVersion(String, InputStream) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
Retrieves the schema version applying for the given XML input stream as represented by the "version" attribute of the root element of the stream.
getScope() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getScope() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
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
 
getScriptMustReturnTrueOrFalseException(String, Object, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getScriptMustReturnTrueOrFalseException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getScriptMustReturnTrueOrFalseException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getScriptMustReturnTrueOrFalseException3$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getSequenceDefinitionsNotAllowedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getSequenceDefinitionsNotAllowedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getSequenceDefinitionsNotAllowedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getSimpleName() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getStartIndexCannotBeNegativeException(int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getStartIndexCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getter - Variable in class org.hibernate.validator.internal.xml.BeanType
 
GetterType - Class in org.hibernate.validator.internal.xml
Java class for getterType complex type.
GetterType() - Constructor for class org.hibernate.validator.internal.xml.GetterType
 
getTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
getTo() - Method in class org.hibernate.validator.internal.xml.GroupConversionType
Gets the value of the to property.
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.xml.ValidationBootstrapParameters
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the traversableResolver property.
getTraversableResolverClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getTryingToInstantiateAnnotationWithUnknownParametersException(Class<?>, Set<String>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTryingToInstantiateAnnotationWithUnknownParametersException(Class, Set) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getTryingToInstantiateAnnotationWithUnknownParametersException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getType(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
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.
getType(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the type of the field of return type of a method.
getType() - Method in class org.hibernate.validator.internal.xml.ParameterType
Gets the value of the type property.
getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getTypeNotSupportedForUnwrappingException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeNotSupportedForUnwrappingException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getTypeNotSupportedForUnwrappingException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getTypeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getTypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getTypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getUnableToAccessMemberException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToAccessMemberException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToAccessMemberException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToCreateAnnotationForConfiguredConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToDetermineConstraintType(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToDetermineConstraintType(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToDetermineConstraintType$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToDetermineSchemaVersionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToExpandDefaultGroupListException(List<?>, List<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandDefaultGroupListException(List, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToExpandDefaultGroupListException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToExpandGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToExpandGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindAnnotationConstraintsException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationConstraintsException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindAnnotationConstraintsException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindMethodException(Class<?>, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindMethodException(Class, String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindPropertyWithAccessException(Class<?>, String, ElementType) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindPropertyWithAccessException(Class, String, ElementType) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindPropertyWithAccessException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindProviderException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindProviderException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToFindProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToGetAnnotationParameterException(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetAnnotationParameterException(String, String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToGetAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInitializeConstraintValidatorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateBeanValidationProviderException(List<String>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateBeanValidationProviderException(List, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateBeanValidationProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateConstraintFactoryClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getUnableToInstantiateException(Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateException(String, Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateMessageInterpolatorClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateParameterNameProviderClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateTraversableResolverClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToInstantiateValidationProviderClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
getUnableToLoadClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToLoadClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToLoadClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToOpenInputStreamForMappingFileException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToOpenInputStreamForMappingFileException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToOpenInputStreamForMappingFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToParsePropertyPathException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParsePropertyPathException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToParsePropertyPathException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToParseValidationXmlFileException(String, JAXBException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParseValidationXmlFileException(String, JAXBException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToParseValidationXmlFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToReadAnnotationAttributesException(Class<? extends Annotation>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToReadAnnotationAttributesException(Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToReadAnnotationAttributesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToReadServicesFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToReadServicesFileException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToReadServicesFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToResetXmlInputStreamException(String, IOException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToResetXmlInputStreamException(String, IOException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToResetXmlInputStreamException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnableToRetrieveAnnotationParameterValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnexpectedParameterValueException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException(ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnexpectedParameterValueException(ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnexpectedParameterValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnsupportedSchemaVersionException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnsupportedSchemaVersionException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getUnsupportedSchemaVersionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getValid() - Method in class org.hibernate.validator.internal.xml.FieldType
Gets the value of the valid property.
getValid() - Method in class org.hibernate.validator.internal.xml.GetterType
Gets the value of the valid property.
getValid() - Method in class org.hibernate.validator.internal.xml.ParameterType
Gets the value of the valid property.
getValid() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Gets the value of the valid property.
getValidatableParametersMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
getValidatedBy() - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
Gets the value of the validatedBy property.
getValidatedExecutables() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the validatedExecutables property.
getValidatedExecutableTypes() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getValidationAppliesTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getValidationContext(BeanMetaDataManager, ConstraintValidatorManager, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
 
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
 
getValidatorClasses(Class<A>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Returns the constraint validator classes for the given constraint annotation type, as retrieved from Constraint.validatedBy(), internally registered validators for built-in constraints and XML configuration. The result is cached internally.
getValidatorsTypes(Class<T>, List<Class<? extends ConstraintValidator<T, ?>>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
getValue(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Retrieves the value of this element from the given object.
getValue(Member, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getValue(Field, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getValue(Method, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
getValue() - Method in class org.hibernate.validator.internal.xml.GroupSequenceType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.internal.xml.GroupsType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.internal.xml.PayloadType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.internal.xml.PropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.internal.xml.ValidatedByType
Gets the value of the value property.
getVariableMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getVersion() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Gets the value of the version property.
getVersion() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Gets the value of the version property.
getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
 
getWrongAttributeTypeForOverriddenConstraintException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongAttributeTypeForOverriddenConstraintException(String, Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongAttributeTypeForOverriddenConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultGroupSequenceProviderTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultGroupSequenceProviderTypeException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultGroupSequenceProviderTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultValueForGroupsParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForGroupsParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultValueForGroupsParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultValueForPayloadParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForPayloadParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongDefaultValueForPayloadParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongParameterTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongParameterTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongPayloadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongPayloadClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongPayloadClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForGroupsParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForMessageParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForMessageParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForMessageParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
getWrongTypeForPayloadParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
GroupConversionBuilder - Class in org.hibernate.validator.internal.xml
Builder for group conversions.
GroupConversionDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a group conversion rule.
GroupConversionDescriptorImpl(Class<?>, Class<?>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
GroupConversionHelper - Class in org.hibernate.validator.internal.metadata.aggregated
Provides group conversion functionality to Cascadables.
GroupConversionHelper(Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
 
GroupConversionType - Class in org.hibernate.validator.internal.xml
Java class for groupConversionType complex type.
GroupConversionType() - Constructor for class org.hibernate.validator.internal.xml.GroupConversionType
 
groupMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
groupMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
groupMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
groups - Variable in class org.hibernate.validator.internal.xml.ConstraintType
 
groupSequence - Variable in class org.hibernate.validator.internal.xml.ClassType
 
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.
GroupSequenceType - Class in org.hibernate.validator.internal.xml
Java class for groupSequenceType complex type.
GroupSequenceType() - Constructor for class org.hibernate.validator.internal.xml.GroupSequenceType
 
GroupsType - Class in org.hibernate.validator.internal.xml
Java class for groupsType complex type.
GroupsType() - Constructor for class org.hibernate.validator.internal.xml.GroupsType
 

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
hasConstrainedExecutables() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
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.messageinterpolation.LocalizedMessage
 
hashCode() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
hashCode() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
hashCode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl.ExecutableParameterKey
 
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.descriptor.GroupConversionDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
hashCode() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
Calculates the hash code of this annotation proxy as described in Annotation.hashCode().
hasParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Whether this executable has at least one cascaded parameter or at least one parameter with constraints or at least one cross-parameter constraint.
HibernateMessageInterpolatorContext - Interface in org.hibernate.validator.messageinterpolation
Extension to MessageInterpolator.Context which provides functionality specific to Hibernate Validator.
HibernateValidator - Annotation Type in org.hibernate.validator.cdi
A CDI qualifier to identify the Hibernate Validator specific Bean Validation beans.
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.AnnotationProcessingOptionsImpl
 
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
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.BeanType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ClassType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ConstructorType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.CrossParameterType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.FieldType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.GetterType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.MethodType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ParameterType
 
ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
 
ignoreClassLevelConstraintAnnotations(Class<?>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsForCrossParameterConstraint(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsForReturnValue(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsOnMember(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsOnParameter(Member, int, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ignoringXmlConfiguration() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
ignoringXmlConfiguration() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
ignoringXmlConfiguration$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
includeExistingValidators - Variable in class org.hibernate.validator.internal.xml.ValidatedByType
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
INDEX_CLOSE - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
INDEX_OPEN - Static variable in class org.hibernate.validator.internal.engine.path.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
 
InjectingConstraintValidatorFactory - Class in org.hibernate.validator.internal.cdi
A ConstraintValidatorFactory which enables CDI based dependency injection for the created ConstraintValidators.
InjectingConstraintValidatorFactory(BeanManager) - Constructor for class org.hibernate.validator.internal.cdi.InjectingConstraintValidatorFactory
 
inputStreamCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
inputStreamCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
inputStreamCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
insertGroup(Group) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
insertSequence(Sequence) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
INSTANCE - Static variable in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
interpolate(MessageInterpolator.Context) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
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
Deprecated.  
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.  
InterpolationTerm - Class in org.hibernate.validator.internal.engine.messageinterpolation
Helper class dealing with the interpolation of a single message parameter or expression extracted from a message descriptor.
InterpolationTerm(String, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
 
isAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
isAlternative() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
isAlternative() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
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
 
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.ParameterDescriptorImpl
 
isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
 
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.aggregated.MetaDataBuilder
 
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.ConstrainedExecutable
Whether the represented executable 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
 
isGetter() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
isGetterMethod() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Whether the represented executable is a JavaBeans getter executable or not.
isGetterMethod() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
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.path.NodeImpl
 
isInstance(Type, Object) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isIterable() - Method in class org.hibernate.validator.internal.engine.path.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.
isNullable() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
isNullable() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
isQualifiedClass(String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
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
 
isReadOnly(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
isReportAsSingleViolation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
isReturnValueConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
isStatic() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
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.path.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

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
 
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
 
loadClass(String, Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
loadClass(String, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
loadClass(String, String, Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
LocalizedMessage - Class in org.hibernate.validator.internal.engine.messageinterpolation
 
LocalizedMessage(String, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.LocalizedMessage
 
Log - Interface in org.hibernate.validator.internal.util.logging
The logger interface for JBoss Logging.
Log_$logger - Class in org.hibernate.validator.internal.util.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.hibernate.validator.internal.util.logging.Log_$logger
 
LoggerFactory - Class in org.hibernate.validator.internal.util.logging
 

M

make() - Static method in class org.hibernate.validator.internal.util.logging.LoggerFactory
 
makeIterable(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
makeLeafNodeIterable() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
MapBasedFunctionMapper - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
MapBasedFunctionMapper() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedFunctionMapper
 
MapBasedVariableMapper - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
MapBasedVariableMapper() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedVariableMapper
 
mapping - Variable in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
markProcessed(ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
marshal(ExecutableType) - Method in class org.hibernate.validator.internal.xml.Adapter1
 
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 interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
merge(AnnotationProcessingOptions) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
message - Variable in class org.hibernate.validator.internal.xml.ConstraintType
 
MessageAndPath - Class in org.hibernate.validator.internal.engine.path
Container class for a validation error message and its corresponding path.
MessageAndPath(String, Path) - Constructor for class org.hibernate.validator.internal.engine.path.MessageAndPath
 
messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
messageInterpolator - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
MessageInterpolatorContext - Class in org.hibernate.validator.internal.engine
Implementation of the context used during message interpolation.
MessageInterpolatorContext(ConstraintDescriptor<?>, Object, Class<?>) - 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.
Messages_$bundle - Class in org.hibernate.validator.internal.util.logging
Warning this class consists of generated code.
Messages_$bundle() - Constructor for class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
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
 
MetaConstraintBuilder - Class in org.hibernate.validator.internal.xml
Build meta constraint from XML
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(Class<?>, 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.
method(String, Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
method - Variable in class org.hibernate.validator.internal.xml.BeanType
 
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
MethodConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
A constraint mapping creational context which allows to select the parameter or return value to which the next operations shall apply.
MethodConstraintMappingContextImpl(Class<?>, Method, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.MethodConstraintMappingContextImpl
 
methodNameMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
methodNameMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
methodNameMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
methodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidation(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
methodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidation(Member, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
methodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidation$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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.
MethodType - Class in org.hibernate.validator.internal.xml
Java class for methodType complex type.
MethodType() - Constructor for class org.hibernate.validator.internal.xml.MethodType
 
MethodValidated - Annotation Type in org.hibernate.validator.internal.cdi.interceptor
Marker annotation for a type or method indicating that method constraints shall be validated upon invocation of the given method or any methods of the given type.
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
 
mustNotBeNull(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
mustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
mustNotBeNull0$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
mustNotBeNull1$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 

N

name - Variable in class org.hibernate.validator.internal.xml.ElementType
 
name - Variable in class org.hibernate.validator.internal.xml.FieldType
 
name - Variable in class org.hibernate.validator.internal.xml.GetterType
 
name - Variable in class org.hibernate.validator.internal.xml.MethodType
 
name - Variable in class org.hibernate.validator.internal.xml.PropertyType
 
needsEvaluation() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
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
 
newConstructorInstance(Constructor<T>, Object...) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(Map<K, V>) - 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.
newInstance(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
NodeImpl - Class in org.hibernate.validator.internal.engine.path
Immutable implementation of a Path.Node.
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
 
numberOfCachedConstraintValidatorInstances() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
numberOfElements() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 

O

ObjectFactory - Class in org.hibernate.validator.internal.xml
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.validator.internal.xml package.
ObjectFactory() - Constructor for class org.hibernate.validator.internal.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.internal.xml
org.hibernate.validator - package org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
org.hibernate.validator.cdi - package org.hibernate.validator.cdi
 
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.cdi - package org.hibernate.validator.internal.cdi
Classes for enabling Bean Validation CDI integration.
org.hibernate.validator.internal.cdi.interceptor - package org.hibernate.validator.internal.cdi.interceptor
Classes for enabling Bean Validation method validation via a CDI interceptor.
org.hibernate.validator.internal.cfg - package org.hibernate.validator.internal.cfg
 
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.constraintvalidation - package org.hibernate.validator.internal.engine.constraintvalidation
 
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.messageinterpolation - package org.hibernate.validator.internal.engine.messageinterpolation
Helper classes for message interpolation.
org.hibernate.validator.internal.engine.messageinterpolation.el - package org.hibernate.validator.internal.engine.messageinterpolation.el
Helper classes for setting up the Expression Language context for message interpolation.
org.hibernate.validator.internal.engine.path - package org.hibernate.validator.internal.engine.path
Classes related to the Path.Node API.
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.
org.hibernate.validator.internal.metadata.facets - package org.hibernate.validator.internal.metadata.facets
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation).
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 for parsing of 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.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.
overrides(ExecutableElement) - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
Checks, whether the represented method overrides the given method.

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.
parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.MethodConstraintMappingContextImpl
 
parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl
Changes the parameter for which added constraints apply.
parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
Changes the parameter for which added constraints apply.
parameter - Variable in class org.hibernate.validator.internal.xml.ConstructorType
 
parameter - Variable in class org.hibernate.validator.internal.xml.MethodType
 
ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method parameter.
ParameterConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
Constraint mapping creational context which allows to configure the constraints for one method parameter.
ParameterConstraintMappingContextImpl(Class<?>, Method, int, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl
 
ParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated method parameter.
ParameterDescriptorImpl(Type, int, String, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - 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
 
parameterMustNotBeEmpty(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
parameterMustNotBeEmpty$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
parameterMustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterMustNotBeNull(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
parameterMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
parameterNameProvider - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
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.
ParameterType - Class in org.hibernate.validator.internal.xml
Java class for parameterType complex type.
ParameterType() - Constructor for class org.hibernate.validator.internal.xml.ParameterType
 
parse(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
Parses the given set of input stream representing XML constraint mappings.
parseValidationXml() - Method in class org.hibernate.validator.internal.xml.ValidationXmlParser
Tries to check whether a validation.xml file exists and parses it.
parsingXMLFile(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
parsingXMLFile(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
parsingXMLFile$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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.path
Default implementation of javax.validation.Path.
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
 
payload - Variable in class org.hibernate.validator.internal.xml.ConstraintType
 
PayloadType - Class in org.hibernate.validator.internal.xml
Java class for payloadType complex type.
PayloadType() - Constructor for class org.hibernate.validator.internal.xml.PayloadType
 
PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A resource bundle locator, that loads resource bundles by simply invoking ResourceBundle.loadBundle(...).
PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
 
port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Used to register the method validation interceptor bindings.
processBean(ProcessBean<?>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Watches the ProcessBean event in order to determine whether and under which qualifiers ValidatorFactorys and Validators get registered.
ProgrammaticMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
A MetaDataProvider based on the programmatic constraint API.
ProgrammaticMetaDataProvider(ConstraintHelper, ParameterNameProvider, 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(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
property - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
PROPERTY_PATH_SEPARATOR - Static variable in class org.hibernate.validator.internal.engine.path.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.
PropertyConstraintMappingContextImpl(Class<?>, Member, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
PropertyDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated property.
PropertyDescriptorImpl(Type, String, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
propertyExists(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Checks whether the property with the specified name and type exists on the given class.
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(Class<?>, ConstrainedField, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
PropertyMetaData.Builder(Class<?>, ConstrainedType, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
PropertyMetaData.Builder(Class<?>, ConstrainedExecutable, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
propertyNameMustNotBeEmpty() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
propertyNameMustNotBeEmpty() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
propertyNameMustNotBeEmpty$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
propertyPathCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
propertyPathCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
propertyPathCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
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.
PropertyType - Class in org.hibernate.validator.internal.xml
Java class for propertyType complex type.
PropertyType() - Constructor for class org.hibernate.validator.internal.xml.PropertyType
 
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
putValidatorClasses(Class<A>, List<Class<? extends ConstraintValidator<A, ?>>>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Registers the given validator classes with the given constraint annotation type.

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
 
readResolve() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
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
 
releaseInstance(ConstraintValidator<?, ?>) - Method in class org.hibernate.validator.internal.cdi.InjectingConstraintValidatorFactory
 
releaseInstance(ConstraintValidator<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
 
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<? extends Object>) - 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
resolveFunction(String, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedFunctionMapper
 
resolveVariable(String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedVariableMapper
 
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
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceLoaderHelper - Class in org.hibernate.validator.internal.util
Helper methods for loading resource files
ResourceLoaderHelper() - Constructor for class org.hibernate.validator.internal.util.ResourceLoaderHelper
 
retainAll(Collection<? extends Object>) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
RETURN_VALUE_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.PathImpl
 
RETURN_VALUE_NODE_NAME - Static variable in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
returnValue() - Method in class org.hibernate.validator.internal.cfg.context.MethodConstraintMappingContextImpl
 
returnValue() - Method in class org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl
Defines constraints on the return value of the current method.
returnValue - Variable in class org.hibernate.validator.internal.xml.ConstructorType
 
returnValue - Variable in class org.hibernate.validator.internal.xml.MethodType
 
ReturnValueConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method return value.
ReturnValueConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
Constraint mapping creational context which allows to configure the constraints for one method return value.
ReturnValueConstraintMappingContextImpl(Class<?>, Method, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
 
ReturnValueDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
 
ReturnValueDescriptorImpl(Type, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
 
ReturnValueMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
Represents the constraint related meta data of the return value of a method or constructor.
ReturnValueMetaData(Type, Set<MetaConstraint<?>>, boolean, Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
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.
ReturnValueType - Class in org.hibernate.validator.internal.xml
Java class for returnValueType complex type.
ReturnValueType() - Constructor for class org.hibernate.validator.internal.xml.ReturnValueType
 
RootResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
RootResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
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.GetConstructor
 
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.LoadClass
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 

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
 
setAccessibility(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
setAnnotation(String) - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
Sets the value of the annotation property.
setAnnotation(String) - Method in class org.hibernate.validator.internal.xml.ConstraintType
Sets the value of the annotation property.
setClassType(ClassType) - Method in class org.hibernate.validator.internal.xml.BeanType
Sets the value of the classType property.
setClazz(String) - Method in class org.hibernate.validator.internal.xml.BeanType
Sets the value of the clazz property.
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setConstraintValidatorFactory(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the constraintValidatorFactory property.
setCrossParameter(CrossParameterType) - Method in class org.hibernate.validator.internal.xml.ConstructorType
Sets the value of the crossParameter property.
setCrossParameter(CrossParameterType) - Method in class org.hibernate.validator.internal.xml.MethodType
Sets the value of the crossParameter property.
setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setDefaultPackage(String) - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Sets the value of the defaultPackage property.
setDefaultProvider(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the defaultProvider property.
setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setFrom(String) - Method in class org.hibernate.validator.internal.xml.GroupConversionType
Sets the value of the from property.
setFunction(String, String, Method) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedFunctionMapper
 
setFunction(String, String, Method) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
setGroups(GroupsType) - Method in class org.hibernate.validator.internal.xml.ConstraintType
Sets the value of the groups property.
setGroupSequence(GroupSequenceType) - Method in class org.hibernate.validator.internal.xml.ClassType
Sets the value of the groupSequence property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.BeanType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ClassType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ConstructorType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.CrossParameterType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.FieldType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.GetterType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.MethodType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ParameterType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Sets the value of the ignoreAnnotations property.
setIncludeExistingValidators(Boolean) - Method in class org.hibernate.validator.internal.xml.ValidatedByType
Sets the value of the includeExistingValidators property.
setIndex(NodeImpl, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.path.PathImpl
 
setLeafNodeMapKey(Object) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
setMapKey(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
setMessage(String) - Method in class org.hibernate.validator.internal.xml.ConstraintType
Sets the value of the message property.
setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setMessageInterpolator(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the messageInterpolator property.
setName(String) - Method in class org.hibernate.validator.internal.xml.ElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.internal.xml.FieldType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.internal.xml.GetterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.internal.xml.MethodType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.internal.xml.PropertyType
Sets the value of the name property.
setParameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setParameterNameProvider(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the parameterNameProvider property.
setPayload(PayloadType) - Method in class org.hibernate.validator.internal.xml.ConstraintType
Sets the value of the payload property.
setPropertyPath(PathImpl) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setReturnValue(ReturnValueType) - Method in class org.hibernate.validator.internal.xml.ConstructorType
Sets the value of the returnValue property.
setReturnValue(ReturnValueType) - Method in class org.hibernate.validator.internal.xml.MethodType
Sets the value of the returnValue property.
setTo(String) - Method in class org.hibernate.validator.internal.xml.GroupConversionType
Sets the value of the to property.
setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setTraversableResolver(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the traversableResolver property.
setType(String) - Method in class org.hibernate.validator.internal.xml.ParameterType
Sets the value of the type property.
setTypeOfAnnotatedElement(Type) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setValid(String) - Method in class org.hibernate.validator.internal.xml.FieldType
Sets the value of the valid property.
setValid(String) - Method in class org.hibernate.validator.internal.xml.GetterType
Sets the value of the valid property.
setValid(String) - Method in class org.hibernate.validator.internal.xml.ParameterType
Sets the value of the valid property.
setValid(String) - Method in class org.hibernate.validator.internal.xml.ReturnValueType
Sets the value of the valid property.
setValidatedBy(ValidatedByType) - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
Sets the value of the validatedBy property.
setValidatedExecutables(ValidatedExecutablesType) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the validatedExecutables property.
setValue(ELContext, Object, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
setValue(String, Object) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
setValue(String) - Method in class org.hibernate.validator.internal.xml.PropertyType
Sets the value of the value property.
setVariable(String, ValueExpression) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedVariableMapper
 
setVariable(String, ValueExpression) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
setVersion(String) - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
Sets the value of the version property.
SimpleELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
SimpleELContext() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.internal.engine.resolver
Cache results of a delegated traversable resolver to optimize calls.
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
 

T

throwInvalidFormat(String, IllegalFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
throwInvalidFormat(String, IllegalFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
throwInvalidFormat$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
to - Variable in class org.hibernate.validator.internal.xml.GroupConversionType
 
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.constraintvalidation.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.messageinterpolation.FormatterWrapper
 
toString() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
toString() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
toString() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
toString() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
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.ExecutableMetaData
 
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.BeanDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
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.ConstrainedExecutable
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
toString() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
 
toString() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
toString() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
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
 
traversableResolver - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
type(Class<C>) - Method in interface 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(Class<C>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
 
type(Class<C>) - Method in class org.hibernate.validator.internal.cfg.DefaultConstraintMapping
 
type() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
type - Variable in class org.hibernate.validator.internal.xml.ParameterType
 
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
 
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(ExecutableElement, 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.CrossParameterConstraintLocation
 
typeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
 
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
 
unableToCloseInputStream() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToCloseXMLFileInputStream(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCloseXMLFileInputStream(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToCloseXMLFileInputStream$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToCreateSchema(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCreateSchema(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToFindScriptEngine(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
unableToFindScriptEngine(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
unableToFindScriptEngine$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
unableToLoadConstraintAnnotationClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToLoadConstraintAnnotationClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToLoadConstraintAnnotationClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToLoadProviderClass(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToLoadProviderClass(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToLoadProviderClass$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToNarrowNodeType(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToNarrowNodeType(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unableToNarrowNodeType$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unknownPropertyInExpressionLanguage(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unknownPropertyInExpressionLanguage(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unknownPropertyInExpressionLanguage$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
unmarshal(String) - Method in class org.hibernate.validator.internal.xml.Adapter1
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
unwrap(Class<C>) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
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
 
usingConstraintFactory(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingConstraintFactory$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
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
 
usingMessageInterpolator(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingMessageInterpolator(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingMessageInterpolator$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingParameterNameProvider(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingParameterNameProvider(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingParameterNameProvider$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingTraversableResolver(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingTraversableResolver(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingTraversableResolver$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingValidationProvider(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingValidationProvider(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
usingValidationProvider$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 

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.ParameterConstraintMappingContextImpl
Marks the currently selected method parameter as cascadable.
valid() - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
 
valid() - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
Marks the current property as cascadable.
valid - Variable in class org.hibernate.validator.internal.xml.FieldType
 
valid - Variable in class org.hibernate.validator.internal.xml.GetterType
 
valid - Variable in class org.hibernate.validator.internal.xml.ParameterType
 
valid - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
 
Validatable - Interface in org.hibernate.validator.internal.metadata.facets
Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
ValidatableParametersMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
Represents the constraint related meta data of the arguments of a method or constructor.
ValidatableParametersMetaData(Iterable<? extends Cascadable>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
 
validate(T, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateConstraint(ValidationContext<?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
validateConstraints(ValidationContext<T>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
validateConstructorInvocation(InvocationContext) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.
validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
VALIDATED_VALUE_FORMAT_SEPARATOR - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.  
VALIDATED_VALUE_KEYWORD - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.  
validatedBy - Variable in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
 
ValidatedByType - Class in org.hibernate.validator.internal.xml
Java class for validated-byType complex type.
ValidatedByType() - Constructor for class org.hibernate.validator.internal.xml.ValidatedByType
 
validatedConstructorCreatedInstanceMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedConstructorCreatedInstanceMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedConstructorCreatedInstanceMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedConstructorMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedConstructorMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedConstructorMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedExecutables - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
ValidatedExecutablesType - Class in org.hibernate.validator.internal.xml
Java class for validated-executablesType complex type.
ValidatedExecutablesType() - Constructor for class org.hibernate.validator.internal.xml.ValidatedExecutablesType
 
validatedMethodMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedMethodMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedMethodMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedObjectMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedObjectMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedObjectMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedParameterArrayMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedParameterArrayMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validatedParameterArrayMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
 
validateGroupConversions(boolean, String) - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
 
validateMethodInvocation(InvocationContext) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.
validateParameters(T, Method, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
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
 
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
 
ValidationBootstrapParameters(BootstrapConfiguration) - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
ValidationConfigType - Class in org.hibernate.validator.internal.xml
Java class for validation-configType complex type.
ValidationConfigType() - Constructor for class org.hibernate.validator.internal.xml.ValidationConfigType
 
ValidationContext<T> - Class in org.hibernate.validator.internal.engine
Context object keeping track of all required data for a validation call.
ValidationContext.ValidationContextBuilder - Class in org.hibernate.validator.internal.engine
Builder for creating ValidationContexts suited for the different kinds of validation.
ValidationEnabledAnnotatedCallable<T> - Class in org.hibernate.validator.internal.cdi.interceptor
 
ValidationEnabledAnnotatedCallable(AnnotatedCallable<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
ValidationEnabledAnnotatedConstructor<T> - Class in org.hibernate.validator.internal.cdi.interceptor
 
ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedConstructor
 
ValidationEnabledAnnotatedMethod<T> - Class in org.hibernate.validator.internal.cdi.interceptor
 
ValidationEnabledAnnotatedMethod(AnnotatedMethod<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedMethod
 
ValidationEnabledAnnotatedType<T> - Class in org.hibernate.validator.internal.cdi.interceptor
 
ValidationEnabledAnnotatedType(AnnotatedType<T>, Set<AnnotatedCallable<? super T>>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
ValidationExtension - Class in org.hibernate.validator.internal.cdi
A CDI portable extension which registers beans for ValidatorFactory and Validator, if such beans not yet exist (which for instance would be the case in a Java EE 6 container).
ValidationExtension() - Constructor for class org.hibernate.validator.internal.cdi.ValidationExtension
 
ValidationInterceptor - Class in org.hibernate.validator.internal.cdi.interceptor
An interceptor which performs a validation of the Bean Validation constraints specified at the parameters and/or return values of intercepted methods using the method validation functionality provided by Hibernate Validator.
ValidationInterceptor() - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor
 
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
 
ValidatorBean - Class in org.hibernate.validator.internal.cdi
 
ValidatorBean(BeanManager, Set<Annotation>) - Constructor for class org.hibernate.validator.internal.cdi.ValidatorBean
 
ValidatorContextImpl - Class in org.hibernate.validator.internal.engine
 
ValidatorContextImpl(ValidatorFactoryImpl) - Constructor for class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
ValidatorFactoryBean - Class in org.hibernate.validator.internal.cdi
 
ValidatorFactoryBean(BeanManager, Set<Annotation>) - Constructor for class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
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, ParameterNameProvider, ConstraintValidatorManager, 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
 
value - Variable in class org.hibernate.validator.internal.xml.GroupSequenceType
 
value - Variable in class org.hibernate.validator.internal.xml.GroupsType
 
value - Variable in class org.hibernate.validator.internal.xml.PayloadType
 
value - Variable in class org.hibernate.validator.internal.xml.PropertyType
 
value - Variable in class org.hibernate.validator.internal.xml.ValidatedByType
 
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>, Validatable, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.ValueContext
 
ValueFormatterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Deprecated. Deprecated since Hibernate Validator 5. Interpolation of validated value is since Bean Validation 1.1 part of the default message interpolation algorithm.
ValueFormatterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.  
ValueFormatterMessageInterpolator(MessageInterpolator) - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.  
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.core.ConstraintOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.ConstraintType
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.
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.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.descriptor.ConstraintDescriptorImpl.ConstraintType
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.
version(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
version(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
Version - Class in org.hibernate.validator.internal.util
 
version - Variable in class org.hibernate.validator.internal.xml.ConstraintMappingsType
 
version - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
 
version$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
voidMethodsMustNotBeConstrained(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
voidMethodsMustNotBeConstrained(Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 
voidMethodsMustNotBeConstrained$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
 

X

XmlMappingParser - Class in org.hibernate.validator.internal.xml
XML parser for validation-mapping files.
XmlMappingParser(ConstraintHelper, ParameterNameProvider) - Constructor for class org.hibernate.validator.internal.xml.XmlMappingParser
 
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, ParameterNameProvider, Set<InputStream>) - Constructor for class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 
XmlParserHelper - Class in org.hibernate.validator.internal.xml
Provides common functionality used within the different XML descriptor parsers.
XmlParserHelper() - Constructor for class org.hibernate.validator.internal.xml.XmlParserHelper
 

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

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