Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 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, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
AbstractConstraintCheck - Class in org.hibernate.validator.ap.checks
Abstract base class for ConstraintCheck implementations.
AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
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, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
AbstractMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle backed message interpolator.
AbstractMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
AbstractMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking two resource bundle locators.
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking two resource bundle locators.
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
 
accepts(Class<?>) - Method in interface org.hibernate.validator.internal.util.classhierarchy.Filter
Whether the given class is accepted by this filter or not.
action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
 
action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationParameter
 
action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
 
action(ResolvedTypeWithMembers) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResolvedMemberMethods
 
action(ClassLoader, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResource
 
action(ClassLoader, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResources
 
action(String, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
 
action(String, ClassLoader, boolean) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
 
action(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewJaxbContext
 
action(SchemaFactory, URL) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
action(Member) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 
action(ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
 
action(Unmarshaller, XMLEventReader, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.Unmarshal
 
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
 
addBeanNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addConfigProperty(String, String) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
addConstraintDefinitionContributor(ConstraintDefinitionContributor) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Registers the given ConstraintDefinitionContributor with the bootstrapped validator factory.
addConstraintDefinitionContributor(ConstraintDefinitionContributor) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addConstraintFailures(Set<ConstraintViolation<T>>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
addConstraintMapping() - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor.ConstraintMappingBuilder
Adds a new constraint mapping.
addCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addExpressionVariable(String, Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Allows to set an additional named variable which can be interpolated in the constraint violation message.
addExpressionVariable(String, Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
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
 
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
 
addValidatedValueHandler(ValidatedValueUnwrapper<?>) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Registers the given validated value unwrapper with the bootstrapped validator factory.
addValidatedValueHandler(ValidatedValueUnwrapper<?>) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addValidationValueHandler(ValidatedValueUnwrapper<?>) - Method in interface org.hibernate.validator.HibernateValidatorContext
Registers the given validated value unwrapper with the bootstrapped validator.
addValidationValueHandler(ValidatedValueUnwrapper<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Registers beans for ValidatorFactory and Validator if not yet present.
AggregateBundle(List<ResourceBundle>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
Creates a new AggregateBundle.
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(List<String>, ResourceBundleLocator, ClassLoader) - 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.
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
AnnotationApiHelper - Class in org.hibernate.validator.ap.util
A helper class providing some useful methods to work with types from the JSR-269-API.
AnnotationApiHelper(Elements, Types) - Constructor for class org.hibernate.validator.ap.util.AnnotationApiHelper
 
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
 
AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<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.
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.
annotationProcessingOptions - Variable in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
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
 
AnnotationTypeCheck - Class in org.hibernate.validator.ap.checks
Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations.
AnnotationTypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeCheck
 
AnnotationTypeMemberCheck - Class in org.hibernate.validator.ap.checks
Checks, that each constraint annotation type declares the members message(), groups() and payload() as defined by the BV spec.
AnnotationTypeMemberCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
 
append(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
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
 
appendToToken(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
Applies this rule.
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
 
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
 
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
 
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine
 
apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
 
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
 
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.
ASSERT_FALSE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
ASSERT_TRUE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultValidationOrder
 
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.bv
Validates that the value passed is false
AssertFalseValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.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.bv
Validates that the value passed is true
AssertTrueValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.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.ap.util.CollectionHelper
 
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

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.
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
 
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>, ValidationOrderGenerator) - 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
 
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, ExecutableHelper, ParameterNameProvider, List<MetaDataProvider>) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
Creates a new BeanMetaDataManager.
beanTypeCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
beanTypeMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
BeanValidationTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
Used to register the method validation interceptor binding annotation.
BEGIN_TERM - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
BeginState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
BeginState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
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>, boolean, 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
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
Builder(Class<?>, ConstrainedExecutable, ConstraintHelper, ExecutableHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
Creates a new builder based on the given executable meta data.
Builder(Class<?>, ConstrainedParameter, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
Builder(Class<?>, ConstrainedField, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedType, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedExecutable, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
buildHashCode() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.
CachingTraversableResolverForSingleValidation - Class in org.hibernate.validator.internal.engine.resolver
Cache results of a delegated traversable resolver to optimize calls.
CachingTraversableResolverForSingleValidation(TraversableResolver) - Constructor for class org.hibernate.validator.internal.engine.resolver.CachingTraversableResolverForSingleValidation
 
calculateLuhnMod10Check(List<Integer>) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Luhn Modulo 10 checksum (Luhn algorithm implementation)
calculateMod10Check(List<Integer>, int, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Generic Modulo 10 checksum
calculateMod11Check(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo 11 checksum
calculateMod11Check(List<Integer>) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo 11 checksum assuming that the threshold is Integer.MAX_VALUE
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.
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given annotation type declaration.
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.RetentionPolicyCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TargetCheck
 
checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks whether the given annotation type (which must be a constraint annotation type) may be specified at elements of the specified type.
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given field.
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given method.
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GetterCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given type declaration (class, interface, enum).
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
CHRONO_ZONED_DATE_TIME - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
ClassHierarchyHelper - Class in org.hibernate.validator.internal.util.classhierarchy
Helper class for dealing with inheritance hierarchies of given types which allows to selectively retrieve elements from such hierarchies, e.g.
ClassHierarchyHelper() - Constructor for class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
 
classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
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).
CNPJValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.br
 
CNPJValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
 
collectConstraintDefinitions(ConstraintDefinitionContributor.ConstraintDefinitionBuilder) - Method in class org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintDefinitionContributor
 
collectConstraintDefinitions(ConstraintDefinitionContributor.ConstraintDefinitionBuilder) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor
Callback for registering additional validators for given constraints.
CollectionHelper - Class in org.hibernate.validator.ap.util
Provides some methods for simplified collection instantiation.
CollectionHelper() - Constructor for class org.hibernate.validator.ap.util.CollectionHelper
 
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.
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.
Configuration - Class in org.hibernate.validator.ap.util
Provides access to the processor options supported by the Hibernate Validator annotation processor.
Configuration(Map<String, String>, Messager) - Constructor for class org.hibernate.validator.ap.util.Configuration
 
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.
configuredBeans - Variable in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
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, ConstraintLocation, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new executable meta data object for a parameter-less executable.
ConstrainedExecutable(ConfigurationSource, ConstraintLocation, List<ConstrainedParameter>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new executable meta data object.
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, ConstraintLocation, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedField
Creates a new field meta data object.
ConstrainedParameter - Class in org.hibernate.validator.internal.metadata.raw
Contains constraint-related meta-data for one method parameter.
ConstrainedParameter(ConfigurationSource, ConstraintLocation, Type, int, String) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
ConstrainedParameter(ConfigurationSource, ConstraintLocation, Type, int, String, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean, UnwrapMode) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
Creates a new parameter meta data object.
ConstrainedType - Class in org.hibernate.validator.internal.metadata.raw
Represents a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.
ConstrainedType(ConfigurationSource, ConstraintLocation, Set<MetaConstraint<?>>) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedType
Creates a new type meta data object.
CONSTRAINT - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.TypeConstraintMappingContextImpl
 
constraint(Class<A>) - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionBuilderImpl
 
constraint(Class<A>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilder
 
constraint(Class<B>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext
 
CONSTRAINT_DEFINITION_CONTRIBUTORS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
CONSTRAINT_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property for configuring a constraint mapping contributor, allowing to set up one or more constraint mappings for the default validator factory.
CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
ConstraintCheck - Interface in org.hibernate.validator.ap.checks
Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.
ConstraintCheckError - Class in org.hibernate.validator.ap.checks
The result of the execution of a ConstraintCheck.
ConstraintCheckError(Element, AnnotationMirror, String, Object...) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckError
Creates a new ConstraintCheckError.
ConstraintCheckFactory - Class in org.hibernate.validator.ap.checks
A factory in charge of determining the ConstraintChecks required for the validation of annotations at given elements.
ConstraintCheckFactory(Types, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckFactory
 
ConstraintChecks - Interface in org.hibernate.validator.ap.checks
Represents an ordered set of ConstraintChecks with the ability to execute these checks against given elements and their annotations.
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
 
ConstraintDefinitionBuilderImpl - Class in org.hibernate.validator.internal.engine.constraintdefinition
 
ConstraintDefinitionBuilderImpl() - Constructor for class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionBuilderImpl
 
ConstraintDefinitionContribution<A extends Annotation> - Class in org.hibernate.validator.internal.engine.constraintdefinition
Type-safe wrapper class for a constraint annotation and its potential list of constraint validators.
ConstraintDefinitionContribution(Class<A>, List<Class<? extends ConstraintValidator<A, ?>>>, boolean) - Constructor for class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
ConstraintDefinitionContributor - Interface in org.hibernate.validator.spi.constraintdefinition
A ConstraintDefinitionContributor allows for the contribution of custom constraint validator instances.
ConstraintDefinitionContributor.ConstraintDefinitionBuilder - Interface in org.hibernate.validator.spi.constraintdefinition
Allows to register the validators applying for given constraints, following a fluent API pattern.
ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext<A extends Annotation> - Interface in org.hibernate.validator.spi.constraintdefinition
Allows to register the validators applying for one given constraint.
ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a single constraint (including it's composing constraints).
ConstraintDescriptorImpl(ConstraintHelper, Member, T, ElementType, Class<?>, ConstraintOrigin, ConstraintDescriptorImpl.ConstraintType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Member, T, ElementType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Member, T, ElementType, ConstraintDescriptorImpl.ConstraintType) - 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 - Class in org.hibernate.validator.ap.util
Helper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
ConstraintHelper(Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.util.ConstraintHelper
 
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.AnnotationMetaDataProvider
 
constraintHelper - Variable in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.util
The type of an annotation with respect to the BV API.
ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.util
Possible results of a constraint check as returned by ConstraintHelper.checkConstraint(DeclaredType, TypeMirror).
ConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Provides information related to the location a constraint is declared on (e.g.
ConstraintMapping - Interface in org.hibernate.validator.cfg
Represents a constraint mapping configured via the programmatic API.
ConstraintMappingContributor - Interface in org.hibernate.validator.spi.cfg
Implementations contribute ConstraintMappings to validator factory.
ConstraintMappingContributor.ConstraintMappingBuilder - Interface in org.hibernate.validator.spi.cfg
A builder for adding constraint mappings.
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.
constraintOnConstructorOfNonStaticInnerClass() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
ConstraintOrigin - Enum in org.hibernate.validator.internal.metadata.core
Visibility looked at when discovering constraints.
constraints - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
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.
ConstraintValidationProcessor - Class in org.hibernate.validator.ap
An annotation processor for checking Bean Validation constraints.
ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
 
ConstraintValidatorCheck - Class in org.hibernate.validator.ap.checks
Checks, that for each constraint annotation type, which is not a composed constraint, a validator implementation is specified using the Constraint annotation.
ConstraintValidatorCheck(ConstraintHelper, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
 
ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
ConstraintValidatorContextImpl(List<String>, TimeProvider, 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
 
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.
ConstraintViolationCreationContext - Class in org.hibernate.validator.internal.engine.constraintvalidation
Container class for the information needed to create a constraint violation.
ConstraintViolationCreationContext(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
ConstraintViolationCreationContext(String, PathImpl, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
ConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
 
constructor(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.ConstructorTarget
Selects a constructor to which the next operations shall apply.
constructor(Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ConstructorConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constructor.
ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
ConstructorTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean constructor to which the next operations shall apply.
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.
Contracts - Class in org.hibernate.validator.internal.util
 
CONTRIBUTOR_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
Default name of the message bundle defined by a constraint definition contributor.
convertGroup(Class<?>) - Method in interface org.hibernate.validator.cfg.context.Cascadable
Adds a group conversion for this cascadable element.
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.
CPF - Annotation Type in org.hibernate.validator.constraints.br
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
CPFValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.br
 
CPFValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
 
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
 
createBeanConfiguration(ConfigurationSource, Class<T>, Set<? extends ConstrainedElement>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>) - Static method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
 
createBeanNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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(ConstraintMappingContributor.ConstraintMappingBuilder) - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor
Callback invoked during validator factory creation.
createConstraintViolation(ValueContext<?, ?>, ConstraintViolationCreationContext, 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, Class<?>[]) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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
 
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createMethodNode(String, NodeImpl, Class<?>[]) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createParameterNode(String, NodeImpl, int) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.
createPropertyNode(String, NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createReturnValue(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createRootPath() - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createXmlEventReader(String, InputStream) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
 
creationOfParameterMessageInterpolation() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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() - Method in interface org.hibernate.validator.cfg.context.CrossParameterTarget
Selects the cross-parameter element of a method or constructor as target for the next constraint declaration operations.
CrossParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.
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
 
CrossParameterTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the cross-parameter element of a method or constructor as target of the next operations.

D

decapitalize(String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Returns the given string, with its first letter changed to lower-case unless the string starts with more than one upper-case letter, in which case the string will be returned unaltered.
DECIMAL_MAX - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
DECIMAL_MIN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv
Check that the character sequence (e.g.
DecimalMaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForCharSequence
 
DecimalMaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
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.bv.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.bv
 
DecimalMinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
DecimalMinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
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.bv.DecimalMinValidatorForNumber
 
DEFAULT - Static variable in class org.hibernate.validator.internal.engine.groups.Sequence
An "anonymous" sequence with just a single contained element, Default.class.
DEFAULT_DIAGNOSTIC_KIND - Static variable in class org.hibernate.validator.ap.util.Configuration
The diagnostic kind to be used if no or an invalid kind is given as processor option.
DEFAULT_GROUP - Static variable in class org.hibernate.validator.internal.engine.groups.Group
 
DEFAULT_GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
DEFAULT_SEQUENCE - Static variable in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
A ValidationOrder which contains a single sequence which in turn contains a single group, Default.
DefaultConstraintMapping - Class in org.hibernate.validator.internal.cfg.context
Default implementation of ConstraintMapping.
DefaultConstraintMapping() - Constructor for class org.hibernate.validator.internal.cfg.context.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
 
defaultGroupSequenceIsRedefined() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
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
 
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
 
DefaultTimeProvider - Class in org.hibernate.validator.internal.engine.time
Default TimeProvider implementation based on the current system time.
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
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
 
determineJavaRelease(String) - Static method in class org.hibernate.validator.internal.util.Version
 
DIAGNOSTIC_KIND_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for setting the diagnostic kind to be used when reporting errors during annotation processing.
DIGITS - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv
Validates that the character sequence (e.g.
DigitsValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
 
DigitsValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
Validates that the Number being validates matches the pattern defined in the constraint.
DigitsValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
 
disableDefaultConstraintViolation() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 

E

EAN - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid EAN 13 number.
EAN.List - Annotation Type in org.hibernate.validator.constraints
Defines several @NotBlank annotations on the same element.
EAN.Type - Enum in org.hibernate.validator.constraints
 
EANDef - Class in org.hibernate.validator.cfg.defs
 
EANDef() - Constructor for class org.hibernate.validator.cfg.defs.EANDef
 
EANValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Checks that a given character sequence (e.g.
EANValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
 
EL_DESIGNATOR - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
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.
ELState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
ELState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
ElTermResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation
Resolver for the el expressions.
ElTermResolver(Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.ElTermResolver
 
EMAIL - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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.hv
Checks that a given character sequence (e.g.
EmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator
 
END_TERM - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
endIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
endIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
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.ap.checks.ConstraintCheckError
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
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.ConstraintLocation
 
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.metadata.raw.ConstrainedExecutable
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
errorInExpressionLanguage(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
ESCAPE_CHARACTER - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
EscapedState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
EscapedState(ParserState) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
evaluate(String, Map<String, Object>) - Method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluator
Executes the given script, using the given variable bindings.
evaluatingExpressionLanguageExpressionCausedException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
excludeInterfaces() - Static method in class org.hibernate.validator.internal.util.classhierarchy.Filters
Returns a filter which excludes interfaces.
excludeProxies() - Static method in class org.hibernate.validator.internal.util.classhierarchy.Filters
Returns a filter which excludes proxy objects.
ExecutableDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated constructor or method.
ExecutableDescriptorImpl(Type, String, Set<ConstraintDescriptorImpl<?>>, ReturnValueDescriptor, List<ParameterDescriptor>, boolean, boolean, List<Class<?>>) - 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.
ExecutableHelper - Class in org.hibernate.validator.internal.util
Provides shared functionality dealing with executables.
ExecutableHelper(TypeResolutionHelper) - Constructor for class org.hibernate.validator.internal.util.ExecutableHelper
 
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.
ExecutableParameterKey(Member, int) - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl.ExecutableParameterKey
 
execute(Element, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintChecks
Executes the checks contained within this set against the given element and annotation.
execute(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.MultiValuedChecks
 
execute(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.SingleValuedChecks
 
expandInheritedGroups() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
externalClassLoader(ClassLoader) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Sets the class loader to be used for loading user-provided resources: XML descriptors (META-INF/validation.xml as well as XML constraint mappings) classes specified by name in XML descriptors (e.g.
externalClassLoader(ClassLoader) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
extractDigit(char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
Returns the numeric int value of a char

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
 
Filter - Interface in org.hibernate.validator.internal.util.classhierarchy
A filter to be used when invoking ClassHierarchyHelper.getHierarchy(Class, Filter...).
filterByType(List<? extends AnnotationMirror>, TypeMirror) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a list containing those annotation mirrors from the input list, which are of type annotationType.
Filters - Class in org.hibernate.validator.internal.util.classhierarchy
Provides filters to be used when invoking ClassHierarchyHelper.getHierarchy(Class, Filter...).
Filters() - Constructor for class org.hibernate.validator.internal.util.classhierarchy.Filters
 
findConstraintAnnotations(Member, A, ElementType) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Examines the given annotation to see whether it is a single- or multi-valued constraint annotation.
findConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
findTypeAnnotationConstraintsForExecutableParameter(Member, int) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for parameters.
findTypeAnnotationConstraintsForExecutableParameter(Member, int) - Method in class org.hibernate.validator.internal.metadata.provider.TypeAnnotationAwareMetaDataProvider
 
findTypeAnnotationConstraintsForMember(Member) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for fields and methods return values.
findTypeAnnotationConstraintsForMember(Member) - Method in class org.hibernate.validator.internal.metadata.provider.TypeAnnotationAwareMetaDataProvider
 
findValidatorClasses(Class<A>, ValidationTarget) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Returns those validator classes for the given constraint annotation matching the given target.
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, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forClass(Class<?>) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
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
 
forCrossParameter(ExecutableElement) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forDefaultProvider(ValidatorFactory) - Static method in class org.hibernate.validator.internal.cdi.ValidationProviderHelper
 
forExecutables() - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
forHibernateValidator() - Static method in class org.hibernate.validator.internal.cdi.ValidationProviderHelper
 
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(ExecutableElement, int) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forParameterValidation(String, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object[]) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forProperty(Member) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forReturnValue(ExecutableElement) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forReturnValueValidation(String, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forTypeArgument(Member, Type) - Static method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
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
 
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
 
FUTURE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv.future
Check that the java.util.Calendar passed to be validated is in the future.
FutureValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForCalendar
 
FutureValidatorForChronoZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
Check that the java.time.chrono.ChronoZonedDateTime passed is in the future.
FutureValidatorForChronoZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForChronoZonedDateTime
 
FutureValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
Check that the java.util.Date passed to be validated is in the future.
FutureValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForDate
 
FutureValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
Check that the java.time.Instant passed is in the future.
FutureValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForInstant
 
FutureValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
Check that the java.time.OffsetDateTime passed is in the future.
FutureValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForOffsetDateTime
 
FutureValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
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.bv.future.FutureValidatorForReadableInstant
 
FutureValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.future
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the future.
FutureValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.future.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.
getAllValidatorClasses(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.
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
 
getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the given annotation mirror's array-typed annotation value with the given name.
getAnnotationDoesNotContainAParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAnnotationMirror() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
GetAnnotationParameter<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
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(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Returns the ConstraintHelper.AnnotationType of the given annotation.
getAnnotationType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotationValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the annotation value of the given annotation mirror with the given name.
getAsString() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
Returns a string representation of this executable in the form {@code ( ...
getAtLeastOneCustomMessageMustBeCreatedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAtLeastOneGroupHasToBeSpecifiedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAvailableValidatorTypes() - 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
 
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.aggregated.MetaDataBuilder
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanConfiguration(Class<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
 
getBeanConfigurations(ConstraintHelper, ParameterNameProvider) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
Returns all bean configurations configured through this constraint mapping.
getBeanDescriptor() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getBeanDoesNotContainConstructorException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainMethodException(String, String, List<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainTheFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainThePropertyException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
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.UnconstrainedEntityMetaDataSingleton
 
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.
getCascadingMember() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getChildren() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
getClassHierarchy() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getClassHierarchy() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getClassHierarchy() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
GetClassLoader - Class in org.hibernate.validator.internal.util.privilegedactions
 
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
 
getComposedAndComposingConstraintsHaveDifferentTypesException(String, String, ConstraintDescriptorImpl.ConstraintType, ConstraintDescriptorImpl.ConstraintType) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getComposingConstraintImpls() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
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
 
getConfiguredTypes() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
getConstrainedConstructors() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedElementConfiguredMultipleTimesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getConstrainedElementsForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getConstrainedMethods(MethodType, MethodType...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedProperties() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstraintChecks(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintCheckFactory
Returns those checks that have to be performed to validate the given annotation at the given element.
getConstraintDefinitionContributors() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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
 
getConstraintMappingResourcePaths() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.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
 
getConstraintsFromMultiValueConstraint(A) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Returns the constraints which are part of the given multi-value constraint.
getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
getConstraintType() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
Returns the constraint annotation type for which this instance provides constraint validator instances.
getConstraintType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConstraintValidatorContributions() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionBuilderImpl
 
getConstraintValidatorExistsForWrapperAndWrappedValueException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getConstraintValidatorFactoryClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
GetConstraintValidatorList - Class in org.hibernate.validator.internal.util.privilegedactions
 
GetConstraintValidatorList() - Constructor for class org.hibernate.validator.internal.util.privilegedactions.GetConstraintValidatorList
 
getConstraintValidatorList() - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetConstraintValidatorList
 
getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getConstraintValidators() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
Returns a list of constraint validator types for the constraint type of this instance.
getConstraintViolationCreationContexts() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getConstraintWithoutMandatoryParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructorHasAlreadyBeConfiguredViaProgrammaticApiException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructorIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructors() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getCreationOfScriptExecutorFailedException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintHasNoValidatorException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnMethodWithoutParametersException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getCrossParameterElementHasAlreadyBeConfiguredViaProgrammaticApiException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getCurrentTime() - Method in class org.hibernate.validator.internal.engine.time.DefaultTimeProvider
 
getCurrentTime() - Method in interface org.hibernate.validator.spi.time.TimeProvider
Returns the current time.
getCurrentValidatable() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.ValueContext
Returns the current value to be validated.
getCyclicDependencyInGroupsDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
GetDeclaredConstructor<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared constructor with the specified parameter types or null if it does not exist.
GetDeclaredConstructors - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared constructors of the specified class.
GetDeclaredField - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared field with the specified name or null if it does not exist.
GetDeclaredFields - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the fields of the specified class.
GetDeclaredMethod - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared method with the specified name and parameter types or null if it does not exist.
GetDeclaredMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared methods of the specified class.
getDeclaredTypeByName(String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the DeclaredType for the given class name.
getDeclaredTypeOfValidatedElement() - Method in class org.hibernate.validator.internal.engine.ValueContext
Returns the declared (static) type of the currently validated element.
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the class hosting this location.
getDeclaringType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getDefaultBootstrapConfiguration() - Static method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getDefaultConstraintDefinitionContributor() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
 
getDefaultConstraintDefinitionContributor() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getDefaultGroupSequence() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultGroupSequenceProvider() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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
 
getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultValidatedExecutableTypes() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getDefaultValidationOrder(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
 
getDefaultValidationSequence(T) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns a ValidationOrder representing the default validation group sequence as configured through @GroupSequence/@DefaultGroupSequenceProvider.
getDefaultValidationSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getDefaultValidationSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
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
 
getDelegate() - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Returns the messager used by this adapter.
getDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
getDescriptor() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getDiagnosticKind() - Method in class org.hibernate.validator.ap.util.Configuration
Returns the diagnosticKind to be used when reporting failing constraint checks.
getDirectlyImplementedInterfaces(Class<T>) - Static method in class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
Gets all interfaces (and recursively their super-interfaces) which the given class directly implements.
getDirectMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getDirectMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getDirectMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getElement() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
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
Returns the element type of the cascadable.
getElementType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getElUnsupported(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErasedType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
Gets the erased type of the specified type.
getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorDuringScriptExecutionException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorParsingMappingFileException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExceptionDuringIsValidCallException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExceptionOccurredDuringMessageInterpolationException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getExecutable() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getExecutable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
 
getExecutableAsString(String, Class<?>...) - Static method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
Returns a string representation of an executable with the given name and parameter types in the form {@code ( ...
getExecutableParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getExecutableReturnValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getExternalClassLoader() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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
 
getFields() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getFrom() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
getFunctionMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGenericParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
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
 
getGroupConversionOnNonCascadingElementException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.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
 
getHasToBeABoxedTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getHasToBeAPrimitiveTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getHierarchy(Class<T>, Filter...) - Static method in class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
Gets the elements of the hierarchy of the given class which match the given filters.
getId() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getId() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getImplicitConstraintTargetInAmbiguousConfigurationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentFailFastConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
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() - Static method in class org.hibernate.validator.internal.engine.time.DefaultTimeProvider
 
getInstance(ConstraintHelper, ExecutableHelper, ValidationOrderGenerator, 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.
getInterpolatedMessage() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
 
getInterpolationType() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCharValueException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidCheckDigitException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidDefaultGroupSequenceDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidExecutableParameterIndexException(String, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidJavaIdentifierException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForFractionPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthForIntegerPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidLengthOfParameterMetaDataListException(String, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidNumberFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidParameterCountForExecutableException(String, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRangeException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidRegularExpressionException(PatternSyntaxException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidReturnTypeException(Class<?>, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAnAnnotationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getJavaRelease() - Static method in class org.hibernate.validator.internal.util.Version
Returns the Java release for the current runtime
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
 
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.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.
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
Return all constraint validators classes (either generic or cross-parameter) which are registered for the constraint of this despriptor.
getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the member represented by this location.
getMember() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getMemberIsNeitherAFieldNorAMethodException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMessage() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getMessage() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
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
 
getMessageInterpolatorClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMessageParameters() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
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
 
getMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
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
 
getMetaDataFor(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getMetaDataFor(ExecutableElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
GetMethod - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the method with the specified name or null if it does not exist.
GetMethodFromPropertyName - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the method with the specified property name or null if it does not exist.
getMethodHasAlreadyBeConfiguredViaProgrammaticApiException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodOrConstructorNotDefinedByValidatedTypeException(String, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodParameterNames() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethods() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the methods of the specified class (include inherited methods).
getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMinCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMirror(List<? extends AnnotationMirror>, Class<? extends Annotation>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns that mirror from the given list of annotation mirrors that represents the annotation type specified by the given class.
getMirror(List<? extends AnnotationMirror>, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns that mirror from the given list of annotation mirrors that represents the annotation type specified by the given class.
getMirrorForType(Class<?>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a TypeMirror for the given class.
getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMissingELDependenciesException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMixingImplicitWithOtherExecutableTypesException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleCrossParameterValidatorClassesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleGroupConversionsForSameSourceException(Class<?>, Set<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleValidatorsForSameTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultiplierCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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.metadata.raw.ConstrainedParameter
 
getNestedParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNonTerminatedParameterException(String, char) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoUnwrapperFoundForTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValidatorFoundForTypeException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueProvidedForAnnotationParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOriginalMessageDescriptor() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOverridingConstraintDefinitionsInMultipleMappingFilesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterAnnotations() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getParameterConfigurationAlteredInSubTypeException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterConstraintsDefinedInMethodsFromParallelTypesException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(String, String, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.
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
 
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
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
 
getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameters() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(String, ConstraintTarget) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
getParameterTypesDoNotMatchException(String, String, int, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getPartition(V) - Method in interface org.hibernate.validator.internal.util.CollectionHelper.Partitioner
 
getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Returns a list with the constraint annotations contained in the given array-valued annotation mirror.
getPath() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getPathWithoutLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
getPayload() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
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
 
getPropertyHasAlreadyBeConfiguredViaProgrammaticApiException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getPropertyName(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the JavaBeans property name of the given member.
getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getPropertyPathMustProvideIndexOrMapKeyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getProviderClass() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getReservedParameterNamesException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
GetResolvedMemberMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the member methods - with resolved type parameters - of a given type.
GetResource - Class in org.hibernate.validator.internal.util.privilegedactions
Loads the given resource.
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
Search current thread classloader for the resource bundle.
getResourceBundle(Locale) - Method in interface org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
GetResources - Class in org.hibernate.validator.internal.util.privilegedactions
A PrivilegedAction wrapping around ClassLoader.getResources(String).
getReturnType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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.
getSchemaVersion(String, XMLEventReader) - 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
 
getSequenceDefinitionsNotAllowedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultValidationOrder
 
getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getSignature() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getSignature(String, Class<?>[]) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
 
getSignatures() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
Returns the signature(s) of the method represented by this meta data object, based on the represented executable's name and its parameter types.
getSimpleName() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
getSingleton() - Static method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
GetterCheck - Class in org.hibernate.validator.ap.checks
Checks whether a given element is a valid getter method.
GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.checks.GetterCheck
 
getTimeProvider() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Returns the provider for obtaining the current time, e.g.
getTimeProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getTimeProvider() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getTimeProvider() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
getTokenList() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
getTokenValue() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
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
 
getTraversableResolverClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
getTreatCheckAsIsNotADigitNorALetterException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTryingToInstantiateAnnotationWithUnknownParametersException(Class<?>, Set<String>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the data type of this cascadable, e.g.
getType() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getTypeAnnotationConstraintOnIterableRequiresUseOfValidAnnotationException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getTypeArgumentsConstraints() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the type arguments constraints for this cascadable.
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
 
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
getTypeArgumentsConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the type to be used when resolving constraint validators for constraints at this location.
getTypeNotSupportedForUnwrappingException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeResolver() - Method in class org.hibernate.validator.internal.util.TypeResolutionHelper
 
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
 
getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToCreateXMLEventReader(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandDefaultGroupListException(List<?>, List<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToExpandGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindMethodException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindPropertyWithAccessException(Class<?>, String, ElementType) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindProviderException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetAnnotationParameterException(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateException(String, Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadConstraintAnnotationClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToNarrowNodeTypeException(String, ElementKind, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToOpenInputStreamForMappingFileException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParsePropertyPathException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParseValidationXmlFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnexpectedParameterValueException(ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnsupportedSchemaVersionException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnwrapMode() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getValidatableParametersMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getValidatedValueHandler() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getValidatedValueHandlers() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getValidatedValueHandlers() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getValidatedValueType(Type) - Method in class org.hibernate.validator.internal.engine.valuehandling.TypeResolverBasedValueUnwrapper
 
getValidatedValueType(Type) - Method in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
Retrieves the declared (static) type of the unwrapped object as to be used for constraint validator resolution.
getValidatedValueUnwrapper(Type) - Method in class org.hibernate.validator.internal.engine.ValidationContext
Returns the first validated value handler found which supports the given type.
getValidateOnExecutionOnOverriddenOrInterfaceMethodException(Method) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getValidationAppliesToParameterMustHaveDefaultValueImplicitException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationContext(ConstraintValidatorManager, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, TimeProvider, List<ValidatedValueUnwrapper<?>>, TypeResolutionHelper, 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(Class<?>, boolean) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
Creates a ValidationOrder for the given validation group.
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
 
getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidatorsTypes(Class<A>, List<Class<? extends ConstraintValidator<A, ?>>>) - 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() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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 interface org.hibernate.validator.path.PropertyNode
 
getVariableMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
 
getVoidMethodsMustNotBeConstrainedException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWeightCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongAttributeTypeForOverriddenConstraintException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultGroupSequenceProviderTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForGroupsParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultValueForPayloadParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongPayloadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForMessageParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getXmlConfiguredClasses() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
 
Group - Class in org.hibernate.validator.internal.engine.groups
Encapsulates a single group.
Group(Class<?>) - Constructor for class org.hibernate.validator.internal.engine.groups.Group
 
GROUP_SEQUENCE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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
 
groupConversions - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
GroupConversionTargetContext<C> - Interface in org.hibernate.validator.cfg.context
Creational context which allows to set the target group of a group conversion configured via Cascadable.convertGroup(Class).
groupMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
GROUPS - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
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.
GroupSequenceProviderCheck - Class in org.hibernate.validator.ap.checks
Checks that the GroupSequenceProvider annotation definition is valid.
GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
 
GroupWithInheritance - Class in org.hibernate.validator.internal.engine.groups
Represents a validation group and all the groups it extends ("group inheritance").
GroupWithInheritance(Set<Group>) - Constructor for class org.hibernate.validator.internal.engine.groups.GroupWithInheritance
 

H

handleBeginTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
handleBeginTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
handleBeginTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
handleBeginTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
handleBeginTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
handleBeginTerm(char, TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
handleELDesignator(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
handleELDesignator(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
handleELDesignator(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
handleELDesignator(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
handleELDesignator(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
handleELDesignator(char, TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
handleEndTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
handleEndTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
handleEndTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
handleEndTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
handleEndTerm(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
handleEndTerm(char, TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
handleEscapeCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
handleEscapeCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
handleEscapeCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
handleEscapeCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
handleEscapeCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
handleEscapeCharacter(char, TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
handleNonMetaCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
handleNonMetaCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
handleNonMetaCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
handleNonMetaCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
handleNonMetaCharacter(char, TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
handleNonMetaCharacter(char, TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
handleValidatedValue(ObservableValue<?>) - Method in class org.hibernate.validator.internal.engine.valuehandling.JavaFXPropertyValueUnwrapper
 
handleValidatedValue(Optional<?>) - Method in class org.hibernate.validator.internal.engine.valuehandling.OptionalValueUnwrapper
 
handleValidatedValue(T) - Method in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
Retrieves the value to be validated from the given wrapper object.
hasConstrainedParameters() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
hasConstrainedReturnValue() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
hasConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns true if the bean class for this bean meta data has any constraints at all, false otherwise.
hasConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
hasConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.UnconstrainedEntityMetaDataSingleton
 
hasConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
hashCode() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
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.ConstraintLocation
 
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.metadata.raw.ConstrainedExecutable
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
 
hasMetaConstraintBeenProcessed(Object, Path, MetaConstraint<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
hasMoreInterpolationTerms() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
Called to advance the next interpolation term of the message descriptor.
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.
HibernateConstraintValidatorContext - Interface in org.hibernate.validator.constraintvalidation
A custom ConstraintValidatorContext which allows to set additional message parameters for interpolation.
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.
HibernateValidatorTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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(boolean) - Method in interface org.hibernate.validator.cfg.context.AnnotationIgnoreOptions
Specifies whether annotations at the given element should be ignored or not, overriding any setting given for parent elements.
ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ignoreAnnotations(boolean) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
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
 
IgnoreJava6Requirement - Annotation Type in org.hibernate.validator.internal.util
Hint to AnimalSniffer to ignore violations.
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
ignoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ignoringXmlConfiguration() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
includeExistingValidators(boolean) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
initialize(AssertFalse) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertFalseValidator
 
initialize(AssertTrue) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertTrueValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForCharSequence
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForNumber
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForNumber
 
initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
 
initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForCalendar
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForChronoZonedDateTime
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForDate
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForInstant
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForOffsetDateTime
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForReadableInstant
 
initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForReadablePartial
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForNumber
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForNumber
 
initialize(NotNull) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
 
initialize(Null) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NullValidator
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForCalendar
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForChronoZonedDateTime
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForDate
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForInstant
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForOffsetDateTime
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadableInstant
 
initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadablePartial
 
initialize(Pattern) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
 
initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
 
initialize(CNPJ) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
 
initialize(CPF) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
 
initialize(EAN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
 
initialize(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator
 
initialize(Length) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LengthValidator
 
initialize(LuhnCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
 
initialize(Mod10Check) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
 
initialize(Mod11Check) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
 
initialize(int, int, int, boolean, int, char, char, Mod11Check.ProcessingDirection) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
 
initialize(int, int, int, boolean) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
 
initialize(ModCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
Deprecated.
 
initialize(NotBlank) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator
 
initialize(ParameterScriptAssert) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
initialize(SafeHtml) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
 
initialize(ScriptAssert) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.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
 
insertGroup(Group) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
insertSequence(Sequence) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
 
INSTANT - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
interpolate(MessageInterpolator.Context, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.ElTermResolver
 
interpolate(MessageInterpolator.Context) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
interpolate(MessageInterpolator.Context, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.ParameterTermResolver
 
interpolate(MessageInterpolator.Context, String) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.TermResolver
Interpolates given term based on the constraint validation context.
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
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
 
InterpolationTermState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
InterpolationTermState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
InterpolationTermType - Enum in org.hibernate.validator.internal.engine.messageinterpolation
Describes the type of the interpolation term.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
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
 
isBeanAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
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.CachingTraversableResolverForSingleValidation
 
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
 
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 - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
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.
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
Validate check digit using Luhn algorithm
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
Validate check digit using Mod10
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
Validate check digit using Mod11 checksum
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
 
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
Deprecated.
Check if the input passes the Mod10 (Luhn algorithm implementation only) or Mod11 test
isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks, whether the given type element represents a composed constraint 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(Class<?>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
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(Element) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks, whether the given type element represents a constraint annotation 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
 
isDefaultProvider() - Method in class org.hibernate.validator.internal.cdi.ValidationProviderHelper
Whether the given provider is the default provider or not.
isDefinedOnParallelType(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
Whether otherExecutable is defined on a parallel of the declaring type of executable or not.
isDefinedOnSubType(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
Whether otherExecutable is defined on a subtype of the declaring type of executable or not.
isElExpression(String) - Static method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
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
 
isEquallyParameterConstrained(ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Whether this and the given other executable have the same parameter constraints.
isExecutableValidationEnabled() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
isFailFast() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
isFailFastModeEnabled() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
isGetter() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
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, which is the case if its name starts with "get" and it has a return type but no parameter or its name starts with "is", it has no parameter and is returning boolean or its name starts with "has", it has no parameter and is returning boolean (HV-specific, not mandated by JavaBeans spec).
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
 
isParameter() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.CachingTraversableResolverForSingleValidation
 
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
 
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
 
isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
isStatic() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
 
isStrictSubType(Class<?>, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
Whether otherClazz is a strict subtype of clazz or not.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertFalseValidator
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertTrueValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForCalendar
 
isValid(ChronoZonedDateTime<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForChronoZonedDateTime
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForDate
 
isValid(Instant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForInstant
 
isValid(OffsetDateTime, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForOffsetDateTime
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForReadablePartial
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForNumber
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForNumber
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NullValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForCalendar
 
isValid(ChronoZonedDateTime<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForChronoZonedDateTime
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForDate
 
isValid(Instant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForInstant
 
isValid(OffsetDateTime, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForOffsetDateTime
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadablePartial
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
 
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
Checks the number of entries in an array.
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfBoolean
Checks the number of entries in an array.
isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfByte
Checks the number of entries in an array.
isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfChar
Checks the number of entries in an array.
isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfDouble
Checks the number of entries in an array.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfFloat
Checks the number of entries in an array.
isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfInt
Checks the number of entries in an array.
isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfLong
Checks the number of entries in an array.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfShort
Checks the number of entries in an array.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
Checks the length of the specified character sequence (e.g.
isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
Checks the number of entries in a collection.
isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
Checks the number of entries in a map.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LengthValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator
Checks that the trimmed string is not empty.
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
isVerbose() - Method in class org.hibernate.validator.ap.util.Configuration
Whether logging information shall be put out in a verbose way or not.
iterator() - Method in class org.hibernate.validator.internal.engine.groups.GroupWithInheritance
 
iterator() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
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

Java8DateTime() - Constructor for class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
JavaFXPropertyValueUnwrapper - Class in org.hibernate.validator.internal.engine.valuehandling
Unwraps a JavaFX ObservableValue and returns the wrapped value and type.
JavaFXPropertyValueUnwrapper(TypeResolutionHelper) - Constructor for class org.hibernate.validator.internal.engine.valuehandling.JavaFXPropertyValueUnwrapper
 
JAVAX_VALIDATION - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
JAVAX_VALIDATION_CONSTRAINTS - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
JodaTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
join(Object[], String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Joins the elements of the given array to a string, separated by the given separator string.
join(Iterable<?>, String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.
JPATraversableResolver - Class in org.hibernate.validator.internal.engine.resolver
An implementation of TraversableResolver which is aware of JPA 2 and utilizes PersistenceUtil to get query the reachability of a property.
JPATraversableResolver() - Constructor for class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
 

K

keepDefaults() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
Whether or not the default constraint validators should be kept or not.
keepLowestTypePerHierarchy(Set<TypeMirror>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a set containing the "lowest" type per hierarchy contained in the input set.
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 - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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.hv
Check that the character sequence length is between min and max.
LengthValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.LengthValidator
 
LoadClass - Class in org.hibernate.validator.internal.util.privilegedactions
Loads a class specified by name.
LocalizedMessage - Class in org.hibernate.validator.internal.engine.messageinterpolation
 
LocalizedMessage(String, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.LocalizedMessage
 
location - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
log - Static variable in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
 
Log - Interface in org.hibernate.validator.internal.util.logging
The Hibernate Validator logger interface for JBoss Logging.
LoggerFactory - Class in org.hibernate.validator.internal.util.logging
 
LUHN_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
LuhnCheck - Annotation Type in org.hibernate.validator.constraints
Luhn algorithm check constraint.
LuhnCheck.List - Annotation Type in org.hibernate.validator.constraints
Defines several @LuhnCheck annotations on the same element.
LuhnCheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Luhn algorithm checksum validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digit
LuhnCheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
 

M

make() - Static method in class org.hibernate.validator.internal.util.logging.LoggerFactory
 
makeELToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
makeELToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
makeIterable(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
makeLeafNodeIterable() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
makeParameterToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
makeParameterToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
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
 
markConstraintProcessed(Object, Path, MetaConstraint<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
markCurrentBeanAsProcessed(ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
MAX - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv.size.SizeValidatorForArraysOfPrimitives
 
max(ConfigurationSource, ConfigurationSource) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Returns that configuration source from the given two sources, which has the higher priority.
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.bv
Check that the character sequence (e.g.
MaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
 
MaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
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.bv.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
 
merge(ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new constrained executable object by merging this and the given other executable.
merge(ConstrainedParameter) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
Creates a new constrained parameter object by merging this and the given other parameter.
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
MESSAGE - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
MessageDescriptorFormatException - Exception in org.hibernate.validator.internal.engine.messageinterpolation.parser
Exception thrown in case the message descriptor is invalid, for example unbalanced braces or escape characters
MessageDescriptorFormatException(String) - Constructor for exception org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException
 
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
 
MessageInterpolatorContext - Class in org.hibernate.validator.internal.engine
Implementation of the context used during message interpolation.
MessageInterpolatorContext(ConstraintDescriptor<?>, Object, Class<?>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
MessagerAdapter - Class in org.hibernate.validator.ap.util
Wrapper around Messager, which adds the ability to format error messages using MessageFormat.
MessagerAdapter(Messager, Diagnostic.Kind) - Constructor for class org.hibernate.validator.ap.util.MessagerAdapter
Creates a new MessagerAdapter.
Messages - Interface in org.hibernate.validator.internal.util.logging
 
MESSAGES - Static variable in interface org.hibernate.validator.internal.util.logging.Messages
The messages.
MessageState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
MessageState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
MetaConstraint<A extends Annotation> - Class in org.hibernate.validator.internal.metadata.core
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
MetaConstraint(ConstraintDescriptorImpl<A>, ConstraintLocation) - Constructor for class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
MetaDataBuilder - Class in org.hibernate.validator.internal.metadata.aggregated
Builds ConstraintMetaData instances for the ConstrainedElement objects representing one method or property in a type's inheritance hierarchy.
MetaDataBuilder(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, Map<String, BeanConfiguration<?>>) - 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.TypeConstraintMappingContextImpl
 
METHOD_CONSTRAINTS_SUPPORTED_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for allowing constraints at methods other than getter methods.
MethodConfigurationRule - Class in org.hibernate.validator.internal.metadata.aggregated.rule
A rule applying to the overriding methods of an inheritance hierarchy.
MethodConfigurationRule() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
 
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
methodConstraintsSupported() - Method in class org.hibernate.validator.ap.util.Configuration
Whether method constraints are allowed at any method (true) or only getter methods (false).
methodNameMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
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.
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 - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv.size.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.bv
Check that the character sequence (e.g.
MinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
 
MinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
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.bv.MinValidatorForNumber
 
Mod10Check - Annotation Type in org.hibernate.validator.constraints
@Modulo 10 check constraint.
Mod10Check.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Mod10Check annotations on the same element.
Mod10CheckDef - Class in org.hibernate.validator.cfg.defs
 
Mod10CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
Mod10CheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Mod10 (Luhn algorithm implementation) Check validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digit
Mod10CheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
 
Mod11Check - Annotation Type in org.hibernate.validator.constraints
Modulo 11 check constraint.
Mod11Check.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Mod11Check annotations on the same element.
Mod11Check.ProcessingDirection - Enum in org.hibernate.validator.constraints
 
Mod11CheckDef - Class in org.hibernate.validator.cfg.defs
 
Mod11CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
Mod11CheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Mod11 Check Digit validator http://en.wikipedia.org/wiki/Check_digit
Mod11CheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
 
MOD_10_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
MOD_11_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
MOD_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
ModCheck - Annotation Type in org.hibernate.validator.constraints
Deprecated.
As of release 5.1.0, replaced by Mod10Check and Mod11Check
ModCheck.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Defines several @ModCheck annotations on the same element.
ModCheck.ModType - Enum in org.hibernate.validator.constraints
Deprecated.
 
ModCheckBase - Class in org.hibernate.validator.internal.constraintvalidators.hv
ModCheckBase contains all shared methods and options used by Mod Check Validators http://en.wikipedia.org/wiki/Check_digit
ModCheckBase() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
 
ModCheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Deprecated.
As of release 5.1.0, replaced by Mod10CheckValidator and Mod11CheckValidator
ModCheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
Deprecated.
 
ModUtil - Class in org.hibernate.validator.internal.util
Helper class for modulo 10/11.
multiplier(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
MultiValuedChecks - Class in org.hibernate.validator.ap.checks
A ConstraintChecks implementation, that executed the contained checks against all parts of given multi-valued annotations.
MultiValuedChecks(ConstraintHelper, ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.checks.MultiValuedChecks
Creates a new MultiValuedChecks.
mustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
mustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 

N

newArrayList() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newArrayList() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newArrayList(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newArrayList(Iterable<T>...) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newConcurrentHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(Map<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? extends T>, Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Iterable<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
NewInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
NewJaxbContext - Class in org.hibernate.validator.internal.util.privilegedactions
Returns a new JAXBContext for the given class.
NewSchema - Class in org.hibernate.validator.internal.util.privilegedactions
Loads a given XML schema.
NewSchema(SchemaFactory, URL) - Constructor for class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
next() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
nextInterpolationTerm() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
 
NodeImpl - Class in org.hibernate.validator.internal.engine.path
Immutable implementation of a Path.Node.
NOT_BLANK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
NOT_NULL - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.hv
Check that a character sequence's (e.g.
NotBlankValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.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.bv
Validate that the object is not null.
NotNullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
 
NULL - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv
Validate that the object is null
NullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.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

OFFSET_DATE_TIME - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
OptionalValueUnwrapper - Class in org.hibernate.validator.internal.engine.valuehandling
Unwraps an Optional and returns the wrapped value and type.
OptionalValueUnwrapper(TypeResolutionHelper) - Constructor for class org.hibernate.validator.internal.engine.valuehandling.OptionalValueUnwrapper
 
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.ap - package org.hibernate.validator.ap
This package contains the main class of Hibernate Validator annotation processor.
org.hibernate.validator.ap.checks - package org.hibernate.validator.ap.checks
This package contains check implementations used by the annotation processor to verify constraint declarations.
org.hibernate.validator.ap.util - package org.hibernate.validator.ap.util
This package contains helper classes.
org.hibernate.validator.cdi - package org.hibernate.validator.cdi
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).
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.constraintvalidation - package org.hibernate.validator.constraintvalidation
Custom Hibernate Validator specific constraint validation extension classes.
org.hibernate.validator.constraintvalidators - package org.hibernate.validator.constraintvalidators
 
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.context - package org.hibernate.validator.internal.cfg.context
Creational context implementations of the API for programmatic constraint definition.
org.hibernate.validator.internal.constraintvalidators.bv - package org.hibernate.validator.internal.constraintvalidators.bv
Implementations of the Bean Validation built-in constraints.
org.hibernate.validator.internal.constraintvalidators.bv.future - package org.hibernate.validator.internal.constraintvalidators.bv.future
Constraint validator implementations of the Bean Validation Future constraint.
org.hibernate.validator.internal.constraintvalidators.bv.past - package org.hibernate.validator.internal.constraintvalidators.bv.past
Constraint validator implementations of the Bean Validation Past constraint.
org.hibernate.validator.internal.constraintvalidators.bv.size - package org.hibernate.validator.internal.constraintvalidators.bv.size
Implementations of the Bean Validation Size constraint.
org.hibernate.validator.internal.constraintvalidators.hv - package org.hibernate.validator.internal.constraintvalidators.hv
Implementations of Hibernate Validator specific constraints.
org.hibernate.validator.internal.constraintvalidators.hv.br - package org.hibernate.validator.internal.constraintvalidators.hv.br
 
org.hibernate.validator.internal.engine - package org.hibernate.validator.internal.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.internal.engine.constraintdefinition - package org.hibernate.validator.internal.engine.constraintdefinition
 
org.hibernate.validator.internal.engine.constraintvalidation - package org.hibernate.validator.internal.engine.constraintvalidation
Classes dealing with the representation of constraints and the management/instantitation of constraint validators.
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.messageinterpolation.parser - package org.hibernate.validator.internal.engine.messageinterpolation.parser
Classes related to parsing a message descriptor and extracting interpolation terms.
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.engine.time - package org.hibernate.validator.internal.engine.time
 
org.hibernate.validator.internal.engine.valuehandling - package org.hibernate.validator.internal.engine.valuehandling
Implementations for ValidatedValueUnwrapper
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.aggregated.rule - package org.hibernate.validator.internal.metadata.aggregated.rule
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints on overridden/implemented methods in inheritance hierarchies.
org.hibernate.validator.internal.metadata.core - package org.hibernate.validator.internal.metadata.core
Core classes of the internal model used for representing constraints and related metadata.
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.classhierarchy - package org.hibernate.validator.internal.util.classhierarchy
Contains classes for working with the elements of a class hierarchy.
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.parameternameprovider - package org.hibernate.validator.parameternameprovider
Custom Hibernate Validator javax.validation.ParameterNameProvider implementations.
org.hibernate.validator.path - package org.hibernate.validator.path
Hibernate Validator extensions around javax.validation.Path.
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.cfg - package org.hibernate.validator.spi.cfg
 
org.hibernate.validator.spi.constraintdefinition - package org.hibernate.validator.spi.constraintdefinition
SPI for discovering custom constraint validator 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.
org.hibernate.validator.spi.time - package org.hibernate.validator.spi.time
 
org.hibernate.validator.spi.valuehandling - package org.hibernate.validator.spi.valuehandling
SPI for handling values of validated elements prior to validation.
org.hibernate.validator.valuehandling - package org.hibernate.validator.valuehandling
Contains annotations dealing with the handling of values of validated elements prior to validation.
overrides(ExecutableElement, ExecutableElement) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
Checks, whether the represented method overrides the given method.
overrides(Method, Method) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
Checks, whether subTypeMethod overrides superTypeMethod.
OverridingMethodMustNotAlterParameterConstraints - Class in org.hibernate.validator.internal.metadata.aggregated.rule
Rule that ensures that overriding methods don't add to or alter the constraints defined on the overridden method.
OverridingMethodMustNotAlterParameterConstraints() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
 

P

ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue - Class in org.hibernate.validator.internal.metadata.aggregated.rule
Rule that ensures that methods in parallel types don't define group conversions for methods marked as cascaded in one of the parallel types.
ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
 
ParallelMethodsMustNotDefineParameterConstraints - Class in org.hibernate.validator.internal.metadata.aggregated.rule
Rule that ensures that parallel methods don't define any parameter constraints.
ParallelMethodsMustNotDefineParameterConstraints() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
 
param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
 
parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
Changes the parameter for which added constraints apply.
ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method parameter.
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.
parameterizedTypesWithMoreThanOneTypeArgument() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterizedTypeWithMoreThanOneTypeArgumentIsNotSupported(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
ParameterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle message interpolator, it does not support EL expression and does support parameter value expression
ParameterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
 
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
 
parameterMustNotBeEmpty(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterMustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterNameProvider(ParameterNameProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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.metadata.provider.AnnotationMetaDataProvider
 
parameters - Variable in class org.hibernate.validator.cfg.ConstraintDef
A map with the annotation parameters of this definition.
ParameterScriptAssert - Annotation Type in org.hibernate.validator.constraints
A method-level constraint, that evaluates a script expression against the annotated method or constructor.
ParameterScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
Defines several ParameterScriptAssert annotations on the same executable.
ParameterScriptAssertValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Validator for the ParameterScriptAssert constraint annotation.
ParameterScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
ParameterTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select a method or constructor parameter to which the next operations shall apply.
ParameterTermResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation
Resolves given parameter.
ParameterTermResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.ParameterTermResolver
 
ParanamerParameterNameProvider - Class in org.hibernate.validator.parameternameprovider
A ParameterNameProvider implementation backed by the ParaNamer library.
ParanamerParameterNameProvider() - Constructor for class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
ParanamerParameterNameProvider(Paranamer) - Constructor for class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
parse() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
parse(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
Parses the given set of input stream representing XML constraint mappings.
ParserState - Interface in org.hibernate.validator.internal.engine.messageinterpolation.parser
Interface defining the different methods a parser state has to respond to.
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
 
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.
PAST - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv.past
Check that the java.util.Calendar passed to be validated is in the past.
PastValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForCalendar
 
PastValidatorForChronoZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check that the java.time.chrono.ChronoZonedDateTime passed is in the past.
PastValidatorForChronoZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForChronoZonedDateTime
 
PastValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check that the java.util.Date passed to be validated is in the past.
PastValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForDate
 
PastValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check that the java.time.Instant passed is in the past.
PastValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForInstant
 
PastValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check that the java.time.OffsetDateTime passed is in the past.
PastValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForOffsetDateTime
 
PastValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check if Joda Time type who implements org.joda.time.ReadableInstant is in the past.
PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadableInstant
 
PastValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.past
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the past.
PastValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.past.PastValidatorForReadablePartial
 
PathImpl - Class in org.hibernate.validator.internal.engine.path
Default implementation of javax.validation.Path.
PATTERN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv
 
PatternValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
 
PAYLOAD - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
PAYLOAD - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A resource bundle locator, that loads resource bundles by invoking ResourceBundle.loadBundle(String, Local, ClassLoader).
PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
 
PlatformResourceBundleLocator(String, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
PlatformResourceBundleLocator(String, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
PrimitiveCheck - Class in org.hibernate.validator.ap.checks
Validates that the given element is not of a primitive type.
PrimitiveCheck() - Constructor for class org.hibernate.validator.ap.checks.PrimitiveCheck
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
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 beans for ValidatorFactory and Validator already have been registered by some other component.
processingDirection(Mod11Check.ProcessingDirection) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
ProgrammaticMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
A MetaDataProvider based on the programmatic constraint API.
ProgrammaticMetaDataProvider(ConstraintHelper, ParameterNameProvider, Set<DefaultConstraintMapping>) - 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.TypeConstraintMappingContextImpl
 
PROPERTY_ACCESSOR_PREFIXES - Static variable in class org.hibernate.validator.internal.util.ReflectionHelper
 
PropertyConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a property of a bean.
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
 
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
 
propertyNameMustNotBeEmpty() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
PropertyNode - Interface in org.hibernate.validator.path
Node representing a property, providing Hibernate Validator specific functionality.
propertyPathCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
PropertyTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean property to which the next operations shall apply.
protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
purgeStaleEntries() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
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
 
READABLE_INSTANT - Static variable in class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
READABLE_PARTIAL - Static variable in class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
ReflectionHelper - Class in org.hibernate.validator.internal.util
Some reflection utility methods.
ReflectionParameterNameProvider - Class in org.hibernate.validator.parameternameprovider
Uses Java 8 reflection to get the parameter names.
ReflectionParameterNameProvider() - Constructor for class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
 
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
 
RegexpURLValidator - Class in org.hibernate.validator.constraintvalidators
Validate that the character sequence (e.g.
RegexpURLValidator() - Constructor for class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
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
replaceCurrentInterpolationTerm(String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
Replaces the current interpolation term with the given string.
replaceWithOverriddenOrInterfaceMethod(Method, List<Method>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
 
reportErrors(Set<ConstraintCheckError>) - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Reports the given errors against the underlying Messager using the specified Diagnostic.Kind.
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, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
retainAll(Collection<? extends Object>) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
RetentionPolicyCheck - Class in org.hibernate.validator.ap.checks
Checks, that RetentionPolicy.RUNTIME is declared for constraint annotation types.
RetentionPolicyCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.RetentionPolicyCheck
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
ReturnValueConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method return value.
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
 
ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine - Class in org.hibernate.validator.internal.metadata.aggregated.rule
Rule that ensures that the method return value is marked only once as cascaded per hierarchy line.
ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine
 
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<?>>, Set<MetaConstraint<?>>, boolean, Map<Class<?>, Class<?>>, UnwrapMode) - 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 or constructor's return value as target for the next operations.
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.GetConstraintValidatorList
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetResolvedMemberMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetResource
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetResources
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewJaxbContext
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.SetAccessibility
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.Unmarshal
 

S

SAFE_HTML - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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.Tag - Annotation Type in org.hibernate.validator.constraints
Allows to specify whitelist tags with specified optional attributes.
SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
Defines default whitelist implementations.
SafeHtmlValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Validate that the string does not contain malicious code.
SafeHtmlValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
SCRIPT_ASSERT - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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.hv
Validator for the ScriptAssert constraint annotation.
ScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.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
 
ServiceLoaderBasedConstraintDefinitionContributor - Class in org.hibernate.validator.internal.engine
 
ServiceLoaderBasedConstraintDefinitionContributor(TypeResolutionHelper) - Constructor for class org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintDefinitionContributor
 
SetAccessibility - Class in org.hibernate.validator.internal.util.privilegedactions
 
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
SetContextClassLoader - Class in org.hibernate.validator.internal.util.privilegedactions
Privileged action used to set the Thread context class loader.
setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setDeclaredTypeOfValidatedElement(Type) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
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
 
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
 
setLeafNodeValue(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
 
setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setParameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setPropertyPath(PathImpl) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setPropertyValue(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
setUnwrapMode(UnwrapMode) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setValidatedValueHandler(ValidatedValueUnwrapper<V>) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
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
 
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
 
SimpleELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
SimpleELContext() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
SingleValuedChecks - Class in org.hibernate.validator.ap.checks
A ConstraintChecks implementation that simply executes all contained checks against given elements and annotations.
SingleValuedChecks(ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.checks.SingleValuedChecks
Creates a new SingleValuedChecks.
SIZE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.bv.size
Check that the length of an array is between min and max
SizeValidatorForArray() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
 
SizeValidatorForArraysOfBoolean - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfBoolean
 
SizeValidatorForArraysOfByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfByte
 
SizeValidatorForArraysOfChar - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfChar
 
SizeValidatorForArraysOfDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfDouble
 
SizeValidatorForArraysOfFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfFloat
 
SizeValidatorForArraysOfInt - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfInt
 
SizeValidatorForArraysOfLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfLong
 
SizeValidatorForArraysOfPrimitives - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
Check that the length of an array is between min and max
SizeValidatorForArraysOfPrimitives() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
 
SizeValidatorForArraysOfShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
 
SizeValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfShort
 
SizeValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
Check that the length of a character sequence is between min and max.
SizeValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
 
SizeValidatorForCollection - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
Check that a collection's size is between min and max.
SizeValidatorForCollection() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
 
SizeValidatorForMap - Class in org.hibernate.validator.internal.constraintvalidators.bv.size
Check that a string's length is between min and max.
SizeValidatorForMap() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
 
source - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
start(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
start(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
start(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
start(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
start(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
start(TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
StaticCheck - Class in org.hibernate.validator.ap.checks
Checks, that the given element is not a static element.
StaticCheck() - Constructor for class org.hibernate.validator.ap.checks.StaticCheck
 
StringHelper - Class in org.hibernate.validator.internal.util
Helper class dealing with strings.

T

TargetCheck - Class in org.hibernate.validator.ap.checks
Checks, that at least one of the ElementTypes FIELD, METHOD, TYPE or ANNOTATION_TYPE is specified using the Target meta-annotation for constraint annotation types.
TargetCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.TargetCheck
 
terminate(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.BeginState
 
terminate(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
 
terminate(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
terminate(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
 
terminate(TokenCollector) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
 
terminate(TokenCollector) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.parser.ParserState
 
terminate() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
terminateToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
TermResolver - Interface in org.hibernate.validator.internal.engine.messageinterpolation
Resolves a given term.
threshold(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
TIME_PROVIDER - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
 
timeProvider(TimeProvider) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Registers the given time provider with the bootstrapped validator factory.
timeProvider(TimeProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
Registers the given time provider with the bootstrapped validator.
timeProvider(TimeProvider) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
timeProvider(TimeProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
TimeProvider - Interface in org.hibernate.validator.spi.time
Contract for obtaining the current time when validating the @Future and @Past constraints.
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
to(Class<?>) - Method in interface org.hibernate.validator.cfg.context.GroupConversionTargetContext
Sets the target group of the conversion to be configured.
toArray() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
Token - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
Parsing a message descriptor results in multiple Tokens.
Token(String) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
Token(char) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
TokenCollector - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
Used to creates a list of tokens from a message descriptor.
TokenCollector(String, InterpolationTermType) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
TokenIterator - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
Allows to iterate over a list of message tokens and replace parameters.
TokenIterator(List<Token>) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
 
toString() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintDef
 
toString() - Method in class org.hibernate.validator.internal.cdi.ValidationProviderHelper
 
toString() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
 
toString() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
 
toString() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
toString() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
toString() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
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.messageinterpolation.parser.Token
 
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.ConstraintLocation
 
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.IdentitySet
 
toString() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
 
touch() - Static method in class org.hibernate.validator.internal.util.Version
 
transitionState(ParserState) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
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
 
treatCheck10As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
treatCheck11As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
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(EAN.Type) - Method in class org.hibernate.validator.cfg.defs.EANDef
 
type(Class<C>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
type() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
 
TypeAnnotationAwareMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
Extends AnnotationMetaDataProvider by discovering and registering constraints defined via Java 8 type annotations.
TypeAnnotationAwareMetaDataProvider(ConstraintHelper, ParameterNameProvider, AnnotationProcessingOptions) - Constructor for class org.hibernate.validator.internal.metadata.provider.TypeAnnotationAwareMetaDataProvider
 
TypeCheck - Class in org.hibernate.validator.ap.checks
Checks, that constraint annotations are only specified at elements of a type supported by the constraints.
TypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.TypeCheck
 
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.
TypeHelper - Class in org.hibernate.validator.internal.util
Provides utility methods for working with types.
TypeNames - Class in org.hibernate.validator.ap.util
Contains the fully-qualified names of types used by the annotation processor which are accessed only via the mirror API in order to avoid references to the actual class objects.
TypeNames() - Constructor for class org.hibernate.validator.ap.util.TypeNames
 
TypeNames.BeanValidationTypes - Class in org.hibernate.validator.ap.util
 
TypeNames.HibernateValidatorTypes - Class in org.hibernate.validator.ap.util
 
TypeNames.Java8DateTime - Class in org.hibernate.validator.ap.util
 
TypeNames.JodaTypes - Class in org.hibernate.validator.ap.util
 
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.
TypeResolutionHelper - Class in org.hibernate.validator.internal.util
Provides access to a shared instance of ClassMate's TypeResolver.
TypeResolutionHelper() - Constructor for class org.hibernate.validator.internal.util.TypeResolutionHelper
 
TypeResolverBasedValueUnwrapper<T> - Class in org.hibernate.validator.internal.engine.valuehandling
Base class for ValidatedValueUnwrappers based on ClassMate's type resolver.
TypeTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean type to which the next operations shall apply.

U

unableToCloseInputStream() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCloseXMLFileInputStream(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToCreateSchema(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unableToFindScriptEngine(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
unableToUseResourceBundleAggregation() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
unBoxedType(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the primitive type for a boxed type.
UnconstrainedEntityMetaDataSingleton<T> - Class in org.hibernate.validator.internal.metadata.aggregated
A dummy implementation of BeanMetaData used as a placeholder for unconstrained types.
unknownJvmVersion(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
unknownPropertyInExpressionLanguage(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
Unmarshal<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Unmarshals the given source.
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.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
 
Unwrapable<U extends Unwrapable<U>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to mark the underlying element as to be unwrapped prior to validation.
UnwrapMode - Enum in org.hibernate.validator.internal.engine.valuehandling
Determines how unwrapping of values should occur.
unwrapMode() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
unwrapMode() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Defines how the validated values needs to be treated in case there is a potential unrapper specified for its type
unwrapMode() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
unwrapMode() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
unwrapMode() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Defines how the validated values needs to be treated in case there is a potential unwrapper specified for its type
unwrapMode - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
unwrapMode() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
unwrapMode() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Determines how to handle unwrapping of validated values.
unwrapValidatedValue(boolean) - Method in interface org.hibernate.validator.cfg.context.Unwrapable
Configures explicitly the unwrapping mode of the current element (property, parameter etc.).
UnwrapValidatedValue - Annotation Type in org.hibernate.validator.valuehandling
When specified on properties (as represented by fields or property getters), parameters or executables, the value of the annotated element will be unwrapped from a container type prior to validation.
URL - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
URL - Annotation Type in org.hibernate.validator.constraints
Validates the annotated string is an 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.hv
Validate that the character sequence (e.g.
URLValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
USER_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
The name of the user-provided message bundle as defined in the specification.
usingConstraintFactory(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingContext() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns a context for validator configuration via options from the Bean Validation API as well as specific ones from Hibernate Validator.
usingContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
usingMessageInterpolator(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingParameterNameProvider(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingTraversableResolver(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingValidationProvider(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 

V

VALID - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
Marks the current element (property, parameter etc.) as cascadable.
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_HANDLERS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext
 
validatedConstructorCreatedInstanceMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedConstructorMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedMethodMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedObjectMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
validatedParameterArrayMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
ValidatedValueUnwrapper<T> - Class in org.hibernate.validator.spi.valuehandling
Implementations unwrap given elements prior to validation.
ValidatedValueUnwrapper() - Constructor for class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
 
validatedValueUnwrapperCannotBeCreated(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
VALIDATION_APPLIES_TO - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
ValidationBootstrapParameters - Class in org.hibernate.validator.internal.xml
 
ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
ValidationBootstrapParameters(BootstrapConfiguration, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
 
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 integrates Bean Validation with CDI.
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.
ValidationOrder.DefaultValidationOrder - Class in org.hibernate.validator.internal.engine.groups
 
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
 
ValidationProviderHelper - Class in org.hibernate.validator.internal.cdi
Provides functionality for dealing with validation provider types.
ValidationXmlParser - Class in org.hibernate.validator.internal.xml
Parser for validation.xml using JAXB.
ValidationXmlParser(ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.ValidationXmlParser
 
ValidatorBean - Class in org.hibernate.validator.internal.cdi
A Bean representing a Validator.
ValidatorBean(BeanManager, Bean<?>, ValidationProviderHelper) - 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
A Bean representing a ValidatorFactory.
ValidatorFactoryBean(BeanManager, ValidationProviderHelper) - 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, TimeProvider, TypeResolutionHelper, List<ValidatedValueUnwrapper<?>>, 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
 
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.
valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
Returns the enum constant of this type with the specified name.
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.EAN.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
Deprecated.
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.engine.messageinterpolation.InterpolationTermType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.internal.engine.valuehandling.UnwrapMode
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.ap.util.ConstraintHelper.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
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.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.EAN.Type
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.Mod11Check.ProcessingDirection
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
Deprecated.
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.engine.messageinterpolation.InterpolationTermType
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.engine.valuehandling.UnwrapMode
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.
VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for activating verbose message reporting.
version(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
Version - Class in org.hibernate.validator.internal.util
 
VoidMethodsMustNotBeReturnValueConstrained - Class in org.hibernate.validator.internal.metadata.aggregated.rule
Rule that ensures that void methods don't have any constraints or are marked as cascaded.
VoidMethodsMustNotBeReturnValueConstrained() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
 

W

weight(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 

X

XmlMappingParser - Class in org.hibernate.validator.internal.xml
XML parser for validation-mapping files.
XmlMappingParser(ConstraintHelper, ParameterNameProvider, ClassLoader) - 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>, ClassLoader) - Constructor for class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
Creates a new 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 W X 
Skip navigation links

Copyright © 2007-2017 Red Hat, Inc. All Rights Reserved