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

AbstractCachingScriptEvaluatorFactory - Class in org.hibernate.validator.spi.scripting
Basic cacheable factory responsible for the creation of ScriptEvaluators.
AbstractCachingScriptEvaluatorFactory() - Constructor for class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
 
AbstractClassCheck - Class in org.hibernate.validator.ap.internal.classchecks
Abstract base class for ClassCheck implementations.
AbstractClassCheck() - Constructor for class org.hibernate.validator.ap.internal.classchecks.AbstractClassCheck
 
AbstractConstrainedElement - Class in org.hibernate.validator.internal.metadata.raw
Base implementation of with functionality common to all ConstrainedElement implementations.
AbstractConstrainedElement(ConfigurationSource, ConstrainedElement.ConstrainedElementKind, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
AbstractConstraintCheck - Class in org.hibernate.validator.ap.internal.checks
Abstract base class for ConstraintCheck implementations.
AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.internal.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<?>>, Set<MetaConstraint<?>>, boolean, boolean) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
AbstractDecimalMaxValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
AbstractDecimalMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
 
AbstractDecimalMinValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
AbstractDecimalMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
AbstractElementVisitor<T,V> - Class in org.hibernate.validator.ap.internal
An abstract ElementVisitor that should be used for implementation of any other element visitors.
AbstractElementVisitor(MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.AbstractElementVisitor
 
AbstractEmailValidator<A extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.constraintvalidators
Checks that a given character sequence (e.g.
AbstractEmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.AbstractEmailValidator
 
AbstractEpochBasedTimeValidator<C extends java.lang.annotation.Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
Base class for all time validators that use an epoch to be compared to the time reference.
AbstractEpochBasedTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
 
AbstractFutureEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Base class for all @Future validators that use an epoch to be compared to the time reference.
AbstractFutureEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
 
AbstractFutureInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Base class for all @Future validators that use an Instant to be compared to the time reference.
AbstractFutureInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
 
AbstractFutureJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Base class for all @Future validators that are based on the java.time package.
AbstractFutureJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
 
AbstractFutureOrPresentEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Base class for all @FutureOrPresent validators that use an epoch to be compared to the time reference.
AbstractFutureOrPresentEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
 
AbstractFutureOrPresentInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Base class for all @FutureOrPresent validators that use an Instant to be compared to the time reference.
AbstractFutureOrPresentInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
 
AbstractFutureOrPresentJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Base class for all @FutureOrPresent validators that are based on the java.time package.
AbstractFutureOrPresentJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
 
AbstractInstantBasedTimeValidator<C extends java.lang.annotation.Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
Base class for all time validators that use an Instant to be compared to the time reference.
AbstractInstantBasedTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
 
AbstractJavaTimeValidator<C extends java.lang.annotation.Annotation,T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
Base class for all time validators that are based on the java.time package.
AbstractJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
 
AbstractMaxValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
AbstractMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
 
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.
AbstractMethodOverrideCheck - Class in org.hibernate.validator.ap.internal.classchecks
Abstract base class for ClassCheck implementations that check overridden methods.
AbstractMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
 
AbstractMinValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
AbstractMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
AbstractPastEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Base class for all @Past validators that use an epoch to be compared to the time reference.
AbstractPastEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
 
AbstractPastInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Base class for all @Past validators that use an Instant to be compared to the time reference.
AbstractPastInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
 
AbstractPastJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Base class for all @Past validators that are based on the java.time package.
AbstractPastJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
 
AbstractPastOrPresentEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Base class for all @PastOrPresent validators that use an epoch to be compared to the time reference.
AbstractPastOrPresentEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
 
AbstractPastOrPresentInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Base class for all @PastOrPresent validators that use an Instant to be compared to the time reference.
AbstractPastOrPresentInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
 
AbstractPastOrPresentJavaTimeValidator<T extends java.time.temporal.TemporalAccessor & java.lang.Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Base class for all @PastOrPresent validators that are based on the java.time package.
AbstractPastOrPresentJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
 
AbstractScriptAssertValidator<A extends java.lang.annotation.Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.hv
 
AbstractScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
AbstractStaxBuilder - Class in org.hibernate.validator.internal.xml
Other Stax xml builders should extend from this one.
AbstractStaxBuilder() - Constructor for class org.hibernate.validator.internal.xml.AbstractStaxBuilder
 
accept(XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
Checks if the given XMLEvent is a StartElement and if the corresponding xml tag can be processed based on a tag name.
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.
ACCESS_PRIVATE_MEMBERS - Static variable in class org.hibernate.validator.HibernateValidatorPermission
 
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.GetAnnotationAttribute
 
action(Annotation) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
 
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(MethodHandles.Lookup, Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
action(ClassLoader, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
 
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(String, ClassLoader, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
in some cases, the TCCL has been overridden so we need to pass it explicitly.
action(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
action(ClassLoader, Class<T>, InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
 
action(ClassLoader, Class<?>[], InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
 
action(SchemaFactory, URL) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
action(ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
 
adaptConstraints(ConstrainedElement, Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Allows specific sub-classes to customize the retrieved constraints.
adaptConstraints(ConstrainedElement, Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
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
 
add(XMLEventReader, XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
 
addAll(Collection<? extends Object>) - Method in class org.hibernate.validator.internal.util.IdentitySet
 
addAllMappings(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
addAnnotationAsParameter(String, AnnotationDef<?, ?>) - Method in class org.hibernate.validator.cfg.AnnotationDef
 
addBeanNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addConfigProperty(String, String) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
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.
addContainerElementNode(String) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addELResolver(ELResolver) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
addExpressionVariable(String, Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Allows to set an additional expression variable which will be available as an EL variable during interpolation.
addExpressionVariable(String, Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
addingValueExtractor(Class<? extends ValueExtractor<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
additionalTags(String...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
Deprecated.
 
additionalTags(SafeHtmlDef.TagDef, SafeHtmlDef.TagDef...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
Deprecated.
Whitelists additional tags.
additionalTagsWithAttributes(SafeHtml.Tag...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
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.config.ValidationBootstrapParameters
 
addMessageParameter(String, Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Allows to set an additional named parameter which can be interpolated in the constraint violation message.
addMessageParameter(String, Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
addOverriddenMethod(ExecutableElement, ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree.Builder
 
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.AnnotationDef
 
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
 
addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
Add additional cascading metadata when: the element is marked with @Valid, the runtime type of the element is container based (e.g.
addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
addValueExtractor(ValueExtractor<?>) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
addValueExtractorDescriptor(ValueExtractorDescriptor) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.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
 
ALLOW_MULTIPLE_CASCADED_VALIDATION_ON_RESULT - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
ALLOW_PARAMETER_CONSTRAINT_OVERRIDE - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException.
allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException.
allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException.
allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException.
allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException.
allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException.
allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
andMakeAccessible(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
Before using this method, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS permission against the security manager.
andMakeAccessible(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
Before using this method, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS permission against the security manager.
andMakeAccessible(MethodHandles.Lookup, Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
Before using this method on arbitrary classes, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS permission against the security manager, if the calling class exposes the handle to clients.
AnnotatedObject - Class in org.hibernate.validator.internal.engine.valueextraction
A pseudo type variable used to express that the annotated element itself (e.g.
annotatedObject(Type, boolean, Map<TypeVariable<?>, CascadingMetaDataBuilder>, Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
annotationApiHelper - Variable in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
AnnotationApiHelper - Class in org.hibernate.validator.ap.internal.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.internal.util.AnnotationApiHelper
 
AnnotationApiHelper.UnwrapMode - Enum in org.hibernate.validator.ap.internal.util
 
AnnotationDef<C extends AnnotationDef<C,A>,A extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.cfg
Base class for all annotation definition types.
AnnotationDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.AnnotationDef
 
AnnotationDef(AnnotationDef<?, A>) - Constructor for class org.hibernate.validator.cfg.AnnotationDef
 
AnnotationDefaultMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the default annotation message parameter is valid and gives a warning otherwise.
AnnotationDefaultMessageCheck(AnnotationApiHelper, Elements) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
 
AnnotationDescriptor<A extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.util.annotation
Encapsulates the data you need to create an annotation.
AnnotationDescriptor(A) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
AnnotationDescriptor(AnnotationDescriptor<A>) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
AnnotationDescriptor.Builder<S extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.util.annotation
 
AnnotationFactory - Class in org.hibernate.validator.internal.util.annotation
Creates live annotations (actually AnnotationProxy instances) from AnnotationDescriptors.
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.
AnnotationMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
A base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.
AnnotationMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
 
AnnotationMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
MetaDataProvider which reads the metadata from annotations which is the default configuration source.
AnnotationMetaDataProvider(ConstraintHelper, TypeResolutionHelper, ValueExtractorManager, AnnotationProcessingOptions) - Constructor for class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
AnnotationParametersAbstractCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that parameters used on annotation are valid.
AnnotationParametersAbstractCheck(AnnotationApiHelper, String...) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
AnnotationParametersDecimalMinMaxCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.DecimalMin and javax.validation.constraints.DecimalMax annotations are valid.
AnnotationParametersDecimalMinMaxCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
 
AnnotationParametersDigitsCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Digits annotations are valid.
AnnotationParametersDigitsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDigitsCheck
 
AnnotationParametersGroupsCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the groups parameter of any constraint annotation contains only interfaces.
AnnotationParametersGroupsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
 
AnnotationParametersPatternCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Pattern annotations are valid.
AnnotationParametersPatternCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersPatternCheck
 
AnnotationParametersScriptAssertCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the parameters used on org.hibernate.validator.constraints.ScriptAssert annotations are valid.
AnnotationParametersScriptAssertCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersScriptAssertCheck
 
AnnotationParametersSizeLengthCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Size and org.hibernate.validator.constraints.Length annotations are valid.
AnnotationParametersSizeLengthCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersSizeLengthCheck
 
AnnotationPayloadUnwrappingCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that payload only contains one value for unwrapping - either Unwrapping.Unwrap or Unwrapping.Skip
AnnotationPayloadUnwrappingCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
 
AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
Deprecated.
Since 6.0. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
AnnotationProcessingOptions - Interface in org.hibernate.validator.internal.metadata.core
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
AnnotationProcessingOptionsImpl - Class in org.hibernate.validator.internal.metadata.core
An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
AnnotationProcessingOptionsImpl() - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
AnnotationProcessingOptionsImpl.ExecutableParameterKey - Class in org.hibernate.validator.internal.metadata.core
 
AnnotationTypeCheck - Class in org.hibernate.validator.ap.internal.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.internal.checks.AnnotationTypeCheck
 
AnnotationTypeMemberCheck - Class in org.hibernate.validator.ap.internal.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.internal.checks.AnnotationTypeMemberCheck
 
annotationTypeMustBeAnnotatedWithConstraint() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
annotationTypeMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
AnnotationUserMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.
AnnotationUserMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
 
append(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
appendNode(Cascadable) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
appendNode(ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
appendTo(PathImpl) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Appends this cascadable element to the given path.
appendTo(ExecutableParameterNameProvider, PathImpl) - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Appends a node representing this location to the given property path.
appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
appendToToken(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
appendTypeParameterNode(String) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
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
 
ArrayElement - Class in org.hibernate.validator.internal.engine.valueextraction
A pseudo type variable which is used to represent constraints applied to the elements of an array.
ArrayElement(AnnotatedArrayType) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
ArrayElement(Type) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
ArrayOfClassesObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display array of class names in log messages.
ArrayOfClassesObjectFormatter(Class<?>[]) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ArrayOfClassesObjectFormatter
 
as(Class<T>) - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
as(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
asContainerElementTypeDescriptors(Set<MetaConstraint<?>>, CascadingMetaData, boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
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.internal.util.TypeNames.BeanValidationTypes
 
ASSERT_TRUE - Static variable in class org.hibernate.validator.ap.internal.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.DefaultGroupValidationOrder
 
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
 
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
 
assertNotEmpty(Collection<?>, String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(Collection<?>, String, Object...) - 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
 
assertTrue(boolean, String, Object...) - 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.internal.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
 
asTreeSet(T...) - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
 
AttributeDef(String, String, String...) - Constructor for class org.hibernate.validator.cfg.defs.SafeHtmlDef.AttributeDef
Deprecated.
 
attributes(String, String...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef.TagDef
Deprecated.
 
attributes(SafeHtmlDef.AttributeDef, SafeHtmlDef.AttributeDef...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef.TagDef
Deprecated.
 

B

baseURI(String) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
Deprecated.
 
BEAN_META_DATA_CLASS_NORMALIZER - Static variable in class org.hibernate.validator.cdi.spi.BeanNames
 
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.
beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Allows to set a BeanMetaDataClassNormalizer that will be used to normalize the class before accessing the metadata.
beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
BeanMetaDataClassNormalizer - Interface in org.hibernate.validator.metadata
Define how the validated class is normalized before being used as the key to get the bean metadata.
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, TypeResolutionHelper, ExecutableParameterNameProvider, ValueExtractorManager, BeanMetaDataClassNormalizer, ValidationOrderGenerator, List<MetaDataProvider>, MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
BeanNames - Class in org.hibernate.validator.cdi.spi
 
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.internal.util.TypeNames.BeanValidationTypes
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.cdi.ValidationExtension
Used to register the method validation interceptor binding annotation.
BEGIN_TERM - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.util.InterpolationHelper
 
boxedType(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the corresponding auto-boxed type if given a primitive type.
boxedType(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the corresponding auto-boxed type if given a primitive type.
build() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree.Builder
 
build() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
build(ValueExtractorManager, Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.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
 
build() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable.Builder
 
build() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
build() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
Builder(ExecutableElement) - Constructor for class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree.Builder
 
Builder() - Constructor for class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
Builder(MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
Builder(Class<?>, ConstrainedExecutable, ConstraintHelper, ExecutableHelper, TypeResolutionHelper, ValueExtractorManager, ExecutableParameterNameProvider, MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
 
Builder(ValueExtractorManager, Field, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
 
Builder(ValueExtractorManager, Method, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.Builder
 
Builder(Class<?>, ConstrainedParameter, ConstraintHelper, TypeResolutionHelper, ValueExtractorManager, ExecutableParameterNameProvider) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
Builder(Class<?>, ConstrainedField, ConstraintHelper, TypeResolutionHelper, ValueExtractorManager) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedType, ConstraintHelper, TypeResolutionHelper, ValueExtractorManager) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedExecutable, ConstraintHelper, TypeResolutionHelper, ValueExtractorManager) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<S>) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
Builder(Class<S>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
Builder(S) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
Builder(Class<S>) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
Builder(Class<S>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
Builder(S) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.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.
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
calculateModXCheckWithWeights(List<Integer>, int, int, int...) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo moduloParam checksum with given weights.
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
Verify that this check class can process such annotation.
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
 
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.
Cascadable.Builder - Interface in org.hibernate.validator.internal.metadata.facets
 
CascadingMetaData - Interface in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the cascading validation metadata.
CascadingMetaDataBuilder - Class in org.hibernate.validator.internal.metadata.aggregated
A temporary data structure used to build CascadingMetaData.
CascadingMetaDataBuilder(Type, TypeVariable<?>, boolean, Map<TypeVariable<?>, CascadingMetaDataBuilder>, Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
cascadingMetaDataBuilder - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AnnotationTypeCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AnnotationTypeMemberCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.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.internal.checks.ConstraintValidatorCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.CrossParameterConstraintCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.MixDirectAndListAnnotationCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.RetentionPolicyCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TargetCheck
 
checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Checks whether the given annotation type (which must be a constraint annotation type) may be specified at elements of the specified type.
checkCrossParameterTypes(DeclaredType) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Check that a constraint has at most one cross-parameter validator that resolves to Object or Object[].
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
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.internal.checks.AbstractConstraintCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given field.
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.StaticCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
 
checkMessage(String) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
Verifies that message passed as parameter is valid (passes a regexp check).
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given method.
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.GetterCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.MethodAnnotationCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.StaticCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
 
checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractClassCheck
 
checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
 
checkMethod(ExecutableElement) - Method in interface org.hibernate.validator.ap.internal.classchecks.ClassCheck
Checks whether the given method is written correctly.
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
Performs the check of a method.
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
 
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.ReturnValueMethodOverrideCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.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.internal.checks.GroupSequenceProviderCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
 
classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
ClassCheck - Interface in org.hibernate.validator.ap.internal.classchecks
Implementations represent checks that determine whether a given class is implemented correctly.
ClassCheckFactory - Class in org.hibernate.validator.ap.internal.classchecks
A factory class that provides a collection of ClassChecks based on the type of the element we need to check.
ClassCheckFactory(Types, Elements, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
 
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.
classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
ClassObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display class names in log messages.
ClassObjectFormatter(Class<?>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ClassObjectFormatter
 
ClassVisitor - Class in org.hibernate.validator.ap.internal
An ElementVisitor that visits methods of classes and interfaces and applies different checks to them.
ClassVisitor(ProcessingEnvironment, MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.ClassVisitor
 
clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
clear() - Method in class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
 
clear() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
clear() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
 
clear() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
clear() - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
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
 
clear() - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
 
clear() - Method in interface org.hibernate.validator.spi.scripting.ScriptEvaluatorFactory
Clear the state of the factory.
clockProvider(ClockProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
close() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
close() - Method in class org.hibernate.validator.internal.xml.CloseIgnoringInputStream
 
CloseIgnoringInputStream - Class in org.hibernate.validator.internal.xml
HV-1025 - On some JVMs (eg the IBM JVM) the JAXB implementation closes the underlying input stream.
CloseIgnoringInputStream(InputStream) - Constructor for class org.hibernate.validator.internal.xml.CloseIgnoringInputStream
 
CNPJ - Annotation Type in org.hibernate.validator.constraints.br
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
CNPJ.List - Annotation Type in org.hibernate.validator.constraints.br
Defines several @CNPJ annotations on the same element.
CNPJDef - Class in org.hibernate.validator.cfg.defs.br
 
CNPJDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CNPJDef
 
CNPJValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.br
 
CNPJValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
 
CODE_POINT_LENGTH - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
CodePointLength - Annotation Type in org.hibernate.validator.constraints
Validate that the code point length of a character sequence is between min and max included.
CodePointLength.List - Annotation Type in org.hibernate.validator.constraints
Defines several @CodePointLength annotations on the same element.
CodePointLength.NormalizationStrategy - Enum in org.hibernate.validator.constraints
Strategy for normalization.
CodePointLengthDef - Class in org.hibernate.validator.cfg.defs
Constraint definition for CodePointLength.
CodePointLengthDef() - Constructor for class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
CodePointLengthValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Check that the code point length of a character sequence is between min and max.
CodePointLengthValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.CodePointLengthValidator
 
CollectionHelper - Class in org.hibernate.validator.ap.internal.util
Provides some methods for simplified collection instantiation.
CollectionHelper - Class in org.hibernate.validator.internal.util
Provides some methods for simplified collection instantiation.
CollectionOfClassesObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display collection of class names in log messages.
CollectionOfClassesObjectFormatter(Collection<? extends Class<?>>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter
 
CollectionOfObjectsToStringFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display collections of objects using toString() in log messages.
CollectionOfObjectsToStringFormatter(Collection<?>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.CollectionOfObjectsToStringFormatter
 
compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
 
compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
 
compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigDecimal
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigInteger
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForFloat
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForNumber
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigDecimal
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigInteger
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForDouble
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForFloat
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForNumber
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigInteger
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForDouble
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForFloat
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForLong
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForNumber
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigDecimal
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigInteger
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForDouble
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForFloat
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForLong
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForNumber
 
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.internal.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.internal.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.
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 its parameters or return value.
ConstrainedExecutable(ConfigurationSource, Executable, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Creates a new executable meta data object for a parameter-less executable.
ConstrainedExecutable(ConfigurationSource, Executable, List<ConstrainedParameter>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - 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, Field, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - 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, Executable, Type, int) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
ConstrainedParameter(ConfigurationSource, Executable, Type, int, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - 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, Class<?>, 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.internal.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.ContainerElementConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
CONSTRAINT_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Deprecated.
planned for removal. Use hibernate.validator.constraint_mapping_contributors instead.
CONSTRAINT_MAPPING_CONTRIBUTORS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property for configuring constraint mapping contributors, allowing to set up one or more constraint mappings for the default validator factory.
CONSTRAINT_TARGET - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
ConstraintAnnotationDescriptor<A extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.util.annotation
 
ConstraintAnnotationDescriptor(A) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
ConstraintAnnotationDescriptor(AnnotationDescriptor<A>) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
ConstraintAnnotationDescriptor.Builder<S extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.util.annotation
 
ConstraintAnnotationVisitor - Class in org.hibernate.validator.ap.internal
An ElementVisitor that visits annotated elements (type declarations, methods and fields) and applies different ConstraintChecks to them.
ConstraintAnnotationVisitor(ProcessingEnvironment, MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
 
ConstraintCheck - Interface in org.hibernate.validator.ap.internal.checks
Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.
ConstraintCheckFactory - Class in org.hibernate.validator.ap.internal.checks
A factory in charge of determining the ConstraintChecks required for the validation of annotations at given elements.
ConstraintCheckFactory(Types, Elements, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.internal.checks.ConstraintCheckFactory
 
ConstraintCheckIssue - Class in org.hibernate.validator.ap.internal.checks
The result of the execution of a ConstraintCheck.
ConstraintCheckIssue(Element, AnnotationMirror, ConstraintCheckIssue.IssueKind, String, Object...) - Constructor for class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue.
ConstraintCheckIssue.IssueKind - Enum in org.hibernate.validator.ap.internal.checks
 
ConstraintChecks - Interface in org.hibernate.validator.ap.internal.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 java.lang.annotation.Annotation> - Class in org.hibernate.validator.cfg
Base class for all constraint definition types.
ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
Starts defining ConstraintValidators to be executed for the specified constraint (i.e.
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
Selects the constraint (i.e.
constraintDefinition(Class<A>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
ConstraintDefinitionContext<A extends java.lang.annotation.Annotation> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constraint (i.e.
ConstraintDefinitionContext.ConstraintValidatorDefinitionContext<A extends java.lang.annotation.Annotation,T> - Interface in org.hibernate.validator.cfg.context
Allows to specify a validation implementation for the given constraint and data type using a Lambda expression or method reference.
ConstraintDefinitionContext.ValidationCallable<T> - Interface in org.hibernate.validator.cfg.context
Callable implementing a validation routine.
ConstraintDefinitionContribution<A extends java.lang.annotation.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<ConstraintValidatorDescriptor<A>>, boolean) - Constructor for class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
ConstraintDefinitionTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint definition creational context which allows to select the constraint (annotation type) to which the next operations shall apply.
ConstraintDescriptorImpl<T extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a single constraint (including its composing constraints).
ConstraintDescriptorImpl(ConstraintHelper, Member, ConstraintAnnotationDescriptor<T>, ElementType, Class<?>, ConstraintOrigin, ConstraintDescriptorImpl.ConstraintType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Member, ConstraintAnnotationDescriptor<T>, ElementType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Member, ConstraintAnnotationDescriptor<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 - Variable in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
 
ConstraintHelper - Class in org.hibernate.validator.ap.internal.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.internal.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.AnnotationProcessorConstraintTarget - Enum in org.hibernate.validator.ap.internal.util
The validation target of a constraint annotation.
ConstraintHelper.AnnotationProcessorValidationTarget - Enum in org.hibernate.validator.ap.internal.util
Defines the object on which a validation is targeted.
ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.internal.util
The type of an annotation with respect to the BV API.
ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.internal.util
Possible results of a constraint check as returned by ConstraintHelper.checkConstraint(DeclaredType, TypeMirror).
ConstraintLocation - Interface in org.hibernate.validator.internal.metadata.location
Represents the location (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.
ConstraintMappingTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to start a new constraint mapping or definition.
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 java.lang.annotation.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>, Type) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
CONSTRAINTVALIDATION - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
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.internal.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.internal.checks.ConstraintValidatorCheck
 
ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
ConstraintValidatorContextImpl(List<String>, ClockProvider, PathImpl, ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
ConstraintValidatorDescriptor<A extends java.lang.annotation.Annotation> - Interface in org.hibernate.validator.internal.engine.constraintvalidation
Represents a specific validator (either based on an implementation of ConstraintValidator or given as a Lambda expression/method reference.
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, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
Creates a new ConstraintValidatorManager.
constraintValidatorPayload(Object) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Allows to set a payload which will be passed to the constraint validators.
constraintValidatorPayload(Object) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define a payload passed to the constraint validators.
constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
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>, Map<String, Object>, 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.ContainerElementConstraintMappingContextImpl
 
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 select the bean constructor to which the next operations shall apply.
ContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
An aggregated view of the cascading validation metadata for containers.
ContainerElementConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.
ContainerElementConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
 
ContainerElementNode - Interface in org.hibernate.validator.path
Node representing a container element, providing Hibernate Validator specific functionality.
ContainerElementTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to select a type argument or the component type of the (return) type of the current property, parameter or method as target for the next operations.
containerElementType() - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
Selects the single type argument of the current element's generic type as the target for the next operations.
containerElementType(int, int...) - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
Selects the single type argument of the current element's generic type as the target for the next operations.
containerElementType() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
containerElementType(int, int...) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
ContainerElementTypeDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
 
ContainerElementTypeDescriptorImpl(Type, Class<?>, Integer, Set<ConstraintDescriptorImpl<?>>, Set<ContainerElementTypeDescriptor>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
 
ContainerElementTypePath - Class in org.hibernate.validator.internal.xml.mapping
The path to a container element type.
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
 
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 interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
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.NonContainerCascadingMetaData
 
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
CPF - Annotation Type in org.hibernate.validator.constraints.br
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
CPF.List - Annotation Type in org.hibernate.validator.constraints.br
Defines several @CPF annotations on the same element.
CPFDef - Class in org.hibernate.validator.cfg.defs.br
 
CPFDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CPFDef
 
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.cdi.internal.ValidatorBean
 
create(CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
create(TypeResolutionHelper, ValueExtractorManager, ConstraintDescriptorImpl<A>, ConstraintLocation) - Static method in class org.hibernate.validator.internal.metadata.core.MetaConstraints
 
create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.internal.util.annotation.AnnotationFactory
 
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 class org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintMappingContributor
 
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
 
createContainerElementNode(String, NodeImpl) - 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
 
createNewScriptEvaluator(String) - Method in class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
 
createNewScriptEvaluator(String) - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
Creates a new script evaluator for the given language.
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
 
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
 
CROSS_PARAMETER_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.
CrossParameterConstraintCheck - Class in org.hibernate.validator.ap.internal.checks
Checks that a cross-parameter constraint is defined correctly with reference to the specifications.
CrossParameterConstraintCheck(AnnotationApiHelper, ConstraintHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.CrossParameterConstraintCheck
 
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 select the cross-parameter element of a method or constructor as target of the next operations.
CURRENCY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
Currency - Annotation Type in org.hibernate.validator.constraints
The MonetaryAmount has to be in the right CurrencyUnit.
Currency.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Currency annotations on the same element.
CurrencyDef - Class in org.hibernate.validator.cfg.defs
 
CurrencyDef() - Constructor for class org.hibernate.validator.cfg.defs.CurrencyDef
 
CurrencyValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the validated MonetaryAmount is in the right CurrencyUnit.
CurrencyValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
 

D

days(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
days(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
decapitalize(String) - Static method in class org.hibernate.validator.ap.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.
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.internal.util.TypeNames.BeanValidationTypes
 
DECIMAL_MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMaxValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigDecimal
 
DecimalMaxValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigInteger
 
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
 
DecimalMaxValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
 
DecimalMaxValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForFloat
 
DecimalMaxValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
 
DecimalMaxValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the monetary amount being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
 
DecimalMaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
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.number.bound.decimal.DecimalMaxValidatorForNumber
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DecimalMinValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigDecimal
 
DecimalMinValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigInteger
 
DecimalMinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv
Check that the character sequence (e.g.
DecimalMinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
DecimalMinValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForDouble
 
DecimalMinValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForFloat
 
DecimalMinValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
 
DecimalMinValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMinValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
 
DecimalMinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the number being validated is greater than or equal to the minimum value specified.
DecimalMinValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.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.internal.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 - Static variable in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
A ValidationOrder which contains a single group, Default.
DEFAULT_GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.internal.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.
DefaultBeanMetaDataClassNormalizer - Class in org.hibernate.validator.internal.metadata
The default implementation of BeanMetaDataClassNormalizer.
DefaultBeanMetaDataClassNormalizer() - Constructor for class org.hibernate.validator.internal.metadata.DefaultBeanMetaDataClassNormalizer
 
DefaultClockProvider - Class in org.hibernate.validator.internal.engine
A default ClockProvider implementation which returns the current system time in the default time zone using Clock.systemDefaultZone().
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
 
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 obtained from the Java reflection API as mandated by the BV specification.
DefaultParameterNameProvider() - Constructor for class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
DefaultScriptEvaluatorFactory - Class in org.hibernate.validator.internal.engine.scripting
Factory responsible for the creation of JSR 223 based ScriptEngineScriptEvaluators.
DefaultScriptEvaluatorFactory(ClassLoader) - Constructor for class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
 
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
descriptor - Variable in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
The constraint descriptor for the constraint represented by this constraint tree.
destroy() - Method in class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
 
destroy(Validator, CreationalContext<Validator>) - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
destroy(ValidatorFactory, CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
DestructibleBeanInstance<T> - Class in org.hibernate.validator.cdi.internal
 
DestructibleBeanInstance(BeanManager, Class<T>) - Constructor for class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
 
DestructibleBeanInstance(BeanManager, T) - Constructor for class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
 
determineUnwrapMode(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Checks the annotation's payload for unwrapping option (javax.validation.valueextraction.Unwrapping.Unwrap, javax.validation.valueextraction.Unwrapping.Skip) of constraint.
DIAGNOSTIC_KIND_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.internal.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.internal.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 validated 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
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
Method which actually performs the validation of the annotation parameters.
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDigitsCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersPatternCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersScriptAssertCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersSizeLengthCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.GroupSequenceCheck
 
DomainNameUtil - Class in org.hibernate.validator.internal.util
 
DURATION_MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
DURATION_MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
DurationFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display durations in log messages.
DurationFormatter(Duration) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.DurationFormatter
 
DurationMax - Annotation Type in org.hibernate.validator.constraints.time
The annotated Duration element must be shorter than or equal to the one constructed as a sum of DurationMax.nanos(), DurationMax.millis(), DurationMax.seconds(), DurationMax.minutes(), DurationMax.hours(), DurationMax.days().
DurationMax.List - Annotation Type in org.hibernate.validator.constraints.time
Defines several @DurationMax annotations on the same element.
DurationMaxDef - Class in org.hibernate.validator.cfg.defs
 
DurationMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMaxDef
 
DurationMaxValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.time
Checks that a validated Duration length is shorter than or equal to the one specified with the annotation.
DurationMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
 
DurationMin - Annotation Type in org.hibernate.validator.constraints.time
The annotated Duration element must be longer than or equal to the one constructed as a sum of DurationMin.nanos(), DurationMin.millis(), DurationMin.seconds(), DurationMin.minutes(), DurationMin.hours(), DurationMin.days().
DurationMin.List - Annotation Type in org.hibernate.validator.constraints.time
Defines several @DurationMin annotations on the same element.
DurationMinDef - Class in org.hibernate.validator.cfg.defs
 
DurationMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMinDef
 
DurationMinValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.time
Checks that a validated Duration length is longer than or equal to the one specified with the annotation.
DurationMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
 

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 @EAN 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.util.InterpolationHelper
 
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, ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.ElTermResolver
Construct the resolver.
EMAIL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
EMAIL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
Email - Annotation Type in org.hibernate.validator.constraints
Deprecated.
use the standard Email constraint instead
Email.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
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.bv
Checks that a given character sequence (e.g.
EmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
 
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
 
ENABLE_TRAVERSABLE_RESOLVER_RESULT_CACHE - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
enableTraversableResolverResultCache(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether the per validation call caching of TraversableResolver results is enabled.
enableTraversableResolverResultCache(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether the per validation call caching of TraversableResolver results is enabled.
enableTraversableResolverResultCache(boolean) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
enableTraversableResolverResultCache(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
END_TERM - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.util.InterpolationHelper
 
endIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
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.internal.checks.ConstraintCheckIssue
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
IMPORTANT - some behaviour of Validator depends on the correct implementation of this equals method! (HF)
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.MethodValidationConfiguration
 
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.engine.valueextraction.ArrayElement
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor.Key
 
equals(Object) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
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.FieldConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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.util.annotation.AnnotationDescriptor
 
equals(Object) - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
Equality is based on identity of the delegate.
equals(Object) - Method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
 
error(Element, AnnotationMirror, String, Object...) - Static method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue of error kind (ConstraintCheckIssue.IssueKind.ERROR).
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.util.InterpolationHelper
 
escapedScript - Variable in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
EscapedState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
 
EscapedState(ParserState) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
 
escapeMessageParameter(String) - Static method in class org.hibernate.validator.internal.engine.messageinterpolation.util.InterpolationHelper
 
evaluate(String, Map<String, Object>) - Method in class org.hibernate.validator.spi.scripting.ScriptEngineScriptEvaluator
Executes the given script, using the given variable bindings.
evaluate(String, Map<String, Object>) - Method in interface org.hibernate.validator.spi.scripting.ScriptEvaluator
Evaluates a script expression and returns the result of this evaluation.
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
 
ExecutableFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display executables in log messages.
ExecutableFormatter(Executable) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ExecutableFormatter
 
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
 
ExecutableParameterNameProvider - Class in org.hibernate.validator.internal.util
Allows to obtain parameter names from Executables in a uniform fashion.
ExecutableParameterNameProvider(ParameterNameProvider) - Constructor for class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
execute(Element, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.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.internal.checks.MultiValuedChecks
 
execute(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.SingleValuedChecks
 
execute(Element) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractClassCheck
 
execute(Element) - Method in interface org.hibernate.validator.ap.internal.classchecks.ClassCheck
Run all checks on the element.
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
 
extractConstraintType(Class<? extends ConstraintValidator<?, ?>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
extractConstraintValidatorTypeArgumentType(Class<? extends ConstraintValidator<?, ?>>, int) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
extractDigit(char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
Returns the numeric int value of a char
extractValidatedType(Class<? extends ConstraintValidator<?, ?>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
extractValues(ValueExtractorDescriptor, Object, ValueExtractor.ValueReceiver) - Static method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper
 

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
 
FieldCascadable - Class in org.hibernate.validator.internal.metadata.aggregated
A Cascadable backed by a field of a Java bean.
FieldCascadable.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
 
FieldConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Field constraint location.
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.internal.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...).
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
 
findTypeAnnotationConstraints(Field) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for fields.
findTypeAnnotationConstraints(Executable, AnnotatedType) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for method return values.
findTypeAnnotationConstraintsForExecutableParameter(Executable, int, AnnotatedType) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for parameters.
findValidatorDescriptors(Class<A>, ValidationTarget) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Returns those validator descriptors for the given constraint annotation matching the given target.
FINITE_VALUE - Static variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
 
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>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forClass(Class<? extends ConstraintValidator<A, ?>>, Class<? extends Annotation>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
 
forClass(Class<?>) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forCrossParameter(Executable) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forDefaultProvider(ValidatorFactory) - Static method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
 
forExecutables() - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
 
forField(Field) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forGetter(Method) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Create a new GetterConstraintLocation for the given getter method.
forGetter(Class<?>, Method) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Create a new GetterConstraintLocation for the given declaring class and getter method.
forHibernateValidator() - Static method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
 
forLambda(Class<A>, Type, ConstraintDefinitionContext.ValidationCallable<T>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
 
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
 
forParameter(Executable, int) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forParameterValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object[], Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forReturnValue(Executable) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forReturnValueValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType, Object, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forTypeArgument(ConstraintLocation, TypeVariable<?>, Type) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forValidate(BeanMetaData<T>, T) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateParameters(ExecutableParameterNameProvider, BeanMetaData<T>, T, Executable, Object[]) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateProperty(BeanMetaData<T>, T) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateReturnValue(BeanMetaData<T>, T, Executable, Object) - Method in class org.hibernate.validator.internal.engine.ValidationContext.ValidationContextBuilder
 
forValidateValue(BeanMetaData<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.internal.util.TypeNames.BeanValidationTypes
 
FUTURE_OR_PRESENT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
FutureDef - Class in org.hibernate.validator.cfg.defs
 
FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 
FutureOrPresentDef - Class in org.hibernate.validator.cfg.defs
 
FutureOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureOrPresentDef
 
FutureOrPresentValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.util.Calendar passed to be validated is in the future.
FutureOrPresentValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForCalendar
 
FutureOrPresentValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.util.Date passed to be validated is in the future.
FutureOrPresentValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForDate
 
FutureOrPresentValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.chrono.HijrahDate passed is in the future.
FutureOrPresentValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForHijrahDate
 
FutureOrPresentValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.Instant passed is in the future.
FutureOrPresentValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForInstant
 
FutureOrPresentValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.chrono.JapaneseDate passed is in the future.
FutureOrPresentValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForJapaneseDate
 
FutureOrPresentValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.LocalDate passed is in the future.
FutureOrPresentValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDate
 
FutureOrPresentValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.LocalDateTime passed is in the future.
FutureOrPresentValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDateTime
 
FutureOrPresentValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.LocalTime passed is in the future.
FutureOrPresentValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalTime
 
FutureOrPresentValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.chrono.MinguoDate passed is in the future.
FutureOrPresentValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMinguoDate
 
FutureOrPresentValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.MonthDay passed is in the future.
FutureOrPresentValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMonthDay
 
FutureOrPresentValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.OffsetDateTime passed is in the future.
FutureOrPresentValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetDateTime
 
FutureOrPresentValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.OffsetTime passed is in the future.
FutureOrPresentValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetTime
 
FutureOrPresentValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the future.
FutureOrPresentValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadableInstant
 
FutureOrPresentValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the future.
FutureOrPresentValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadablePartial
 
FutureOrPresentValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.chrono.ThaiBuddhistDate passed is in the future.
FutureOrPresentValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForThaiBuddhistDate
 
FutureOrPresentValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.Year passed is in the future.
FutureOrPresentValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYear
 
FutureOrPresentValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.YearMonth passed is in the future.
FutureOrPresentValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYearMonth
 
FutureOrPresentValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Check that the java.time.ZonedDateTime passed is in the future.
FutureOrPresentValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForZonedDateTime
 
FutureValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.future.FutureValidatorForCalendar
 
FutureValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.future.FutureValidatorForDate
 
FutureValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.chrono.HijrahDate passed is in the future.
FutureValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForHijrahDate
 
FutureValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.Instant passed is in the future.
FutureValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForInstant
 
FutureValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.chrono.JapaneseDate passed is in the future.
FutureValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForJapaneseDate
 
FutureValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.LocalDate passed is in the future.
FutureValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDate
 
FutureValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.LocalDateTime passed is in the future.
FutureValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDateTime
 
FutureValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.LocalTime passed is in the future.
FutureValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalTime
 
FutureValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.chrono.MinguoDate passed is in the future.
FutureValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMinguoDate
 
FutureValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.MonthDay passed is in the future.
FutureValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMonthDay
 
FutureValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.OffsetDateTime passed is in the future.
FutureValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetDateTime
 
FutureValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.OffsetTime passed is in the future.
FutureValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetTime
 
FutureValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.future.FutureValidatorForReadableInstant
 
FutureValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.future.FutureValidatorForReadablePartial
 
FutureValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.chrono.ThaiBuddhistDate passed is in the future.
FutureValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForThaiBuddhistDate
 
FutureValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.Year passed is in the future.
FutureValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYear
 
FutureValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.YearMonth passed is in the future.
FutureValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYearMonth
 
FutureValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Check that the java.time.ZonedDateTime passed is in the future.
FutureValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForZonedDateTime
 

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 java.lang.annotation.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.
getAcceptableQName() - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
 
getActualTypeParameter(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
getAllConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getAllMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
Returns a set containing all the methods of the hierarchy.
getAllMethods(Class<?>) - Static method in class org.hibernate.validator.cdi.internal.InheritedMethodsHelper
Get a list of all methods which the given class declares, implements, overrides or inherits.
getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
Returns meta data for all parameters of the represented executable.
getAllValidatorDescriptors(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 XML configuration and programmatically registered validators (see ConstraintMapping.constraintDefinition(Class)). The result is cached internally.
getAnnotatedBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getAnnotatedBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotation() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Returns the given annotation mirror's array-typed annotation value with the given name.
GetAnnotationAttribute<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
GetAnnotationAttributes - Class in org.hibernate.validator.internal.util.privilegedactions
 
getAnnotationDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotationDoesNotContainAParameterException(Class<? extends Annotation>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getAnnotationMirror() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
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.mapping.MappingXmlParser
 
getAnnotations() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getAnnotations() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.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.internal.util.AnnotationApiHelper
Returns the annotation value of the given annotation mirror with the given name.
getAnnotationValueOrDefault(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Returns the annotation value of the given annotation mirror with the given name or its default value if it was not specified.
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
 
getAttribute(String, Class<T>) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getAttribute(String) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAttributes() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getBaseType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getBaseType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getBeanClass() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getBeanClass() - Method in class org.hibernate.validator.cdi.internal.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.raw.BeanConfiguration
 
getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
 
getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassHasAlreadyBeenConfiguredInXmlException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
 
getBeanConfiguration(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
Returns a bean configuration for the given type or null if this provider has no meta-data on the given type.
getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
 
getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 
getBeanConfigurations(ConstraintHelper, TypeResolutionHelper, ValueExtractorManager) - 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
 
getBeanDoesNotContainConstructorException(Class<?>, Class<?>[]) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainMethodException(Class<?>, String, Class<?>[]) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainTheFieldException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanDoesNotContainThePropertyException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
getBeanMetaDataClassNormalizer() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getBootstrapConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(Class<? extends Annotation>, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
Returns the cascadables of this property, if any.
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
 
getCascadables() - Method in interface org.hibernate.validator.internal.metadata.facets.Validatable
Returns the cascaded elements of this validatable, e.g.
getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getCascadableType() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the data type of this cascadable, e.g.
getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getCascadingMetaData() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns cascading metadata of this cascadable element.
getCascadingMetaDataBuilder() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getCascadingMetaDataBuilder() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns the cascading metadata (e.g.
getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getClassChecks(Element) - Method in class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
Provides a collections of checks to be performed on a given element.
getClassFromType(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Converts the given Type to a Class.
getClassHierarchy() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getClassHierarchy() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
GetClassLoader - Class in org.hibernate.validator.internal.util.privilegedactions
 
getClock() - Method in class org.hibernate.validator.internal.engine.DefaultClockProvider
 
getClockProvider() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
Returns the provider for obtaining the current time in the form of a Clock, e.g.
getClockProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
getCollectionElementType(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Determines the type of the elements of an Iterable, array or the value of a Map.
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(Class<? extends Annotation>, Class<? extends Annotation>, 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.config.ValidationBootstrapParameters
 
getConfiguredRuleSet() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
Return an unmodifiable Set of MethodConfigurationRule that are to be enforced based on the configuration.
getConfiguredTypes() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
getConstrainedConstructors() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
 
getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
 
getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
 
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.mapping.MappingXmlParser
 
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.internal.checks.ConstraintCheckFactory
Returns those checks that have to be performed to validate the given annotation at the given element.
getConstraintDefinitionContributions() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
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
 
getConstraintHasAlreadyBeenConfiguredViaProgrammaticApiException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraints() - Method in class org.hibernate.validator.internal.metadata.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.ContainerElementConstraintMappingContextImpl
 
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
 
getConstraintValidatorDefinitionConstraintMismatchException(Class<? extends ConstraintValidator<?, ?>>, Class<? extends Annotation>, Type) - 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.config.ValidationBootstrapParameters
 
getConstraintValidatorFactoryMustNotReturnNullException(Class<? extends ConstraintValidator<?, ?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getConstraintValidatorPayload(Class<C>) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Returns an instance of the specified type or null if the current constraint validator payload isn't of the given type.
getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getConstraintValidatorPayload(Class<C>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
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(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructorIsDefinedTwiceInMappingXmlForBeanException(Constructor<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstructors() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getContainerClass() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getContainerClass() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getContainerClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
 
getContainerClass() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getContainerClass(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
getContainerElementConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
getContainerElementConstraintsAndCascadedValidationNotSupportedOnArraysException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getContainerElementsConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getContainerElementType(Type, TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
getContainerElementTypeHasAlreadyBeenConfiguredViaProgrammaticApiException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation, ContainerElementTypePath) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getContainerElementTypesCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getContainerElementTypesCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getContainerType() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
getCreationOfScriptExecutorFailedException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintHasNoValidatorException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnClassException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnFieldException(Class<? extends Annotation>, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation>, Executable) - 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(Class<?>, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCurrentBean() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentBeanMetaData() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentBeanType() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentGroup() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentValidatable() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.ValueContext
Returns the current value to be validated.
getCurrentValueState() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getCyclicDependencyInGroupsDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
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.
getDeclaredContainerClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getDeclaredContainerClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
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.
GetDeclaredMethodHandle - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the declared method with the specified name and parameter types in the form of a MethodHandle or null if it does not exist or cannot be accessed.
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.internal.util.AnnotationApiHelper
Returns the DeclaredType for the given class name.
getDeclaredTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getDeclaredTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getDeclaredTypeParameterIndex() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getDeclaringClass() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the class hosting this location.
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getDeclaringType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getDefault() - Static method in class org.hibernate.validator.internal.engine.resolver.TraversableResolvers
Initializes and returns the default TraversableResolver depending on the environment.
getDefaultClockProvider() - 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
 
getDefaultConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getDefaultGroupSequence(T) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Get the composition of the default group sequence.
getDefaultGroupSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getDefaultGroupSequence() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultGroupSequenceProvider() - 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
 
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.mapping.MappingXmlParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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 an iterator over the default validation group sequence as configured through @GroupSequence/@DefaultGroupSequenceProvider.
getDefaultValidationSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getDefaultValueExtractors() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Returns the default ValueExtractor implementations as per the specification.
getDefaultValueExtractors() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getDefaultValueExtractors() - Static method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
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.internal.util.MessagerAdapter
Returns the messager used by this adapter.
getDelegate() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getDelegate() - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
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.internal.util.Configuration
Returns the diagnosticKind to be used when reporting failing constraint checks.
getDirectConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
getDirectConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
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
 
getDuplicateDefinitionsOfValueExtractorException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getDynamicPayload(Class<C>) - Method in interface org.hibernate.validator.engine.HibernateConstraintViolation
 
getDynamicPayload() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getDynamicPayload(Class<C>) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
Returns the temporal validation tolerance to apply.
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
Returns the temporal validation tolerance to apply.
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
Returns the temporal validation tolerance to apply.
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
 
getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
 
getElement() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
getElementClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
 
getElementType() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
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(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
 
getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
getEmptyElementOnlySupportedWhenCharSequenceIsExpectedExpection() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getEnclosingType() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getEnclosingType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getEnclosingTypeElementQualifiedName(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
Find a String representation of qualified name (Name) of corresponding TypeElement that contains a given ExecutableElement.
getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getEpochMillis(T, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
Returns the millisecond based instant measured from Epoch.
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadableInstant
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadablePartial
 
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadableInstant
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadablePartial
 
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadableInstant
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadablePartial
 
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadableInstant
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadablePartial
 
getErasedReferenceType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
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
 
getErrorExecutingScriptException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorParsingMappingFileException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getErrorWhileExtractingValuesInValueExtractorException(Class<? extends ValueExtractor>, 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
 
getExecutable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getExecutableAsString(String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
Returns a string representation of an executable with the given name and parameter types in the form {@code ( ...
getExecutableMetaData() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getExecutableParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
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
 
getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getExpressionVariables() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getExternalClassLoader() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getExtractedType() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
getExtractedTypeParameter() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
getExtractedValueOnTypeParameterOfContainerTypeMayNotDefineTypeAttributeException(Class<? extends ValueExtractor>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getFailFast() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getFeatureDescriptors(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
getField() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
 
getFields() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getFrom() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
 
getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGenericDeclaration() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getGenericDeclaration() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getGroupConversionDescriptors() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
getGroupConversionForSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupConversionOnNonCascadingElementException(Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
 
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
 
getGroupHasToBeAnInterfaceException(Class<?>) - 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.DefaultGroupValidationOrder
 
getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
 
getGroupIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getGroupList() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getGroups() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getGroups() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
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.cdi.internal.ValidatorBean
 
getId() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getImplicitConstraintTargetInAmbiguousConfigurationException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(Class<?>, Collection<Class<? extends ValueExtractor>>) - 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, Class<?>) - 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.location.ParameterConstraintLocation
 
getIndex() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getIndexedValue(Object, int) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Tries to retrieve the indexed value from the specified object.
getInitializedConstraintValidator(ValidationContext<T>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getInstance(Types, Elements, ConstraintHelper) - Static method in class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
 
getInstance() - Method in class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
 
getInstance(Class<T>) - Method in class org.hibernate.validator.cdi.internal.InjectingConstraintValidatorFactory
 
getInstance(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
 
getInstance(ConstraintHelper, ExecutableHelper, TypeResolutionHelper, ValueExtractorManager, ExecutableParameterNameProvider, ValidationOrderGenerator, Class<T>, MethodValidationConfiguration) - Static method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
 
GetInstancesFromServiceLoader<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getInstant(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
Returns the Instant measured from Epoch.
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForCalendar
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForDate
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForCalendar
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForDate
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForCalendar
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForDate
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForCalendar
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForDate
 
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(Executable, 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(Executable, 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, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidPropertyPathException(Class<?>, 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
 
getInvalidTypeArgumentIndexException(Type, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidUnwrappingConfigurationForConstraintException(Member, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getIsDefinedTwiceInMappingXmlForBeanException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getIsNotAnAnnotationException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getJavaClass() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getJavaMember() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedConstructor
 
getJavaMember() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedMethod
 
getKey() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getKey() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getKind() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
getKind() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getKind() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
Returns the kind of this meta data object.
getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
 
getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
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(BeanMetaDataManager, ExecutableParameterNameProvider, T, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(ExecutableParameterNameProvider, T, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(BeanMetaDataManager, ExecutableParameterNameProvider, Class<T>, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocalExecutionContext(ExecutableParameterNameProvider, Class<T>, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
 
getLocation() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getMandatoryAttribute(String, Class<T>) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
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.config.ValidationBootstrapParameters
 
getMappingStreams() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getMatchingConstraintValidatorDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
Return all constraint validator descriptors (either generic or cross-parameter) which are registered for the constraint of this descriptor.
getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMaximallySpecificAndContainerElementCompliantValueExtractor(Class<?>, TypeVariable<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to find the maximally specific and container element compliant value extractor based on the declared type and the type parameter.
getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor(Type, TypeVariable<?>, Class<?>, Collection<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
Used to find the maximally specific and container element compliant value extractor based on the runtime type.
getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor(Type, TypeVariable<?>, Class<?>, Collection<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to find the maximally specific and container element compliant value extractor based on the runtime type.
getMaximallySpecificValueExtractorForAllContainerElements(Class<?>, Set<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to determine if the passed runtime type is a container and if so return a corresponding maximally specific value extractor.
getMaximallySpecificValueExtractors(Class<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to find all the maximally specific value extractors based on a declared type in the case of value unwrapping.
getMember() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the member represented by this location.
getMember() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getMember() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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
 
getMessage() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
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.config.ValidationBootstrapParameters
 
getMessageKey() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
getMessageParameters() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
getMessageParameters() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getMessageParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMessageParameters() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getMessageParameters() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getMessageTemplate() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
getMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(String) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns constraint-related meta data for the given property of this bean.
getMetaDataFor(Executable) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
Returns the constraint-related metadata for the given executable of the class represented by this bean metadata.
getMetaDataFor(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
getMetaDataFor(Executable) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
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(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodIsDefinedTwiceInMappingXmlForBeanException(Method, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodOrConstructorNotDefinedByValidatedTypeException(Class<?>, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodParameterNames() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Executable, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethods() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the methods of the specified class (include inherited methods).
getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Executable, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodValidationConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
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.internal.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.internal.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.internal.util.AnnotationApiHelper
Returns a TypeMirror for the given class.
getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMixingImplicitWithOtherExecutableTypesException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMoreThanOneValidatorFoundForTypeException(Type, Collection<Type>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleCrossParameterValidatorClassesException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleGroupConversionsForSameSourceException(Class<?>, Collection<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMultipleValidatorsForSameTypeException(Class<? extends Annotation>, Type, Class<? extends ConstraintValidator<?, ?>>, Class<? extends ConstraintValidator<?, ?>>) - 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.cdi.internal.ValidatorBean
 
getName() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getName() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getName() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getName() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
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
 
getNestedParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoTypeArgumentIndexIsGivenForTypeWithMultipleTypeArgumentsException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoUnwrapperFoundForTypeException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValidatorFoundForTypeException(Class<? extends Annotation>, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueExtractorFoundForTypeException(Class<?>, TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueExtractorFoundForTypeException(Type, TypeVariable<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueExtractorFoundForUnwrapException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNoValueProvidedForAnnotationAttributeException(String, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOnlyUnboundWildcardTypeArgumentsSupportedForContainerTypeOfValueExtractorException(Class<? extends ValueExtractor>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOriginalMessageDescriptor() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
 
getOuterDelegate() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getOverriddenMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
Returns a set containing all the overridden methods.
getOverridingConstraintDefinitionsInMultipleMappingFilesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParallelDefinitionsOfValueExtractorsException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterConfigurationAlteredInSubTypeException(Executable, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterConstraintsDefinedInMethodsFromParallelTypesException(Executable, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Executable, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getParameterIsNotAValidCallException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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.config.ValidationBootstrapParameters
 
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(Executable) - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
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
Deprecated.
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
Deprecated.
 
getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameters() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(Class<? extends Annotation>, 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
 
getParameterTypesDoNotMatchException(Class<?>, Type, int, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.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
 
getPayload() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
getPotentialValueExtractorCandidatesForCascadedValidation(Type) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to determine the value extractors which potentially could be applied to the runtime type of a given declared type.
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
 
getPropertyHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
 
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getPropertyName() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
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
 
getPropertyNotDefinedByValidatedTypeException(Class<?>, String) - 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.MessageInterpolatorContext
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getPropertyPath() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getPropertyPathMustProvideIndexOrMapKeyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
getProviderClass() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
getQualifiers() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getQualifiers() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
Returns an object of the validated type corresponding to the current time reference as provided by the ClockProvider.
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForHijrahDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForInstant
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForJapaneseDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMinguoDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMonthDay
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForThaiBuddhistDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYear
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYearMonth
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForZonedDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForHijrahDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForInstant
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForJapaneseDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMinguoDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMonthDay
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForThaiBuddhistDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYear
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYearMonth
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForZonedDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForHijrahDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForInstant
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForJapaneseDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMinguoDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMonthDay
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForThaiBuddhistDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYear
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYearMonth
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForZonedDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForHijrahDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForInstant
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForJapaneseDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMinguoDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMonthDay
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetDateTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetTime
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForThaiBuddhistDate
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYear
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYearMonth
 
getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForZonedDateTime
 
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.
getResolver() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
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).
getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getReturnValueIsNotAValidCallException() - 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
 
getRootBeanMetaData() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getRootBeanType() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
Returns the currently validated root bean type.
getSchema(String) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
Returns the XML schema identified by the given resource name.
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.cdi.internal.ValidatorBean
 
getScope() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
Retrieves a script executor for the given language.
getScriptEvaluatorByLanguageName(String) - Method in interface org.hibernate.validator.spi.scripting.ScriptEvaluatorFactory
Retrieves a script evaluator ScriptEvaluator for the given language.
getScriptEvaluatorFactory() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns the factory responsible for creating ScriptEvaluators used to evaluate script expressions of ScriptAssert and ParameterScriptAssert constraints.
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getScriptEvaluatorForLanguage(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
Returns a ScriptEvaluator created by the ScriptEvaluatorFactory passed at bootstrap.
getScriptEvaluatorForLanguage(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
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.DefaultGroupValidationOrder
 
getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
 
getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
 
getSignature(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
 
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(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getSource() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns the configuration source contributing this constrained element.
getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getStereotypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getStereotypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
getSupportedValidationTargets(DeclaredType) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Returns the set of AnnotationProcessorValidationTarget supported by the given constraint annotation type.
getTemporalValidationTolerance() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
Returns the temporal validation tolerance i.e.
getTemporalValidationTolerance() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns the temporal validation tolerance i.e.
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
GetterCascadable - Class in org.hibernate.validator.internal.metadata.aggregated
A Cascadable backed by a property getter of a Java bean.
GetterCascadable.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
 
GetterCheck - Class in org.hibernate.validator.ap.internal.checks
Checks whether a given element is a valid getter method.
GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.internal.checks.GetterCheck
 
GetterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Getter method constraint location.
getThis() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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
 
getTopLevelMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
Returns a set containing all the top level overridden methods.
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.config.ValidationBootstrapParameters
 
getTreatCheckAsIsNotADigitNorALetterException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTryingToInstantiateAnnotationWithUnknownAttributesException(Class<? extends Annotation>, 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 class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getTypeArgumentConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
getTypeArgumentConstraints() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
Returns the type argument constraints of this element, if any.
getTypeArgumentIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getTypeArgumentIndex() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
 
getTypeClosure() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
getTypeClosure() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
getTypeForValidatorResolution() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the type to be used when resolving constraint validators for constraints at this location.
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getTypeIsNotAParameterizedNorArrayTypeException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeNotSupportedForUnwrappingException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getTypeParameter() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getTypeParameterIndex(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
getTypeParameterName(Class<?>, int) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
getTypeResolver() - Method in class org.hibernate.validator.internal.util.TypeResolutionHelper
 
getTypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getTypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
getTypeUtils() - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
 
getTypeVariableBindings(Class<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariableBindings
Returns the bindings for all the type variables from the given type's hierarchy.
getUnableToAccessMemberException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToAccessMethodException(MethodHandles.Lookup, Class<?>, String, Object[], Throwable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToCastException(Object, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToConvertTypeToClassException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToCreateAnnotationDescriptor(Class<?>, Throwable) - 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
 
getUnableToFindAnnotationAttributeException(Class<? extends Annotation>, String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindAnnotationDefDeclaredMethods(Exception) - 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
 
getUnableToFindScriptEngineException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToFindTypeParameterInClass(Class<?>, Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetAnnotationAttributeException(Class<? extends Annotation>, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetCurrentTimeFromClockProvider(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(Class<?>, Collection<Class<? extends ValueExtractor>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInitializeConstraintValidatorException(Class<? extends ConstraintValidator>, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInitializeELExpressionFactoryException(Throwable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateClockProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateConstraintValidatorFactoryClassException(String, ValidationException) - 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
 
getUnableToInstantiateScriptEvaluatorFactoryClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateValueExtractorClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToLoadClassException(String, ClassLoader, 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(Class<?>, ElementKind, Class<?>) - 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
 
getUnableToParseTemporalValidationToleranceException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToParseValidationXmlFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToReachPropertyToValidateException(Object, Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnbalancedBeginEndParameterException(String, char) - 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
 
getUnwrappedToByDefault(Name) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
 
getUnwrappingOfConstraintDescriptorNotSupportedYetException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidatableParametersMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
getValidatedProperty() - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
getValidatedType() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
The data type validated by the represented validator (not the constraint annotation type).
getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getValidatedValueType() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
getValidateOnExecutionOnOverriddenOrInterfaceMethodException(Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getValidationAppliesTo() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
 
getValidationAppliesToParameterMustHaveDefaultValueImplicitException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidationContextBuilder(ConstraintValidatorManager, ConstraintValidatorFactory, ValidationContext.ValidatorScopedContext, TraversableResolver, HibernateConstraintValidatorInitializationContext) - 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.
getValidationTargets() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
The targets supported for validation by the represented validator.
getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getValidatorClass() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
The implementation type of the represented validator.
getValidatorDescriptors() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
Returns a list of constraint validator descriptors for the constraint type of this instance.
getValidatorFactoryScopedContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValidatorTypes(Class<A>, List<ConstraintValidatorDescriptor<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(Object, ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the value of this cacadable from the given parent.
getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Obtains the value of this location from the parent.
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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.ContainerElementNode
 
getValue() - Method in interface org.hibernate.validator.path.PropertyNode
 
getValueExtractor() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
getValueExtractorCandidates() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
getValueExtractorCandidatesForCascadedValidation(Type, TypeVariable<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to determine the value extractor candidates valid for a declared type and type variable.
getValueExtractorCandidatesForContainerDetectionOfGlobalCascadedValidation(Type) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
Used to determine the possible value extractors that can be applied to a declared type.
getValueExtractorDeclaresExtractedValueMultipleTimesException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValueExtractorDescriptors() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
getValueExtractorFailsToDeclareExtractedValueException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValueExtractorForTypeAndTypeUseAlreadyPresentException(ValueExtractor<?>, ValueExtractor<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getValueExtractors() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
getValueUnwrapping() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
 
getVoidMethodsMustNotBeConstrainedException(Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWeightCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
 
getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
 
getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.REGONValidator
 
getWrongAnnotationAttributeTypeException(Class<? extends Annotation>, String, Class<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongAttributeTypeForOverriddenConstraintException(Class<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getWrongDefaultGroupSequenceProviderTypeException(Class<?>) - 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
 
getWrongPayloadClassException(Class<?>) - 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.mapping.MappingXmlParser
 
GREATER_THAN - Static variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
 
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.internal.util.TypeNames.BeanValidationTypes
 
GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.internal.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.
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
 
GroupSequenceCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
Checks that the GroupSequence definition is valid.
GroupSequenceCheck(AnnotationApiHelper, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.GroupSequenceCheck
 
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.internal.checks
Checks that the GroupSequenceProvider annotation definition is valid.
GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.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.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.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.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.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.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
 
hasAttribute(String) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
hasCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
hasCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
hasCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
 
hasCascadables() - Method in interface org.hibernate.validator.internal.metadata.facets.Validatable
Returns true if this validatable has at least one cascadable element, false otherwise.
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.descriptor.ElementDescriptorImpl
 
hasContainerElementsMarkedForCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
hasContainerElementsMarkedForCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
hasGroupConversionsOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
hashCode() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
hashCode() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
 
hashCode() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
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.MethodValidationConfiguration
 
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.engine.valueextraction.ArrayElement
 
hashCode() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor.Key
 
hashCode() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
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.FieldConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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.util.annotation.AnnotationDescriptor
Calculates the hash code of this annotation descriptor as described in Annotation.hashCode().
hashCode() - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
hashCode() - Method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
 
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.
hasOverriddenMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
Checks if there are any overridden methods in the hierarchy.
hasParallelDefinitions() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
Checks if there are any parallel definitions of the method in the hierarchy.
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.
HibernateConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in org.hibernate.validator.constraintvalidation
Hibernate Validator specific extension to the ConstraintValidator contract.
HibernateConstraintValidatorContext - Interface in org.hibernate.validator.constraintvalidation
A custom ConstraintValidatorContext which allows to set additional message parameters for interpolation.
HibernateConstraintValidatorInitializationContext - Interface in org.hibernate.validator.constraintvalidation
Provides contextual data and operations when initializing a constraint validator.
HibernateConstraintValidatorInitializationContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
HibernateConstraintValidatorInitializationContextImpl(ScriptEvaluatorFactory, ClockProvider, Duration) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
HibernateConstraintViolation<T> - Interface in org.hibernate.validator.engine
A custom ConstraintViolation which allows to get additional information for a constraint violation.
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.
HibernateValidatorPermission - Class in org.hibernate.validator
Our specific implementation of BasicPermission as we cannot define additional RuntimePermission.
HibernateValidatorPermission(String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
 
HibernateValidatorPermission(String, String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
 
HibernateValidatorTypes() - Constructor for class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
hours(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
hours(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 

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
Deprecated.
Since 5.2. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
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
 
IgnoreForbiddenApisErrors - Annotation Type in org.hibernate.validator.internal
Annotation used to ignore forbidden apis errors.
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
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
 
Immutable - Annotation Type in org.hibernate.validator.internal.util.stereotypes
Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.
includeExisting() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
Whether or not the existing constraint validators should be kept or not.
includeExistingValidators(boolean) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Specifies whether validators already mapped to this constraint (i.e.
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
Incubating - Annotation Type in org.hibernate.validator
Marks the annotated element as incubating.
infinityCheck(Double, OptionalInt) - Static method in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
 
infinityCheck(Float, OptionalInt) - Static method in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
 
InfinityNumberComparatorHelper - Class in org.hibernate.validator.internal.constraintvalidators.bv.number
 
InheritedMethodsHelper - Class in org.hibernate.validator.cdi.internal
Deals with methods of types in inheritance hierarchies.
init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
initialize(ConstraintDescriptor<A>, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
Initializes the validator in preparation for ConstraintValidator.isValid(Object, ConstraintValidatorContext) calls.
initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMaxValidatorForCharSequence
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
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(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
 
initialize(Currency) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
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(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
 
initialize(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
 
initialize(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
 
initialize(String, String, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
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(CodePointLength) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.CodePointLengthValidator
 
initialize(EAN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
 
initialize(ISBN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ISBNValidator
 
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, int...) - 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(ConstraintDescriptor<ParameterScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
initialize(NIP) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
 
initialize(PESEL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
 
initialize(REGON) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.REGONValidator
 
initialize(SafeHtml) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
Deprecated.
 
initialize(ConstraintDescriptor<ScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
initialize(DurationMax) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
 
initialize(DurationMin) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
 
initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
InjectingConstraintValidatorFactory - Class in org.hibernate.validator.cdi.internal
A ConstraintValidatorFactory which enables CDI based dependency injection for the created ConstraintValidators.
InjectingConstraintValidatorFactory(BeanManager) - Constructor for class org.hibernate.validator.cdi.internal.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
 
INSTANCE - Static variable in class org.hibernate.validator.internal.engine.DefaultClockProvider
 
INSTANCE - Static variable in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
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
 
InterpolationHelper - Class in org.hibernate.validator.internal.engine.messageinterpolation.util
Utilities used for message interpolation.
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, ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
Create an interpolation term for an expression.
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
 
isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
 
isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
 
isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
 
isAlternative() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
isAlternative() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
isAnnotatedObject(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
isArray(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isArrayElement(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
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
 
ISBN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
ISBN - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid ISBN.
ISBN.List - Annotation Type in org.hibernate.validator.constraints
Defines several @ISBN annotations on the same element.
ISBN.Type - Enum in org.hibernate.validator.constraints
Defines the ISBN length.
ISBNDef - Class in org.hibernate.validator.cfg.defs
 
ISBNDef() - Constructor for class org.hibernate.validator.cfg.defs.ISBNDef
 
ISBNValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Checks that a given character sequence (e.g.
ISBNValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ISBNValidator
 
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.ContainerElementTypeDescriptorImpl
 
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.CascadingMetaData
 
isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
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.ContainerCascadingMetaData
 
isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
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
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
 
isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
 
isClass(TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Test if the given TypeMirror represents a class or not.
isCollection(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Indicates whether the given type represents a collection of elements or not (i.e.
isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.internal.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() - 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.internal.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
 
isContainer() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
isDefaultGroup() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
isDefaultProvider() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
Whether the given provider is the default provider or not.
isDefinedForOneGroupOnly() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
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.
isError() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
Determine if issue is an error
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(Executable) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Checks whether the given executable 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).
isHibernateValidator() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
Whether the given provider is Hibernate Validator or not.
isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isIndexable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Indicates if the type is considered indexable (ie is a List, an array or a Map).
isInIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
isInstance(Type, Object) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isInterface(TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Test if the given TypeMirror represents an interface or not.
isInternal(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
 
isIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
isIterable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isJdkAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
isList(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isMap(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
 
isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
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.cdi.internal.ValidatorBean
 
isNullable() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
isNullOrEmptyString(String) - Static method in class org.hibernate.validator.ap.internal.util.StringHelper
Indicates if the string is null or is empty ie only contains whitespaces.
isNullOrEmptyString(String) - Static method in class org.hibernate.validator.internal.util.StringHelper
Indicates if the string is null or is empty ie only contains whitespaces.
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.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.cdi.internal.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.
isSupportedForUnwrappingByDefault(Name) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
isUnboundWildcard(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isUnwrapByDefault() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
isValid(T) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ValidationCallable
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AbstractEmailValidator
 
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(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DecimalMinValidatorForCharSequence
 
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(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeOrZeroValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveOrZeroValidatorForMonetaryAmount
 
isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveValidatorForMonetaryAmount
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NotBlankValidator
Checks that the character sequence is not null nor empty after removing any leading or trailing whitespace.
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArray
Checks the array is not null and not empty.
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfBoolean
Checks the array is not null and not empty.
isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfByte
Checks the array is not null and not empty.
isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfChar
Checks the array is not null and not empty.
isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfDouble
Checks the array is not null and not empty.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfFloat
Checks the array is not null and not empty.
isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfInt
Checks the array is not null and not empty.
isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfLong
Checks the array is not null and not empty.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfShort
Checks the array is not null and not empty.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCharSequence
Checks the character sequence is not null and not empty.
isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCollection
Checks the collection is not null and not empty.
isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForMap
Checks the map is not null and not empty.
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(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
 
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
 
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigDecimal
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigInteger
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForDouble
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForFloat
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForInteger
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForLong
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForNumber
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForShort
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigDecimal
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigInteger
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForByte
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForDouble
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForFloat
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForLong
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForNumber
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigDecimal
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigInteger
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForDouble
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForFloat
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForInteger
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForLong
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForNumber
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForShort
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigDecimal
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigInteger
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForByte
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForDouble
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForFloat
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForInteger
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForLong
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForNumber
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForShort
 
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(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
Returns whether the result of the comparison between the validated value and the time reference is considered valid.
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
Returns whether the result of the comparison between the validated value and the time reference is considered valid.
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
Returns whether the result of the comparison between the validated value and the time reference is considered valid.
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
 
isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
 
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.CodePointLengthValidator
 
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.ISBNValidator
 
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
Deprecated.
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
isValid(Duration, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
 
isValid(Duration, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
 
isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.UniqueElementsValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
isValidDomainAddress(String) - Static method in class org.hibernate.validator.internal.util.DomainNameUtil
Checks validity of a domain name.
isValidEmailDomainAddress(String) - Static method in class org.hibernate.validator.internal.util.DomainNameUtil
Checks the validity of the domain name used in an email.
isVerbose() - Method in class org.hibernate.validator.ap.internal.util.Configuration
Whether logging information shall be put out in a verbose way or not.
isWarning() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
Determine if issue is a warning
ITERABLE_ELEMENT_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
iterableFromArray(Object) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
Builds an Iterable for a given array.
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
 
iteratorFromArray(Object) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
Builds an Iterator for a given array.

J

JavaMoneyTypes() - Constructor for class org.hibernate.validator.ap.internal.util.TypeNames.JavaMoneyTypes
 
JAVAX_VALIDATION - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
JAVAX_VALIDATION_CONSTRAINTS - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
JodaTypes() - Constructor for class org.hibernate.validator.ap.internal.util.TypeNames.JodaTypes
 
join(Object[], String) - Static method in class org.hibernate.validator.ap.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.ap.internal.util.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.
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 query the reachability of a property.
JPATraversableResolver() - Constructor for class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
 

K

keepLowestTypePerHierarchy(Set<TypeMirror>) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Returns a set containing the "lowest" type per hierarchy contained in the input set.
Key(Class<?>, TypeVariable<?>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor.Key
 
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.ParameterScriptAssertDef
 
lang(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
languageName - Variable in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
LENGTH - Static variable in class org.hibernate.validator.ap.internal.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
 
LESS_THAN - Static variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
 
LIST_ELEMENT_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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
 
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.
logConstraintValidatorPayload(Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
LoggerFactory - Class in org.hibernate.validator.internal.util.logging
 
logTemporalValidationTolerance(Duration) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
logUnableToLoadOrInstantiateJPAAwareResolver(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
logUnknownElementInXmlConfiguration(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
logValidatorFactoryScopedConfiguration(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
LUHN_CHECK - Static variable in class org.hibernate.validator.ap.internal.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.
LuhnCheckDef - Class in org.hibernate.validator.cfg.defs
 
LuhnCheckDef() - Constructor for class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
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(MethodHandles.Lookup) - 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
 
makeIterableAndSetIndex(NodeImpl, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
makeIterableAndSetMapKey(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
makeLeafNodeIterable() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
makeLeafNodeIterableAndSetIndex(Integer) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
makeLeafNodeIterableAndSetMapKey(Object) - 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
 
MAP_KEY_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
MAP_VALUE_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
MappingXmlParser - Class in org.hibernate.validator.internal.xml.mapping
XML parser for validation-mapping files.
MappingXmlParser(ConstraintHelper, TypeResolutionHelper, ValueExtractorManager, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
 
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
 
markCurrentPropertyAsIterableAndSetIndex(Integer) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
markCurrentPropertyAsIterableAndSetKey(Object) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
max(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
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
 
MaxValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
 
MaxValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigInteger
 
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
 
MaxValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForDouble
 
MaxValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForFloat
 
MaxValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForLong
 
MaxValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the monetary amount being validated is less than or equal to the maximum value specified.
MaxValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
 
MaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
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.number.bound.MaxValidatorForNumber
 
maxValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
 
maxValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
 
merge(CascadingMetaDataBuilder) - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
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.
mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
 
mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.Builder
 
mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable.Builder
 
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<?>, Path, Map<String, Object>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
messager - Variable in class org.hibernate.validator.ap.internal.AbstractElementVisitor
 
MessagerAdapter - Class in org.hibernate.validator.ap.internal.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.internal.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 java.lang.annotation.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.
MetaConstraints - Class in org.hibernate.validator.internal.metadata.core
Helper used to create MetaConstraints.
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, TypeResolutionHelper, ValueExtractorManager) - 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.
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.ContainerElementConstraintMappingContextImpl
 
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.internal.util.Configuration
The name of the processor option for allowing constraints at methods other than getter methods.
MethodAnnotationCheck - Class in org.hibernate.validator.ap.internal.checks
Checks whether a method is correctly annotated with a valid constraint involving the return type or the method parameters (cross-parameters).
MethodAnnotationCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.MethodAnnotationCheck
 
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.internal.util.Configuration
Whether method constraints are allowed at any method (true) or only getter methods (false).
MethodInheritanceTree - Class in org.hibernate.validator.ap.internal.classchecks
Represents an inheritance tree of overridden methods.
MethodInheritanceTree.Builder - Class in org.hibernate.validator.ap.internal.classchecks
 
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 select the bean method to which the next operations shall apply.
MethodValidated - Annotation Type in org.hibernate.validator.cdi.internal.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.
MethodValidationConfiguration - Class in org.hibernate.validator.internal.engine
These properties modify the behavior of the Validator with respect to the Bean Validation specification section 5.6.5.
MethodValidationConfiguration.Builder - Class in org.hibernate.validator.internal.engine
 
millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
min(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
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
 
minutes(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
minutes(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
MinValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigDecimal
 
MinValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigInteger
 
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
 
MinValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForDouble
 
MinValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForFloat
 
MinValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForLong
 
MinValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated is less than or equal to the maximum value specified.
MinValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
 
MinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
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.number.bound.MinValidatorForNumber
 
minValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
minValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
MixDirectAndListAnnotationCheck - Class in org.hibernate.validator.ap.internal.checks
Checks, that there is no mixed usage of direct annotation and its list container.
MixDirectAndListAnnotationCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.MixDirectAndListAnnotationCheck
 
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.internal.util.TypeNames.HibernateValidatorTypes
 
MOD_11_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
MOD_CHECK - Static variable in class org.hibernate.validator.ap.internal.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.
MONETARY_AMOUNT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.JavaMoneyTypes
 
multiplier(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
MultiValuedChecks - Class in org.hibernate.validator.ap.internal.checks
A ConstraintChecks implementation that executes the contained checks against all parts of given multi-valued annotations.
MultiValuedChecks(ConstraintHelper, ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.internal.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

nanos(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
nanos(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
There can be situations in which no checks should be performed.
needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
 
needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.ReturnValueMethodOverrideCheck
 
NEGATIVE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
NEGATIVE_OR_ZERO - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
NegativeDef - Class in org.hibernate.validator.cfg.defs
 
NegativeDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeDef
 
NegativeOrZeroDef - Class in org.hibernate.validator.cfg.defs
 
NegativeOrZeroDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeOrZeroDef
 
NegativeOrZeroValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigDecimal
 
NegativeOrZeroValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigInteger
 
NegativeOrZeroValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
 
NegativeOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForDouble
 
NegativeOrZeroValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForFloat
 
NegativeOrZeroValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForInteger
 
NegativeOrZeroValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForLong
 
NegativeOrZeroValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated positive.
NegativeOrZeroValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeOrZeroValidatorForMonetaryAmount
 
NegativeOrZeroValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForNumber
 
NegativeOrZeroValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeOrZeroValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForShort
 
NegativeValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigDecimal
 
NegativeValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigInteger
 
NegativeValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForByte
 
NegativeValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForDouble
 
NegativeValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForFloat
 
NegativeValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
 
NegativeValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForLong
 
NegativeValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated positive.
NegativeValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeValidatorForMonetaryAmount
 
NegativeValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForNumber
 
NegativeValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
 
nestedContainerElementContexts - Variable in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
Contexts for configuring nested container elements, if any.
newArrayList() - Static method in class org.hibernate.validator.ap.internal.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.internal.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashMap(Map<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Iterable<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newInstance(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
Creates a new instance of the represented implementation type.
NewInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute instance creation as privileged action.
NewProxyInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
Execute proxy creation as privileged action.
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
 
newTreeSet() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
 
nextInterpolationTerm() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
 
NIP - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a NIP number (9-digit Polish VAT identification number).
NIP.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @NIP annotations on the same element.
NIP_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
NIPDef - Class in org.hibernate.validator.cfg.defs.pl
 
NIPDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.NIPDef
 
NIPValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
Validator for NIP.
NIPValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
 
NodeImpl - Class in org.hibernate.validator.internal.engine.path
Immutable implementation of a Path.Node.
nonCascading() - Static method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
NonContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
A simplified view of the cascading validation metadata for an element that does not contain any container element cascading.
normalizationStrategy(CodePointLength.NormalizationStrategy) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
normalize(CharSequence) - Method in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Normalize a specified character sequence.
normalize(Class<T>) - Method in class org.hibernate.validator.internal.metadata.DefaultBeanMetaDataClassNormalizer
 
normalize(Class<T>) - Method in interface org.hibernate.validator.metadata.BeanMetaDataClassNormalizer
Normalizes the provided class as the key used to get the bean metadata from the BeanMetaDataManager.
NOT_BLANK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
NOT_BLANK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
NOT_EMPTY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
NOT_EMPTY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
NOT_NULL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
NotBlank - Annotation Type in org.hibernate.validator.constraints
Deprecated.
use the standard NotBlank constraint instead
NotBlank.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
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.bv
Check that a character sequence is not null nor empty after removing any leading or trailing whitespace.
NotBlankValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.NotBlankValidator
 
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
Deprecated.
use the standard NotEmpty constraint instead
NotEmpty.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
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
 
NotEmptyValidatorForArray - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
Check that the array is not null and not empty.
NotEmptyValidatorForArray() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArray
 
NotEmptyValidatorForArraysOfBoolean - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfBoolean
 
NotEmptyValidatorForArraysOfByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfByte
 
NotEmptyValidatorForArraysOfChar - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfChar
 
NotEmptyValidatorForArraysOfDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfDouble
 
NotEmptyValidatorForArraysOfFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfFloat
 
NotEmptyValidatorForArraysOfInt - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfInt
 
NotEmptyValidatorForArraysOfLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfLong
 
NotEmptyValidatorForArraysOfShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
 
NotEmptyValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfShort
 
NotEmptyValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
Check that the character sequence is not null and its length is strictly superior to 0.
NotEmptyValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCharSequence
 
NotEmptyValidatorForCollection - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
Check that the collection is not null and not empty.
NotEmptyValidatorForCollection() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCollection
 
NotEmptyValidatorForMap - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
Check that the map is not null and not empty.
NotEmptyValidatorForMap() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForMap
 
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.internal.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
 

O

ObjectArrayFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display arrays of objects in log messages.
ObjectArrayFormatter(Object[]) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ObjectArrayFormatter
 
of(Name) - Static method in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
 
of(ConstraintDescriptorImpl<U>, Type) - Static method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
of(HibernateConstraintValidatorInitializationContextImpl, ScriptEvaluatorFactory, ClockProvider, Duration) - Static method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
of(ValueExtractorManager, CascadingMetaDataBuilder, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
of(Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
 
of(CascadingMetaDataBuilder, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
of(CascadingMetaDataBuilder, Set<ValueExtractorDescriptor>, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
of(ContainerElementTypePath, Integer) - Static method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
 
OPTIONAL_DOUBLE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
 
OPTIONAL_INT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
 
OPTIONAL_LONG - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
 
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.internal - package org.hibernate.validator.ap.internal
 
org.hibernate.validator.ap.internal.checks - package org.hibernate.validator.ap.internal.checks
This package contains check implementations used by the annotation processor to verify constraint declarations.
org.hibernate.validator.ap.internal.checks.annotationparameters - package org.hibernate.validator.ap.internal.checks.annotationparameters
 
org.hibernate.validator.ap.internal.classchecks - package org.hibernate.validator.ap.internal.classchecks
 
org.hibernate.validator.ap.internal.util - package org.hibernate.validator.ap.internal.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.cdi.internal - package org.hibernate.validator.cdi.internal
Classes for enabling Bean Validation CDI integration.
org.hibernate.validator.cdi.internal.interceptor - package org.hibernate.validator.cdi.internal.interceptor
Classes for enabling Bean Validation method validation via a CDI interceptor.
org.hibernate.validator.cdi.spi - package org.hibernate.validator.cdi.spi
 
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.cfg.defs.br - package org.hibernate.validator.cfg.defs.br
Brazil specific constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.cfg.defs.pl - package org.hibernate.validator.cfg.defs.pl
Poland specific 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.constraints.pl - package org.hibernate.validator.constraints.pl
Hibernate Validator Polish constraints.
org.hibernate.validator.constraints.time - package org.hibernate.validator.constraints.time
Hibernate Validator Duration 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.engine - package org.hibernate.validator.engine
 
org.hibernate.validator.group - package org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.internal - package org.hibernate.validator.internal
 
org.hibernate.validator.internal.cfg.context - package org.hibernate.validator.internal.cfg.context
Creational context implementations of the API for programmatic constraint definition.
org.hibernate.validator.internal.constraintvalidators - package org.hibernate.validator.internal.constraintvalidators
 
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.money - package org.hibernate.validator.internal.constraintvalidators.bv.money
 
org.hibernate.validator.internal.constraintvalidators.bv.notempty - package org.hibernate.validator.internal.constraintvalidators.bv.notempty
Implementations of the Bean Validation NotEmpty constraint.
org.hibernate.validator.internal.constraintvalidators.bv.number - package org.hibernate.validator.internal.constraintvalidators.bv.number
Contains ConstraintValidator implementations for various number constraints.
org.hibernate.validator.internal.constraintvalidators.bv.number.bound - package org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Contains ConstraintValidator implementations for min and max constraints for numbers.
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal - package org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Contains ConstraintValidator implementations for DecimalMin and DecimalMax constraints.
org.hibernate.validator.internal.constraintvalidators.bv.number.sign - package org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Contains ConstraintValidator implementations for Positive, PositiveOrZero, Negative and NegativeOrZero constraints.
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.bv.time - package org.hibernate.validator.internal.constraintvalidators.bv.time
Constraint validator implementations of the Bean Validation time related constraints.
org.hibernate.validator.internal.constraintvalidators.bv.time.future - package org.hibernate.validator.internal.constraintvalidators.bv.time.future
Constraint validator implementations of the Bean Validation Future constraint.
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent - package org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Constraint validator implementations of the Bean Validation FutureOrPresent constraint.
org.hibernate.validator.internal.constraintvalidators.bv.time.past - package org.hibernate.validator.internal.constraintvalidators.bv.time.past
Constraint validator implementations of the Bean Validation Past constraint.
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent - package org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Constraint validator implementations of the Bean Validation PastOrPresent 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.constraintvalidators.hv.pl - package org.hibernate.validator.internal.constraintvalidators.hv.pl
 
org.hibernate.validator.internal.constraintvalidators.hv.time - package org.hibernate.validator.internal.constraintvalidators.hv.time
 
org.hibernate.validator.internal.engine - package org.hibernate.validator.internal.engine
Implementations for the core interfaces of JSR-380.
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.messageinterpolation.util - package org.hibernate.validator.internal.engine.messageinterpolation.util
 
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.scripting - package org.hibernate.validator.internal.engine.scripting
Classes related to the evaluation of script with the JSR 223 ScriptEngine.
org.hibernate.validator.internal.engine.valueextraction - package org.hibernate.validator.internal.engine.valueextraction
 
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.annotation - package org.hibernate.validator.internal.util.annotation
Annotation proxy and descriptor.
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.logging.formatter - package org.hibernate.validator.internal.util.logging.formatter
 
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.stereotypes - package org.hibernate.validator.internal.util.stereotypes
 
org.hibernate.validator.internal.xml - package org.hibernate.validator.internal.xml
Classes for parsing of Bean Validation XML configuration files.
org.hibernate.validator.internal.xml.config - package org.hibernate.validator.internal.xml.config
 
org.hibernate.validator.internal.xml.mapping - package org.hibernate.validator.internal.xml.mapping
 
org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.metadata - package org.hibernate.validator.metadata
 
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.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.scripting - package org.hibernate.validator.spi.scripting
This package provides support for customization of the script evaluation for ScriptAssert and ParameterScriptAssert constraints.
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.
parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
ParameterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Parameter constraint location.
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<?>>, Set<ContainerElementTypeDescriptor>, 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
 
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
 
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.
ParameterScriptAssertDef - Class in org.hibernate.validator.cfg.defs
 
ParameterScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
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
 
ParametersMethodOverrideCheck - Class in org.hibernate.validator.ap.internal.classchecks
Checks if the parameters of overridden and overriding methods have correctly placed annotations.
ParametersMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
 
ParameterTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to 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.mapping.MappingXmlParser
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.config.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
 
PAST - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
PAST_OR_PRESENT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
PastDef - Class in org.hibernate.validator.cfg.defs
 
PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PastOrPresentDef - Class in org.hibernate.validator.cfg.defs
 
PastOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.PastOrPresentDef
 
PastOrPresentValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.util.Calendar passed to be validated is in the past.
PastOrPresentValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForCalendar
 
PastOrPresentValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.util.Date passed to be validated is in the past.
PastOrPresentValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForDate
 
PastOrPresentValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.chrono.HijrahDate passed is in the past.
PastOrPresentValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForHijrahDate
 
PastOrPresentValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.Instant passed is in the past.
PastOrPresentValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForInstant
 
PastOrPresentValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.chrono.JapaneseDate passed is in the past.
PastOrPresentValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForJapaneseDate
 
PastOrPresentValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.LocalDate passed is in the past.
PastOrPresentValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDate
 
PastOrPresentValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.LocalDateTime passed is in the past.
PastOrPresentValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDateTime
 
PastOrPresentValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.LocalTime passed is in the past.
PastOrPresentValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalTime
 
PastOrPresentValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.chrono.MinguoDate passed is in the past.
PastOrPresentValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMinguoDate
 
PastOrPresentValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.MonthDay passed is in the past.
PastOrPresentValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMonthDay
 
PastOrPresentValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.OffsetDateTime passed is in the past.
PastOrPresentValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetDateTime
 
PastOrPresentValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.OffsetTime passed is in the past.
PastOrPresentValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetTime
 
PastOrPresentValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the past.
PastOrPresentValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadableInstant
 
PastOrPresentValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the past.
PastOrPresentValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadablePartial
 
PastOrPresentValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.chrono.ThaiBuddhistDate passed is in the past.
PastOrPresentValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForThaiBuddhistDate
 
PastOrPresentValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.Year passed is in the past.
PastOrPresentValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYear
 
PastOrPresentValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.YearMonth passed is in the past.
PastOrPresentValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYearMonth
 
PastOrPresentValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Check that the java.time.ZonedDateTime passed is in the past.
PastOrPresentValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForZonedDateTime
 
PastValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.past.PastValidatorForCalendar
 
PastValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.past.PastValidatorForDate
 
PastValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.chrono.HijrahDate passed is in the past.
PastValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForHijrahDate
 
PastValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.Instant passed is in the past.
PastValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForInstant
 
PastValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.chrono.JapaneseDate passed is in the past.
PastValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForJapaneseDate
 
PastValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.LocalDate passed is in the past.
PastValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDate
 
PastValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.LocalDateTime passed is in the past.
PastValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDateTime
 
PastValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.LocalTime passed is in the past.
PastValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalTime
 
PastValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.chrono.MinguoDate passed is in the past.
PastValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMinguoDate
 
PastValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.MonthDay passed is in the past.
PastValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMonthDay
 
PastValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.OffsetDateTime passed is in the past.
PastValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetDateTime
 
PastValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.OffsetTime passed is in the past.
PastValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetTime
 
PastValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the past.
PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadableInstant
 
PastValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.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.time.past.PastValidatorForReadablePartial
 
PastValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.chrono.ThaiBuddhistDate passed is in the past.
PastValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForThaiBuddhistDate
 
PastValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.Year passed is in the past.
PastValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYear
 
PastValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.YearMonth passed is in the past.
PastValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYearMonth
 
PastValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Check that the java.time.ZonedDateTime passed is in the past.
PastValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForZonedDateTime
 
PathImpl - Class in org.hibernate.validator.internal.engine.path
Default implementation of javax.validation.Path.
PATTERN - Static variable in class org.hibernate.validator.ap.internal.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.internal.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
 
PESEL - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a PESEL (Polish national identification number).
PESEL.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @PESEL annotations on the same element.
PESEL_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
PESELDef - Class in org.hibernate.validator.cfg.defs.pl
 
PESELDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.PESELDef
 
PESELValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
Validator for PESEL.
PESELValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
 
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
PolishNumberValidator<T extends java.lang.annotation.Annotation> - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
A base class validator for different Polish identification numbers.
PolishNumberValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
 
port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
POSITIVE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
POSITIVE_OR_ZERO - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
PositiveDef - Class in org.hibernate.validator.cfg.defs
 
PositiveDef() - Constructor for class org.hibernate.validator.cfg.defs.PositiveDef
 
PositiveOrZeroDef - Class in org.hibernate.validator.cfg.defs
 
PositiveOrZeroDef() - Constructor for class org.hibernate.validator.cfg.defs.PositiveOrZeroDef
 
PositiveOrZeroValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigDecimal
 
PositiveOrZeroValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigInteger
 
PositiveOrZeroValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
 
PositiveOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForDouble
 
PositiveOrZeroValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForFloat
 
PositiveOrZeroValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated positive.
PositiveOrZeroValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForInteger
 
PositiveOrZeroValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated positive.
PositiveOrZeroValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForLong
 
PositiveOrZeroValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated positive.
PositiveOrZeroValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveOrZeroValidatorForMonetaryAmount
 
PositiveOrZeroValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForNumber
 
PositiveOrZeroValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveOrZeroValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForShort
 
PositiveValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigDecimal
 
PositiveValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigInteger
 
PositiveValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForByte
 
PositiveValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForDouble
 
PositiveValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForFloat
 
PositiveValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated positive.
PositiveValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForInteger
 
PositiveValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated positive.
PositiveValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForLong
 
PositiveValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Check that the number being validated positive.
PositiveValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveValidatorForMonetaryAmount
 
PositiveValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForNumber
 
PositiveValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForShort
 
PotentiallyContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
A simplified view of the cascading validation metadata for a potentially container element at runtime.
PrimitiveCheck - Class in org.hibernate.validator.ap.internal.checks
Validates that the given element is not of a primitive type.
PrimitiveCheck() - Constructor for class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
process(XMLEventReader, XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
 
processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.hibernate.validator.cdi.ValidationExtension
Used to register the method validation interceptor bindings.
processBean(ProcessBean<?>) - Method in class org.hibernate.validator.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, TypeResolutionHelper, ValueExtractorManager, 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.ContainerElementConstraintMappingContextImpl
 
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<?>>, Set<ContainerElementTypeDescriptor>, 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 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
putValidatorDescriptors(Class<A>, List<ConstraintValidatorDescriptor<A>>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Registers the given validator descriptors 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.internal.util.TypeNames.JodaTypes
 
READABLE_PARTIAL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.JodaTypes
 
readAttribute(StartElement, QName) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
Reads a value of an attribute of a given element.
readSingleElement(XMLEventReader) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
Reads a value between a simple tag element.
referenceClock - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
 
referenceClock - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
 
referenceClock - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
 
ReflectionHelper - Class in org.hibernate.validator.internal.util
Some reflection utility methods.
ReflectionParameterNameProvider - Class in org.hibernate.validator.parameternameprovider
Deprecated.
since 6.0 - getting the parameter names via reflection is now enabled by default. Planned for removal.
ReflectionParameterNameProvider() - Constructor for class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
Deprecated.
 
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
 
REGON - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a REGON number (9/14-digit Polish Taxpayer Identification Number).
REGON.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @REGON annotations on the same element.
REGON_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
REGONDef - Class in org.hibernate.validator.cfg.defs.pl
 
REGONDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.REGONDef
 
REGONValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
Validator for REGON.
REGONValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.REGONValidator
 
releaseInstance(ConstraintValidator<?, ?>) - Method in class org.hibernate.validator.cdi.internal.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
 
removeLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
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.
reportErrors(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.internal.util.MessagerAdapter
Reports the given errors against the underlying Messager using the specified Diagnostic.Kind.
reportIssues(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.internal.AbstractElementVisitor
Reports provided issues using Messager API based on their kind (ConstraintCheckIssue.IssueKind).
reportOn(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
reportWarnings(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.internal.util.MessagerAdapter
Reports the given warnings against the underlying Messager using the specified Diagnostic.Kind.
resetValueState(ValueContext.ValueState<V>) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
resolveValidationTarget(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Resolve the actual AnnotationProcessorValidationTarget of a constraint annotation, when applied to a method/constructor.
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
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean, ExpressionFactory) - 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.internal.checks
Checks, that RetentionPolicy.RUNTIME is declared for constraint annotation types.
RetentionPolicyCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.RetentionPolicyCheck
 
RETURN_VALUE_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
returnValue() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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<?>>, Set<ContainerElementTypeDescriptor>, 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<?>>, CascadingMetaData) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
ReturnValueMethodOverrideCheck - Class in org.hibernate.validator.ap.internal.classchecks
Checks if the return value of overridden and overriding methods respects the inheritance rules.
ReturnValueMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.ReturnValueMethodOverrideCheck
 
ReturnValueTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to select the current method's or constructor's return value as target for the next operations.
root() - Static method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
 
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.GetAnnotationAttribute
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
 
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.NewProxyInstance
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
run() - Method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
 

S

SAFE_HTML - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
SafeHtml - Annotation Type in org.hibernate.validator.constraints
Deprecated.
@SafeHtml support will be removed in a future version
SafeHtml.Attribute - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Allows to specify whitelisted attributes with whitelisted protocols.
SafeHtml.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Defines several @SafeHtml annotations on the same element.
SafeHtml.Tag - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Allows to specify whitelist tags with specified optional attributes.
SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
Deprecated.
Defines default whitelist implementations.
SafeHtmlDef - Class in org.hibernate.validator.cfg.defs
Deprecated.
@SafeHtml support will be removed in a future version
SafeHtmlDef() - Constructor for class org.hibernate.validator.cfg.defs.SafeHtmlDef
Deprecated.
 
SafeHtmlDef.AttributeDef - Class in org.hibernate.validator.cfg.defs
Deprecated.
Represents a SafeHtml.Attribute.
SafeHtmlDef.TagDef - Class in org.hibernate.validator.cfg.defs
Deprecated.
Represents a SafeHtml.Tag.
SafeHtmlValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Deprecated.
@SafeHtml support will be removed in a future version
SafeHtmlValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
Deprecated.
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
script - Variable in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
SCRIPT_ASSERT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
SCRIPT_EVALUATOR_FACTORY_CLASSNAME - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property for configuring the script evaluator factory, allowing to set up which factory will be used to create ScriptEvaluators for evaluation of script expressions in ScriptAssert and ParameterScriptAssert constraints.
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.
scriptAssertContext - Variable in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
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
 
ScriptEngineScriptEvaluator - Class in org.hibernate.validator.spi.scripting
A wrapper around JSR 223 ScriptEngines.
ScriptEngineScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.spi.scripting.ScriptEngineScriptEvaluator
Creates a new script executor.
ScriptEvaluationException - Exception in org.hibernate.validator.spi.scripting
Exception raised when an error occurs during the evaluation of a script.
ScriptEvaluationException() - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
 
ScriptEvaluationException(String) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
 
ScriptEvaluationException(Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
 
ScriptEvaluationException(String, Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
 
ScriptEvaluator - Interface in org.hibernate.validator.spi.scripting
Used to evaluate script expressions for ScriptAssert and ParameterScriptAssert constraints.
scriptEvaluatorFactory(ScriptEvaluatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Allows to specify a custom ScriptEvaluatorFactory responsible for creating ScriptEvaluators used to evaluate script expressions for ScriptAssert and ParameterScriptAssert constraints.
scriptEvaluatorFactory(ScriptEvaluatorFactory) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
ScriptEvaluatorFactory - Interface in org.hibernate.validator.spi.scripting
Factory used to initialize the ScriptEvaluators required to evaluate script expressions defined in ScriptAssert and ParameterScriptAssert constraints.
ScriptEvaluatorNotFoundException - Exception in org.hibernate.validator.spi.scripting
Exception raised when a script evaluator cannot be found for a given language.
ScriptEvaluatorNotFoundException() - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
ScriptEvaluatorNotFoundException(String) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
ScriptEvaluatorNotFoundException(Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
ScriptEvaluatorNotFoundException(String, Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
seconds(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
seconds(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
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
 
ServiceLoaderBasedConstraintMappingContributor - Class in org.hibernate.validator.internal.engine
Contributor of constraint definitions discovered by the Java service loader mechanism.
ServiceLoaderBasedConstraintMappingContributor(TypeResolutionHelper, ClassLoader) - Constructor for class org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintMappingContributor
 
setAttribute(String, Object) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
setClockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.xml.config.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
 
setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
 
setGroups(Class<?>[]) - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
setLeafNodeTypeParameter(Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
setLeafNodeValueIfRequired(Object) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
setMessage(String) - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setParameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setPayload(Class<?>[]) - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
setPropertyValue(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
setTypeParameter(NodeImpl, Class<?>, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
setTypeParameter(Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.ValueContext
Sets the container element information.
setValidatedProperty(String) - Method in class org.hibernate.validator.internal.engine.ValidationContext
 
setValidationAppliesTo(ConstraintTarget) - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
setValue(ELContext, Object, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
SimpleELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
SimpleELContext(ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
 
SingleValuedChecks - Class in org.hibernate.validator.ap.internal.checks
A ConstraintChecks implementation that simply executes all contained checks against given elements and annotations.
SingleValuedChecks(ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.internal.checks.SingleValuedChecks
Creates a new SingleValuedChecks.
SIZE - Static variable in class org.hibernate.validator.ap.internal.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 map's size 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
 
SPEC_DEFINED_EXTRACTORS - Static variable in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
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.internal.checks
Checks, that the given element is not a static element.
StaticCheck() - Constructor for class org.hibernate.validator.ap.internal.checks.StaticCheck
 
StringHelper - Class in org.hibernate.validator.ap.internal.util
Helper class dealing with strings.
StringHelper - Class in org.hibernate.validator.internal.util
Helper class dealing with strings.
SUPPORTED_VALIDATION_TARGET - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
SupportedForUnwrapTypes() - Constructor for class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
 

T

TagDef(String) - Constructor for class org.hibernate.validator.cfg.defs.SafeHtmlDef.TagDef
Deprecated.
 
TargetCheck - Class in org.hibernate.validator.ap.internal.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.internal.checks.TargetCheck
 
TEMPORAL_VALIDATION_TOLERANCE - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property for configuring temporal validation tolerance, allowing to set the acceptable margin of error when comparing date/time in temporal constraints.
temporalValidationTolerance(Duration) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Allows to set the acceptable margin of error when comparing date/time in temporal constraints such as Past/PastOrPresent and Future/FutureOrPresent.
temporalValidationTolerance(Duration) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define the temporal validation tolerance i.e.
temporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
temporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
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.
ThreadSafe - Annotation Type in org.hibernate.validator.internal.util.stereotypes
Documents that the annotated field is safe for concurrent access.
threshold(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
TituloEleitoral.List - Annotation Type in org.hibernate.validator.constraints.br
Defines several @TituloEleitoral annotations on the same element.
TituloEleitoralDef - Class in org.hibernate.validator.cfg.defs.br
 
TituloEleitoralDef() - Constructor for class org.hibernate.validator.cfg.defs.br.TituloEleitoralDef
 
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
 
toImmutableList(List<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
toImmutableMap(Map<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
toImmutableSet(Set<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
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
 
toShortString(Member) - Static method in class org.hibernate.validator.internal.util.StringHelper
Creates a compact string representation of the given member, useful for debugging or toString() methods.
toShortString(Type) - Static method in class org.hibernate.validator.internal.util.StringHelper
Creates a compact string representation of the given type, useful for debugging or toString() methods.
toString() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
 
toString() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
 
toString() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
 
toString() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
toString() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
toString() - Method in class org.hibernate.validator.cfg.AnnotationDef
 
toString() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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.engine.valueextraction.AnnotatedObject
 
toString() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
toString() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor.Key
 
toString() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
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.CascadingMetaDataBuilder
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
 
toString() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
 
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.ContainerElementTypeDescriptorImpl
 
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.FieldConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
toString() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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.ConstrainedField
 
toString() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
toString() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
toString() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
toString() - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
toString() - Method in class org.hibernate.validator.internal.util.IdentitySet
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.ArrayOfClassesObjectFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.ClassObjectFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.CollectionOfObjectsToStringFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.DurationFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.ExecutableFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.ObjectArrayFormatter
 
toString() - Method in class org.hibernate.validator.internal.util.logging.formatter.TypeFormatter
 
toString() - Method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
 
touch() - Static method in class org.hibernate.validator.internal.util.Version
 
toValueExtractorClasses(Set<ValueExtractorDescriptor>) - Static method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper
 
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
 
TraversableResolvers - Class in org.hibernate.validator.internal.engine.resolver
 
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(ISBN.Type) - Method in class org.hibernate.validator.cfg.defs.ISBNDef
 
type(Class<C>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
TypeArgumentConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Type argument constraint location.
typeArgumentConstraints - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
TypeCheck - Class in org.hibernate.validator.ap.internal.checks
Checks, that constraint annotations are only specified at elements of a type supported by the constraints.
TypeCheck(ConstraintHelper, Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.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.
TypeFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
Used with JBoss Logging to display Type names in log messages.
TypeFormatter(Type) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.TypeFormatter
 
TypeHelper - Class in org.hibernate.validator.internal.util
Provides utility methods for working with types.
TypeNames - Class in org.hibernate.validator.ap.internal.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.internal.util.TypeNames
 
TypeNames.BeanValidationTypes - Class in org.hibernate.validator.ap.internal.util
 
TypeNames.HibernateValidatorTypes - Class in org.hibernate.validator.ap.internal.util
 
TypeNames.JavaMoneyTypes - Class in org.hibernate.validator.ap.internal.util
 
TypeNames.JodaTypes - Class in org.hibernate.validator.ap.internal.util
 
TypeNames.SupportedForUnwrapTypes - Class in org.hibernate.validator.ap.internal.util
 
typeOf(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
 
typeOf(Executable, 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 - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
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
 
TypeTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to select the bean type to which the next operations shall apply.
TypeVariableBindings - Class in org.hibernate.validator.internal.util
 
TypeVariables - Class in org.hibernate.validator.internal.util
Provides some utility methods for TypeVariables.

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
 
unableToGetXmlSchema(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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.
UNIQUE_ELEMENTS - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
UniqueElements - Annotation Type in org.hibernate.validator.constraints
Validates that every object in the provided Collection is unique, i.e.
UniqueElements.List - Annotation Type in org.hibernate.validator.constraints
Defines several @UniqueElements annotations on the same element.
UniqueElementsDef - Class in org.hibernate.validator.cfg.defs
 
UniqueElementsDef() - Constructor for class org.hibernate.validator.cfg.defs.UniqueElementsDef
 
UniqueElementsValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Validates that the provided collection only contains unique elements, i.e.
UniqueElementsValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.UniqueElementsValidator
 
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
 
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
 
unwrap(Class<U>) - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
URL - Static variable in class org.hibernate.validator.ap.internal.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.
usingClockProvider(Class<? extends ClockProvider>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingConstraintValidatorFactory(Class<? extends ConstraintValidatorFactory>) - 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(Class<? extends MessageInterpolator>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingParameterNameProvider(Class<? extends ParameterNameProvider>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingScriptEvaluatorFactory(Class<? extends ScriptEvaluatorFactory>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingTraversableResolver(Class<? extends TraversableResolver>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingValidationProvider(Class<? extends ValidationProvider<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 

V

VALID - Static variable in class org.hibernate.validator.ap.internal.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(List<ParameterMetaData>) - 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<?, Object>) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
validateConstraints(ValidationContext<T>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
validateConstraints(ValidationContext<T>, ValueContext<?, ?>, Set<ConstraintViolation<T>>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
validateConstructorInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.internal.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
 
validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Adds a new validator to validate this constraint.
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
 
validateMethodInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.internal.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
 
validateSingleConstraint(ValidationContext<T>, ValueContext<?, ?>, ConstraintValidatorContextImpl, ConstraintValidator<A, V>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
validateType(Class<T>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Allows to configure a validation implementation using a Lambda expression or method reference.
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.config
 
ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
ValidationBootstrapParameters(BootstrapConfiguration, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.config.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.cdi.internal.interceptor
 
ValidationEnabledAnnotatedCallable(AnnotatedCallable<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
 
ValidationEnabledAnnotatedConstructor<T> - Class in org.hibernate.validator.cdi.internal.interceptor
 
ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedConstructor
 
ValidationEnabledAnnotatedMethod<T> - Class in org.hibernate.validator.cdi.internal.interceptor
 
ValidationEnabledAnnotatedMethod(AnnotatedMethod<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedMethod
 
ValidationEnabledAnnotatedType<T> - Class in org.hibernate.validator.cdi.internal.interceptor
 
ValidationEnabledAnnotatedType(AnnotatedType<T>, Set<AnnotatedCallable<? super T>>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
 
ValidationExtension - Class in org.hibernate.validator.cdi.internal
Deprecated.
use ValidationExtension instead.
ValidationExtension() - Constructor for class org.hibernate.validator.cdi.internal.ValidationExtension
Deprecated.
 
ValidationExtension - Class in org.hibernate.validator.cdi
A CDI portable extension which integrates Bean Validation with CDI.
ValidationExtension() - Constructor for class org.hibernate.validator.cdi.ValidationExtension
 
ValidationInterceptor - Class in org.hibernate.validator.cdi.internal.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.cdi.internal.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.DefaultGroupValidationOrder - Class in org.hibernate.validator.internal.engine.groups
 
ValidationOrder.DefaultSequenceValidationOrder - 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.cdi.internal
Provides functionality for dealing with validation provider types.
ValidationXmlParser - Class in org.hibernate.validator.internal.xml.config
Parser for validation.xml.
ValidationXmlParser(ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.config.ValidationXmlParser
 
ValidatorBean - Class in org.hibernate.validator.cdi.internal
A Bean representing a Validator.
ValidatorBean(BeanManager, Bean<?>, ValidationProviderHelper) - Constructor for class org.hibernate.validator.cdi.internal.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.cdi.internal
A Bean representing a ValidatorFactory.
ValidatorFactoryBean(BeanManager, ValidationProviderHelper) - Constructor for class org.hibernate.validator.cdi.internal.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, BeanMetaDataManager, ValueExtractorManager, ConstraintValidatorManager, ValidationOrderGenerator, ValidatorFactoryImpl.ValidatorFactoryScopedContext) - Constructor for class org.hibernate.validator.internal.engine.ValidatorImpl
 
value(String...) - Method in class org.hibernate.validator.cfg.defs.CurrencyDef
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
ValueContext<T,V> - Class in org.hibernate.validator.internal.engine
An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
ValueContext.ValueState<V> - Class in org.hibernate.validator.internal.engine
 
ValueExtractorDescriptor - Class in org.hibernate.validator.internal.engine.valueextraction
Describes a ValueExtractor.
ValueExtractorDescriptor(ValueExtractor<?>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
ValueExtractorDescriptor.Key - Class in org.hibernate.validator.internal.engine.valueextraction
 
ValueExtractorHelper - Class in org.hibernate.validator.internal.engine.valueextraction
Various utilities to manipulate ValueExtractors and ValueExtractorDescriptors.
ValueExtractorManager - Class in org.hibernate.validator.internal.engine.valueextraction
 
ValueExtractorManager(Set<ValueExtractor<?>>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
ValueExtractorManager(ValueExtractorManager, Map<ValueExtractorDescriptor.Key, ValueExtractorDescriptor>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
 
valueExtractorManager - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
ValueExtractorResolver - Class in org.hibernate.validator.internal.engine.valueextraction
Contains resolving algorithms for ValueExtractors, and caches for these extractors based on container types.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue.IssueKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
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.ISBN.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
Deprecated.
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.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) - 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.internal.checks.ConstraintCheckIssue.IssueKind
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.internal.util.AnnotationApiHelper.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.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
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.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
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.internal.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.internal.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.CodePointLength.NormalizationStrategy
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.ISBN.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
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.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.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 - Variable in class org.hibernate.validator.ap.internal.AbstractElementVisitor
 
VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.internal.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
 
visitExecutableAsMethod(ExecutableElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
Checks whether the constraints of the given method are valid.
visitExecutableAsMethod(ExecutableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given method.
visitTypeAsAnnotationType(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given annotation type declaration.
visitTypeAsClass(TypeElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
Doesn't perform any checks at the moment but calls a visit methods on its own elements.
visitTypeAsClass(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given class type declaration.
visitTypeAsEnum(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given enum type declaration.
visitTypeAsInterface(TypeElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
Doesn't perform any checks at the moment but calls a visit methods on its own elements.
visitTypeAsInterface(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given interface type declaration.
visitVariableAsField(VariableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given field.
visitVariableAsParameter(VariableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
Checks whether the given annotations are correctly specified at the given method parameter.
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

warnElIsUnsupported(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
warning(Element, AnnotationMirror, String, Object...) - Static method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue of warning kind (ConstraintCheckIssue.IssueKind.WARNING).
weight(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
whitelistType(SafeHtml.WhiteListType) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
Deprecated.
 
with(ConstraintDefinitionContext.ValidationCallable<T>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ConstraintValidatorDefinitionContext
Applies the given Lambda expression or referenced method to values to be validated.
withDynamicPayload(Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Allows to set an object that may further describe the violation.
withDynamicPayload(Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
wrapWithCachingForSingleValidation(TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.resolver.TraversableResolvers
Potentially wrap the TraversableResolver into a caching one.

X

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, TypeResolutionHelper, ValueExtractorManager, Set<InputStream>, ClassLoader) - Constructor for class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
 
XmlParserHelper - Class in org.hibernate.validator.internal.xml
Provides common functionality used within the different XML descriptor parsers.
XmlParserHelper() - Constructor for class org.hibernate.validator.internal.xml.XmlParserHelper
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

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