Index

$ A B C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$$_hibernateValidator_getFieldValue(String) - Method in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
 
$$_hibernateValidator_getGetterValue(String) - Method in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
 

A

AbstractBuilder(ValueExtractorManager, T, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
 
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
 
AbstractConfigurationImpl<T extends BaseHibernateValidatorConfiguration<T>> - Class in org.hibernate.validator.internal.engine
Hibernate specific Configuration implementation.
AbstractConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
AbstractConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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
 
AbstractConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
AbstractConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
Creates a new ConstraintValidatorManager.
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 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 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 TemporalAccessor & 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 TemporalAccessor & 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 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 Annotation,T extends TemporalAccessor & 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
MessageInterpolator using the default resource bundle locators.
AbstractMessageInterpolator(Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator using the default resource bundle locators.
AbstractMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking a resource bundle locator.
AbstractMessageInterpolator(ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking a resource bundle locator.
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.
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking two resource bundle locators.
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean, 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 TemporalAccessor & 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 TemporalAccessor & 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
 
AbstractPropertyCascadable<T extends Property> - Class in org.hibernate.validator.internal.metadata.aggregated
A Cascadable backed by a property of a Java bean.
AbstractPropertyCascadable.AbstractBuilder<T extends Property> - Class in org.hibernate.validator.internal.metadata.aggregated
 
AbstractPropertyConstraintLocation<T extends Property> - Class in org.hibernate.validator.internal.metadata.location
An abstract property constraint location.
AbstractScriptAssertValidator<A extends 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(Class<?>) - Method in interface org.hibernate.validator.internal.util.classhierarchy.Filter
Whether the given class is accepted by this filter or not.
accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
 
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
 
ACCESS_PRIVATE_MEMBERS - Static variable in class org.hibernate.validator.HibernateValidatorPermission
 
action(ResolvedTypeWithMembers) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResolvedMemberMethods
 
action(Annotation) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
 
action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
 
action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
 
action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
 
action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
 
action(Class<?>, List<String>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromGetterNameCandidates
 
action(Class<?>, List<String>, boolean) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromGetterNameCandidates
 
action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
 
action(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
 
action(ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
 
action(ClassLoader, Class<?>[], InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
 
action(ClassLoader, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
 
action(ClassLoader, Class<T>, InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
 
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(MethodHandles.Lookup, Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
 
action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
 
action(String, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.IsClassPresent
 
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(SchemaFactory, URL) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
 
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(XMLEventReader, XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
 
add(BeanConfiguration<? super T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataBuilder
 
add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
 
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
 
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.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
addBeanNode() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
addBeanNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addConfigProperty(String, String) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
addConstraint(ConfiguredConstraint<?>) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
Adds a constraint to the set of constraints managed by this creational context.
addConstraintFailure(ValueContext<?, ?>, ConstraintViolationCreationContext, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
addConstraintFailure(ValueContext<?, ?>, ConstraintViolationCreationContext, ConstraintDescriptor<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
addConstraintMapping() - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor.ConstraintMappingBuilder
Adds a new constraint mapping.
addConstraintViolation() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
addContainerElementNode(String) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addContainerElementNode(String, Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
addContainerElementNode(String, Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
addCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addELResolver(ELResolver) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanMethodsELContext
 
addELResolver(ELResolver) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanPropertiesElContext
 
addELResolver(ELResolver) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.VariablesELContext
 
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
 
addGroupConversion(Class<?>, Class<?>) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
Adds a group conversion for this element.
addingValueExtractor(Class<? extends ValueExtractor<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
addMapping(InputStream) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
addMapping(InputStream) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
addMapping(ConstraintMapping) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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
 
addNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
Deprecated.
addNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
Deprecated.
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(int) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
addParameterNode(String, int) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
addProperty(String, String) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
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.AbstractConfigurationImpl
 
addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
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
Deprecated.
 
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>, boolean, Set<Locale>) - 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>, boolean, Set<Locale>, 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>, boolean, Set<Locale>, 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(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
Deprecated.
This class should not have been part of the public API and will be removed at a later stage.
alias() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
ALL_FALSE - Enum constant in enum org.hibernate.validator.constraints.CompositionType
ALL_FALSE is a generalisation of the usual NOT operator, which is applied to a list of conditions rather than just one element.
ALLOW_MULTIPLE_CASCADED_VALIDATION_ON_RESULT - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
ALLOW_PARAMETER_CONSTRAINT_OVERRIDE - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
ALLOWED - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
The checked constraint is allowed at the evaluated type.
allowEmpty() - Element in annotation type org.hibernate.validator.constraints.UUID
 
allowEmpty(boolean) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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.PredefinedScopeValidatorContextImpl
 
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
allowNil() - Element in annotation type org.hibernate.validator.constraints.UUID
 
allowNil(boolean) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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.PredefinedScopeValidatorContextImpl
 
allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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.PredefinedScopeValidatorContextImpl
 
allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
AND - Enum constant in enum org.hibernate.validator.constraints.CompositionType
Used to indicate the conjunction of all the constraints it is applied to.
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.
ANNOTATED_ELEMENT - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
The validation targets the value on which it is annotated or the return type of a method/constructor.
annotatedObject(Type, boolean, Map<TypeVariable<?>, CascadingMetaDataBuilder>, Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
AnnotatedObject - Class in org.hibernate.validator.internal.engine.valueextraction
A pseudo type variable used to express that the annotated element itself (e.g.
ANNOTATION - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
The source of configuration are annotation in the source code
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 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 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 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(ConstraintCreationContext, JavaBeanHelper, 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 jakarta.validation.constraints.DecimalMin and jakarta.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 jakarta.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 jakarta.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 jakarta.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
 
ANY - Enum constant in enum org.hibernate.validator.constraints.ISBN.Type
 
ANY - Enum constant in enum org.hibernate.validator.constraints.ru.INN.Type
 
API - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
The source of configuration is the programmatic API
append(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
appendNode(Cascadable) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
appendNode(ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
 
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 class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
 
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.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.ValueContext
 
appliesTo(MetaConstraint<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
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(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areCrossParameterConstraintsIgnoredFor(Constrainable) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areMemberConstraintsIgnoredFor(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areMemberConstraintsIgnoredFor(Constrainable) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areParameterConstraintsIgnoredFor(Constrainable, int) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areParameterConstraintsIgnoredFor(Constrainable, int) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
areReturnValueConstraintsIgnoredFor(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
 
areReturnValueConstraintsIgnoredFor(Constrainable) - 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
 
as(Class<T>) - Method in interface org.hibernate.validator.internal.properties.Constrainable
 
asContainerElementTypeDescriptors(Set<MetaConstraint<?>>, CascadingMetaData, boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData
 
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() - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
Returns a set with GroupConversionDescriptors representing the underlying group conversions.
asDescriptors(Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
 
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(boolean[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(byte[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(char[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(double[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(float[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(int[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(long[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(short[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
assertNotEmpty(Object[], String) - Static method in class org.hibernate.validator.internal.util.Contracts
 
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
 

B

BaseBeanValidationContext<T> - Interface in org.hibernate.validator.internal.engine.validationcontext
Interface that exposes contextual information required for a validation call related to a bean.
BaseHibernateValidatorConfiguration<S extends BaseHibernateValidatorConfiguration<S>> - Interface in org.hibernate.validator
Base interface for Hibernate Validator specific configurations.
BEAN_META_DATA_CLASS_NORMALIZER - Static variable in class org.hibernate.validator.cdi.spi.BeanNames
 
BEAN_METHODS - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
This level allows what is allowed with the bean-properties level plus bean methods execution and can lead to serious security issues, including arbitrary code execution, if not very carefully handled.
BEAN_PROPERTIES - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
Only allows to what is allowed with the variables level plus access to bean properties.
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<Signature, ExecutableDescriptorImpl>, Map<Signature, 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.
BeanMetaDataBuilder<T> - Class in org.hibernate.validator.internal.metadata.aggregated
 
beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
 
beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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
BeanMetaDataManager - Interface in org.hibernate.validator.internal.metadata
This manager is in charge of providing all constraint related meta data required by the validation engine.
BeanMetaDataManagerImpl - Class in org.hibernate.validator.internal.metadata
This manager is in charge of providing all constraint related meta data required by the validation engine.
BeanMetaDataManagerImpl(ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, JavaBeanHelper, BeanMetaDataClassNormalizer, ValidationOrderGenerator, List<MetaDataProvider>, MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
 
BeanMethodsELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
BeanMethodsELContext(ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanMethodsELContext
 
BeanNames - Class in org.hibernate.validator.cdi.spi
 
BeanPropertiesElContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
BeanPropertiesElContext(ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanPropertiesElContext
 
BeanPropertiesELResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
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
 
BeanValueContext<T,V> - Class in org.hibernate.validator.internal.engine.valuecontext
 
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(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
Returns the corresponding auto-boxed type if given a primitive type.
boxedType(Type) - 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.AbstractPropertyCascadable.AbstractBuilder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataBuilder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
Creates a new, read-only ConstraintMetaData object with all constraint information related to the method or property represented by this builder.
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
build() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
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
 
build(ValueExtractorManager, Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
 
buildConstraintViolationWithTemplate(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
 
builder(ValueExtractorManager, Property, CascadingMetaDataBuilder) - Static method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
 
Builder() - Constructor for class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
Builder(Class<?>, ConstrainedExecutable, ConstraintCreationContext) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedExecutable, ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
 
Builder(Class<?>, ConstrainedField, ConstraintCreationContext) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
 
Builder(Class<?>, ConstrainedParameter, ConstraintCreationContext, ExecutableParameterNameProvider) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
 
Builder(Class<?>, ConstrainedType, ConstraintCreationContext) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
 
Builder(Class<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.AnnotationDescriptor.Builder
 
Builder(Class<S>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor.Builder
 
Builder(ExecutableElement) - Constructor for class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree.Builder
 
Builder(MethodValidationConfiguration) - Constructor for class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
 
Builder(ValueExtractorManager, Field, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
 
Builder(ValueExtractorManager, Getter, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.Builder
 
Builder(S) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.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() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
builtinConstraints(Set<String>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
builtinConstraints(Set<String>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
 

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>) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo 11 checksum assuming that the threshold is Integer.MAX_VALUE
calculateMod11Check(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo 11 checksum
calculateModXCheckWithWeights(List<Integer>, int, int, int...) - Static method in class org.hibernate.validator.internal.util.ModUtil
Calculate Modulo moduloParam checksum with given weights.
Callable - Interface in org.hibernate.validator.internal.properties
 
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 - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
 
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
 
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() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
checkDigitIndex() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
checkDigitIndex() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
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
 
checkDigitPosition() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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) - 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.
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
 
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
 
ClassDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a validated type class-level constraints.
ClassDescriptorImpl(Type, Set<ConstraintDescriptorImpl<?>>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ClassDescriptorImpl
 
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
 
ClassMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
Represents the constraint related meta data for a type i.e.
ClassMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
 
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 interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
 
clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
 
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 interface org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
clear() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
 
clear() - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
clear() - Method in class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
 
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.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.AbstractConfigurationImpl
 
clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
close() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
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(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForByte
 
compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForByte
 
compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForByte
 
compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForByte
 
compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForCharSequence
 
compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForCharSequence
 
compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForCharSequence
 
compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForCharSequence
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForDouble
 
compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForDouble
 
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.decimal.DecimalMaxValidatorForFloat
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForFloat
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForFloat
 
compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForFloat
 
compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForInteger
 
compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForInteger
 
compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForInteger
 
compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForInteger
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
 
compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForLong
 
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.decimal.DecimalMaxValidatorForNumber
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForNumber
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForNumber
 
compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForNumber
 
compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForShort
 
compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForShort
 
compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForShort
 
compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForShort
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigDecimal
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigDecimal
 
compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
 
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.decimal.DecimalMaxValidatorForBigInteger
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigInteger
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigInteger
 
compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigInteger
 
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
 
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() - 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(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(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, 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, 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, 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(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.
Constrainable - Interface in org.hibernate.validator.internal.properties
An element on which it is possible to define constraints (e.g.
ConstrainableExecutable - Interface in org.hibernate.validator.spi.properties
Descriptor for a method of a Java class.
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, Callable, 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.
ConstrainedExecutable(ConfigurationSource, Callable, 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.
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, Callable, Type, int) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
ConstrainedParameter(ConfigurationSource, Callable, 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(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 - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
CONSTRAINT_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is a constraint annotation (e.g.
CONSTRAINT_EXPRESSION_LANGUAGE_FEATURE_LEVEL - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring the Expression Language feature level for constraints, allowing to define which Expression Language features are available for message interpolation.
CONSTRAINT_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Deprecated.
planned for removal. Use hibernate.validator.constraint_mapping_contributors instead.
CONSTRAINT_MAPPING_CONTRIBUTORS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring constraint mapping contributors, allowing to set up one or more constraint mappings for the default validator factory.
CONSTRAINT_META_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is the @Constraint meta-annotation.
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 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 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.
constraintCreationContext - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
 
ConstraintCreationContext - Class in org.hibernate.validator.internal.engine
 
ConstraintCreationContext(ConstraintHelper, ConstraintValidatorManager, TypeResolutionHelper, ValueExtractorManager) - Constructor for class org.hibernate.validator.internal.engine.ConstraintCreationContext
 
ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
Base class for all constraint definition types.
ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
constraintDefinition(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.ContainerElementConstraintMappingContextImpl
 
constraintDefinition(Class<A>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
ConstraintDefinitionContext<A extends Annotation> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constraint (i.e.
ConstraintDefinitionContext.ConstraintValidatorDefinitionContext<A extends 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 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 Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
Describes a single constraint (including its composing constraints).
ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind, Class<?>, ConstraintOrigin, ConstraintDescriptorImpl.ConstraintType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind, 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.
constraintExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the Expression Language feature level for message interpolation of constraint messages.
constraintExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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 - 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(Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.util.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.
ConstraintLocation.ConstraintLocationKind - Enum in org.hibernate.validator.internal.metadata.location
 
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 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(ConstraintValidatorManager, 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(ClockProvider, PathImpl, ConstraintDescriptor<?>, Object, ExpressionLanguageFeatureLevel, ExpressionLanguageFeatureLevel) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
ConstraintValidatorContextImpl.NodeBuilder - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
ConstraintValidatorDescriptor<A extends 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.AbstractConfigurationImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
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 - Interface in org.hibernate.validator.internal.engine.constraintvalidation
Manager in charge of providing and caching initialized ConstraintValidator instances.
ConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
Default implementation of the ConstraintValidatorManager.
ConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
Creates a new ConstraintValidatorManager.
constraintValidatorPayload(Object) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
ConstraintViolationBuilderImpl(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
ConstraintViolationCreationContext - Class in org.hibernate.validator.internal.engine.constraintvalidation
Container class for the information needed to create a constraint violation.
ConstraintViolationCreationContext(String, ExpressionLanguageFeatureLevel, boolean, 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
 
CONSTRUCTOR - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
CONSTRUCTOR - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
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.
containerElement(ContainerElementTarget, TypeConstraintMappingContextImpl<?>, ConstraintLocation) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
containerElement(ContainerElementTarget, TypeConstraintMappingContextImpl<?>, ConstraintLocation, int, int...) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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(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.
containsKey(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
Contracts - Class in org.hibernate.validator.internal.util
 
CONTRIBUTOR_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
Default name of the message bundle defined by a constraint definition contributor.
convertGroup(Class<?>) - Method in interface org.hibernate.validator.cfg.context.Cascadable
Adds a group conversion for this cascadable element.
convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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(Field, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
 
create(Getter, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.Builder
 
create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.internal.util.annotation.AnnotationFactory
 
create(TypeResolutionHelper, ValueExtractorManager, ConstraintValidatorManager, ConstraintDescriptorImpl<A>, ConstraintLocation) - Static method in class org.hibernate.validator.internal.metadata.core.MetaConstraints
 
create(T, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
 
createAccessor() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
createAccessor() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
createAccessor() - Method in interface org.hibernate.validator.internal.properties.Property
 
createAndInitializeValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
 
createBeanNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
createConstrainedElements() - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
 
createConstraintMapping() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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.
createConstraintValidatorContextFor(ConstraintDescriptorImpl<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
 
createConstraintValidatorContextFor(ConstraintDescriptorImpl<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
createConstraintValidatorContextFor(ConstraintDescriptorImpl<?>, PathImpl) - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
createConstraintViolation(String, String, Path, ConstraintDescriptor<?>, ValueContext<?, ?>, ConstraintViolationCreationContext) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
createConstraintViolation(String, String, Path, ConstraintDescriptor<?>, ValueContext<?, ?>, ConstraintViolationCreationContext) - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
 
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
 
createCopyWithoutLeafNode(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
 
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
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
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
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 - Enum constant in enum org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.ConstraintType
A cross parameter constraint.
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.
CrossParameterConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
 
CrossParameterConstraintValidatorContextImpl(List<String>, ClockProvider, PathImpl, ConstraintDescriptor<?>, Object, ExpressionLanguageFeatureLevel, ExpressionLanguageFeatureLevel) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
 
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 - Annotation Type in org.hibernate.validator.constraints
The MonetaryAmount has to be in the right CurrencyUnit.
CURRENCY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
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
 
CUSTOM_VIOLATION_EXPRESSION_LANGUAGE_FEATURE_LEVEL - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring the Expression Language feature level for custom violations, allowing to define which Expression Language features are available for message interpolation.
customViolationExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the Expression Language feature level for message interpolation of custom violation messages.
customViolationExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 

D

days() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
days() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
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
 
DecimalMaxValidatorForByte - 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.
DecimalMaxValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForByte
 
DecimalMaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the character sequence (e.g.
DecimalMaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.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
 
DecimalMaxValidatorForInteger - 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.
DecimalMaxValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForInteger
 
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
 
DecimalMaxValidatorForShort - 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.
DecimalMaxValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForShort
 
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
 
DecimalMinValidatorForByte - 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.
DecimalMinValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForByte
 
DecimalMinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Check that the character sequence (e.g.
DecimalMinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.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
 
DecimalMinValidatorForInteger - 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.
DecimalMinValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForInteger
 
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
 
DecimalMinValidatorForShort - 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.
DecimalMinValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForShort
 
DEFAULT - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
The default Expression Language feature level.
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.
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
The name of the default message bundle.
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(JavaBeanHelper) - Constructor for class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
DefaultGetterPropertySelectionStrategy - Class in org.hibernate.validator.internal.properties
 
DefaultGetterPropertySelectionStrategy() - Constructor for class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
 
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
 
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
 
defaultLocale(Locale) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the default locale used to interpolate the constraint violation messages.
defaultLocale(Locale) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
DefaultLocaleResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation
 
DefaultLocaleResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolver
 
DefaultLocaleResolverContext - Class in org.hibernate.validator.internal.engine.messageinterpolation
 
DefaultLocaleResolverContext(Set<Locale>, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
 
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
 
DefaultPropertyNodeNameProvider - Class in org.hibernate.validator.internal.engine
A default PropertyNodeNameProvider implementation which returns the property name.
DefaultPropertyNodeNameProvider() - Constructor for class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
 
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
 
DEFINED_IN_HIERARCHY - Enum constant in enum org.hibernate.validator.internal.metadata.core.ConstraintOrigin
Constraint is defined in a super-class or interface of the root class.
DEFINED_LOCALLY - Enum constant in enum org.hibernate.validator.internal.metadata.core.ConstraintOrigin
Constraint is defined on the root class
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(ValidatorFactory, CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
destroy(Validator, CreationalContext<Validator>) - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
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 (jakarta.validation.valueextraction.Unwrapping.Unwrap, jakarta.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
 
DigitsValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
Validates that the number part of the MonetaryAmount being validated matches the pattern defined in the constraint.
DigitsValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DigitsValidatorForMonetaryAmount
 
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
 
DisabledFeatureELException - Exception in org.hibernate.validator.internal.engine.messageinterpolation.el
 
disabledFeatureInExpressionLanguage(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
DISALLOWED - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
The checked constraint is not allowed at the evaluated type.
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
 
EAN13 - Enum constant in enum org.hibernate.validator.constraints.EAN.Type
 
EAN8 - Enum constant in enum org.hibernate.validator.constraints.EAN.Type
 
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 - Enum constant in enum org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType
EL message expression, eg ${foo}.
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 - Annotation Type in org.hibernate.validator.constraints
Deprecated.
use the standard Email constraint instead
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.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 - 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.bv.EmailValidator
 
EmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator
 
ENABLE_TRAVERSABLE_RESOLVER_RESULT_CACHE - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
enableExpressionLanguage() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintViolationBuilder
Enable Expression Language with the default Expression Language feature level for the constraint violation created by this builder if the chosen MessageInterpolator supports it.
enableExpressionLanguage(ExpressionLanguageFeatureLevel) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintViolationBuilder
Enable Expression Language for the constraint violation created by this builder if the chosen MessageInterpolator supports it.
enableExpressionLanguage(ExpressionLanguageFeatureLevel) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
 
enableTraversableResolverResultCache(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
enableTraversableResolverResultCache(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
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() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
endIndex() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
endIndex() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
endIndex() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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.ClassMetaData
 
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.AbstractPropertyConstraintLocation
 
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.properties.javabean.JavaBeanExecutable
 
equals(Object) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
equals(Object) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
equals(Object) - Method in class org.hibernate.validator.internal.properties.Signature
 
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).
ERROR - Enum constant in enum org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue.IssueKind
 
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.
executable - Variable in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
executable(Class<?>, Executable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
executable(Class<?>, Method) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
executable(Executable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
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(Constrainable, 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
 
ExecutableValidationContext<T> - Interface in org.hibernate.validator.internal.engine.validationcontext
Extension of BaseBeanValidationContext for executable validation.
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.
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
 
expandInheritedGroups() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
 
expressionLanguageFeatureLevel - Variable in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
ExpressionLanguageFeatureLevel - Enum in org.hibernate.validator.messageinterpolation
Indicates the level of features enabled for the Expression Language engine.
expressionsLanguageFeatureLevelNotSupported() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
expressionsNotResolvedWhenExpressionLanguageFeaturesDisabled() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
expressionVariablesDefinedWithExpressionLanguageNotEnabled(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
externalClassLoader(ClassLoader) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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.BaseHibernateValidatorConfiguration
Property corresponding to the BaseHibernateValidatorConfiguration.failFast(boolean) method.
failFast(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
failFast(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
failFast(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
field(Field) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
field(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a field to which the next operations shall apply.
field(String) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
field(String) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
Field - Interface in org.hibernate.validator.internal.properties
 
FIELD - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
FIELD - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
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 property 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(Constrainable, A, ConstraintLocation.ConstraintLocationKind) - 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
 
findDeclaredConstructor(Class<T>, Class<?>...) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
findDeclaredField(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
findDeclaredGetter(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
findDeclaredMethod(Class<?>, String, Class<?>...) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
findGetter(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
findTypeAnnotationConstraints(JavaBeanExecutable<?>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for method return values.
findTypeAnnotationConstraints(JavaBeanField) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
Finds type arguments constraints for fields.
findTypeAnnotationConstraintsForExecutableParameter(JavaBeanExecutable<?>, JavaBeanParameter) - 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() - Element in annotation type org.hibernate.validator.constraints.Email
Deprecated.
 
flags() - Element in annotation type org.hibernate.validator.constraints.URL
 
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
 
forAllBuiltinConstraints() - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
forBeanValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forBuiltinClass(Class<? extends ConstraintValidator<A, ?>>, Class<? extends Annotation>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
 
forBuiltinConstraints(Set<String>) - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
forClass(Class<?>) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
forClass(Class<? extends ConstraintValidator<A, ?>>, Class<? extends Annotation>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
 
forCrossParameter(Callable) - 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(Getter) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
 
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
 
form() - Element in annotation type org.hibernate.validator.constraints.Normalized
 
format(String, Object...) - Static method in class org.hibernate.validator.ap.internal.util.StringHelper
 
format(String, Object...) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper
 
format(String, Object...) - Static method in class org.hibernate.validator.internal.util.StringHelper
 
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(Callable, 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<?>, Object[], Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
forReturnValue(Callable) - 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<?>, 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(Class<T>, BeanMetaData<T>, T) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
forValidateParameters(Class<T>, BeanMetaData<T>, T, Executable, Object[]) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
forValidateProperty(Class<T>, BeanMetaData<T>, T, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
forValidateReturnValue(Class<T>, BeanMetaData<T>, T, Executable, Object) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
forValidateValue(Class<T>, BeanMetaData<T>, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
forValidationFactory(ValidatorFactory) - Static method in class org.hibernate.validator.cdi.internal.util.GetterPropertySelectionStrategyHelper
 
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

GENERIC - Enum constant in enum org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.ConstraintType
A non cross parameter constraint.
genericArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
Creates a generic array type for the specified component type.
GenericConstraintDef<A extends Annotation> - Class in org.hibernate.validator.cfg
A ConstraintDef class which can be used to configure any constraint type.
GenericConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.GenericConstraintDef
 
get(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
GET_FIELD_VALUE_METHOD_NAME - Static variable in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
 
GET_GETTER_VALUE_METHOD_NAME - Static variable in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
 
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
 
getAnnotatedType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotation() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
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<A>) - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
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
 
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() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Returns the ConstraintHelper.AnnotationType of the given annotation.
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) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getAttribute(String, Class<T>) - 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
 
getBeanClassesToInitialize() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
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(ConstraintCreationContext) - 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 interface org.hibernate.validator.internal.metadata.BeanMetaDataManager
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
 
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
 
getBeanMetaDataClassNormalizer() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getBootstrapConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
 
getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
 
getBuiltinConstraints() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
getBuiltinConstraints() - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
 
getCallable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
 
getCallable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
 
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.AbstractPropertyCascadable
 
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.AbstractPropertyCascadable
 
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.cfg.context.ContainerElementConstraintMappingContextImpl
 
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.AbstractConfigurationImpl
 
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.PredefinedScopeValidatorFactoryImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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.NoOpElResolver
 
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
 
getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
 
getConstrainable() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the member represented by this location.
getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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
 
getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Constrainable
 
getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Field
 
getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Getter
 
getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
 
getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanMethod
 
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
 
getConstraintExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getConstraintExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getConstraintExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
getConstraintHasAlreadyBeenConfiguredViaProgrammaticApiException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getConstraintHelper() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
 
getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getConstraintLocationKind() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
Returns the constraint location kind of the cascadable.
getConstraintMapping() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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.
getConstraints(ConstraintCreationContext) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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.AbstractConfigurationImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getConstraintValidatorFactory() - Method in interface org.hibernate.validator.internal.engine.validationcontext.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.ParameterExecutableValidationContext
 
getConstraintValidatorInitializationContext() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
getConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
 
getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getConstraintValidatorManager() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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(Class<C>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
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(JavaBeanConstructor, 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
 
getCopyOfBasePath() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
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>, Constrainable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation>, Constrainable) - 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<?>, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getCurrentBean() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
getCurrentBeanMetaData() - Method in class org.hibernate.validator.internal.engine.valuecontext.BeanValueContext
 
getCurrentGroup() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
getCurrentValidatable() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
Returns the current value to be validated.
getCurrentValue() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext.ValueState
 
getCurrentValueState() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
getCustomViolationExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getCustomViolationExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getCustomViolationExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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
 
getDeclaredAnnotations() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
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 class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
 
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.ParameterConstraintLocation
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getDeclaringClass() - Method in interface org.hibernate.validator.internal.properties.Constrainable
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
getDeclaringClass() - Method in interface org.hibernate.validator.spi.nodenameprovider.JavaBeanProperty
Owner class of the property.
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.AbstractConfigurationImpl
 
getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
 
getDefaultConstraintValidatorFactory() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getDefaultConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
 
getDefaultConstraintValidatorInitializationContext() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getDefaultGroupSequence() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
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
 
getDefaultGroupSequenceProvider() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
 
getDefaultLocale() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
 
getDefaultLocale() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
 
getDefaultMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getDefaultParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Returns the ResourceBundleLocator used by the default message interpolator to load user-provided resource bundles.
getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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.BaseHibernateValidatorConfiguration
Returns the default ValueExtractor implementations as per the specification.
getDefaultValueExtractors() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getDynamicPayload(Class<C>) - Method in interface org.hibernate.validator.engine.HibernateConstraintViolation
 
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 enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
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.BeanMethodsELContext
 
getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanPropertiesElContext
 
getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.VariablesELContext
 
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(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadableInstant
 
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadableInstant
 
getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadableInstant
 
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.future.FutureValidatorForReadablePartial
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadablePartial
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadablePartial
 
getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadablePartial
 
getEpochMillis(T, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
Returns the millisecond based instant measured from Epoch.
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 interface org.hibernate.validator.internal.engine.validationcontext.ExecutableValidationContext
 
getExecutable() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getExecutable() - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
 
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 <name>(<parameterType 0> ... <parameterType n>), e.g.
getExecutableMetaData() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ExecutableValidationContext
 
getExecutableMetaData() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getExecutableMetaData() - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
 
getExecutableParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
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
 
getExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
getExpressionLanguageFeatureLevel() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
getExpressionLanguageFeatureLevel() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
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.AbstractConfigurationImpl
 
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.AbstractConfigurationImpl
 
getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getFailingConstraints() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
getFeatureDescriptors(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.NoOpElResolver
 
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
 
getGenericType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
getGetterMethodNameCandidates(String) - Method in class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
 
getGetterMethodNameCandidates(String) - Method in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
Gives a set of possible method names based on a property name.
getGetterPropertySelectionStrategy() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns the getter property selection strategy defining the rules determining if a method is a getter or not.
getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
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
 
getInconsistentShowValidatedValuesInTraceLogsViolationConfigurationException() - 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
 
getIndex() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
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<?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
 
getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
 
getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
 
getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
 
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(Types, Elements, ConstraintHelper) - Static method in class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
 
getInstance(ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, ValidationOrderGenerator, Class<T>, MethodValidationConfiguration) - Static method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataBuilder
 
GetInstancesFromServiceLoader<T> - Class in org.hibernate.validator.internal.util.privilegedactions
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForCalendar
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForCalendar
 
getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForCalendar
 
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.future.FutureValidatorForDate
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForDate
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForDate
 
getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForDate
 
getInstant(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
Returns the Instant measured from Epoch.
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(Callable, 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(Callable, 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(Constrainable, 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 class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData
 
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 interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
Returns the nature of the constraint location.
getKind() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
 
getKind() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
 
getKind() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
getKind() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
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
 
getLocaleResolver() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getLocalExecutionContextForBean(ExecutableParameterNameProvider, T, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
 
getLocalExecutionContextForExecutable(ExecutableParameterNameProvider, T, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
Creates a value context for validating an executable.
getLocalExecutionContextForValueValidation(ExecutableParameterNameProvider, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
 
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.AbstractConfigurationImpl
 
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.
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.AbstractConfigurationImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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(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(Executable) - 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(String) - 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.
GetMethodFromGetterNameCandidates - Class in org.hibernate.validator.internal.util.privilegedactions
Returns the method with the specified property name or null if it does not exist.
getMethodHasAlreadyBeenConfiguredViaProgrammaticApiException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodIsDefinedTwiceInMappingXmlForBeanException(JavaBeanMethod, 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 interface org.hibernate.validator.constraintvalidation.HibernateCrossParameterConstraintValidatorContext
 
getMethodParameterNames() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
 
getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Callable, Callable) - 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(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getMethodValidationConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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
 
getName() - Method in interface org.hibernate.validator.internal.properties.Constrainable
 
getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
 
getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getName() - Method in interface org.hibernate.validator.spi.nodenameprovider.Property
Returns the property name.
getName() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
 
getName(Property) - Method in class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
 
getName(Property) - Method in interface org.hibernate.validator.spi.nodenameprovider.PropertyNodeNameProvider
Returns the resolved name of a property.
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(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterConstraintsDefinedInMethodsFromParallelTypesException(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getParameterCount() - Method in interface org.hibernate.validator.internal.properties.Callable
 
getParameterCount() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getParameterGenericType(int) - Method in interface org.hibernate.validator.internal.properties.Callable
 
getParameterGenericType(int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Callable, 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.
getParameterName(ExecutableParameterNameProvider, int) - Method in interface org.hibernate.validator.internal.properties.Callable
 
getParameterName(ExecutableParameterNameProvider, int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getParameterName(ExecutableParameterNameProvider, int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
Deprecated.
 
getParameterNames(Executable) - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
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
 
getParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
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
 
getParameterTypes() - Method in interface org.hibernate.validator.internal.properties.Callable
 
getParameterTypes() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getParameterTypes() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
 
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
 
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.AbstractConfigurationImpl
 
getProperties() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getProperty(Method) - Method in class org.hibernate.validator.cdi.internal.util.GetterPropertySelectionStrategyHelper
 
getProperty(ConstrainableExecutable) - Method in class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
 
getProperty(ConstrainableExecutable) - Method in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
Returns the property corresponding to the getter if the method is considered a getter.
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.AbstractPropertyConstraintLocation
 
getPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
getPropertyName() - Method in interface org.hibernate.validator.internal.properties.Property
 
getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getPropertyNodeNameProvider() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns the property node name provider used to resolve the name of a property node when creating the property path.
getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
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.ValueContext
 
getPropertyPath() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext.ValueState
 
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.
getResolvedPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getResolvedPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
getResolvedPropertyName() - Method in interface org.hibernate.validator.internal.properties.Property
 
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).
getReturnType() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
 
getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Callable) - 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.ParameterExecutableValidationContext
 
getRootBean() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getRootBeanClass() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
getRootBeanMetaData() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getRootBeanMetaData() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
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.AbstractConfigurationImpl
 
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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
 
getShowValidatedValuesInTraceLogs() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getSignature() - Method in interface org.hibernate.validator.internal.properties.Callable
 
getSignature() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
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
 
getSupportedLocales() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
 
getSupportedLocales() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
 
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.AbstractConfigurationImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
getter(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a getter to which the next operations shall apply.
getter(String) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
getter(String) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
Getter - Interface in org.hibernate.validator.internal.properties
 
GETTER - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
GETTER - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
GETTER_PROPERTY_SELECTION_STRATEGY_CLASSNAME - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring the getter property selection strategy, allowing to set which rules will be applied to determine if a method is a valid JavaBean getter.
GetterCascadable - Class in org.hibernate.validator.internal.metadata.aggregated
A Cascadable backed by a 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 property constraint location.
getterPropertySelectionStrategy(GetterPropertySelectionStrategy) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows to set a getter property selection strategy defining the rules determining if a method is a getter or not.
getterPropertySelectionStrategy(GetterPropertySelectionStrategy) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
GetterPropertySelectionStrategy - Interface in org.hibernate.validator.spi.properties
Used to define the strategy to detect the getters of a bean.
GetterPropertySelectionStrategyHelper - Class in org.hibernate.validator.cdi.internal.util
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.AbstractConfigurationImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
getTraversableResolver() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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() - 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 interface org.hibernate.validator.internal.properties.Constrainable
 
getType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
 
getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
 
getType(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.NoOpElResolver
 
getType(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
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.
getTypeArgumentConstraints(ConstraintCreationContext) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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 class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
 
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.ParameterConstraintLocation
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getTypeForValidatorResolution() - Method in interface org.hibernate.validator.internal.properties.Constrainable
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
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
 
getTypeParameters() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
 
getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanMethod
 
getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
 
getTypeResolutionHelper() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
 
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
 
getUnableToInstantiateGetterPropertySelectionStrategyClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
getUnableToInstantiateLocaleResolverClassException(String, 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
 
getUnableToInstantiatePropertyNodeNameProviderClassException(String, Exception) - 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
 
getUnexpectedConstraintElementType(Class<?>, Class<?>) - 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
 
getUnsupportedConstraintElementType(ConstrainedElement.ConstrainedElementKind) - 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
 
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
 
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.PredefinedScopeValidatorContextImpl
 
getValidator() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
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.PredefinedScopeValidatorFactoryImpl
 
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() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
getValue() - Method in interface org.hibernate.validator.path.ContainerElementNode
 
getValue() - Method in interface org.hibernate.validator.path.PropertyNode
 
getValue(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.NoOpElResolver
 
getValue(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
 
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 class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
 
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.ParameterConstraintLocation
 
getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
 
getValue(Object, ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
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
 
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
 
getValueExtractorManager() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
 
getValueExtractors() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
getValueFrom(Object) - Method in interface org.hibernate.validator.internal.properties.PropertyAccessor
 
getValueUnwrapping() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
 
getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
 
getVoidMethodsMustNotBeConstrainedException(Callable) - 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
 
GRAPH_VALIDATION_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is the @Valid annotation.
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_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is the @GroupSequence annotation.
GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
GROUP_SEQUENCE_PROVIDER_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is the @GroupSequenceProvider annotation.
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.
groupConversions - Variable in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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() - Element in annotation type org.hibernate.validator.constraints.br.CNPJ
 
groups() - Element in annotation type org.hibernate.validator.constraints.br.CPF
 
groups() - Element in annotation type org.hibernate.validator.constraints.br.TituloEleitoral
 
groups() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
groups() - Element in annotation type org.hibernate.validator.constraints.CreditCardNumber
 
groups() - Element in annotation type org.hibernate.validator.constraints.Currency
 
groups() - Element in annotation type org.hibernate.validator.constraints.EAN
 
groups() - Element in annotation type org.hibernate.validator.constraints.Email
Deprecated.
 
groups() - Element in annotation type org.hibernate.validator.constraints.ISBN
 
groups() - Element in annotation type org.hibernate.validator.constraints.Length
 
groups() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
groups() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
groups() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
groups() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
groups() - Element in annotation type org.hibernate.validator.constraints.Normalized
 
groups() - Element in annotation type org.hibernate.validator.constraints.NotBlank
Deprecated.
 
groups() - Element in annotation type org.hibernate.validator.constraints.NotEmpty
Deprecated.
 
groups() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert
 
groups() - Element in annotation type org.hibernate.validator.constraints.pl.NIP
 
groups() - Element in annotation type org.hibernate.validator.constraints.pl.PESEL
 
groups() - Element in annotation type org.hibernate.validator.constraints.pl.REGON
 
groups() - Element in annotation type org.hibernate.validator.constraints.Range
 
groups() - Element in annotation type org.hibernate.validator.constraints.ru.INN
 
groups() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
groups() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
groups() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
groups() - Element in annotation type org.hibernate.validator.constraints.UniqueElements
 
groups() - Element in annotation type org.hibernate.validator.constraints.URL
 
groups() - Element in annotation type org.hibernate.validator.constraints.UUID
 
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
 
handleKeySet() - 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.ClassMetaData
 
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.AbstractPropertyConstraintLocation
 
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.properties.javabean.JavaBeanExecutable
 
hashCode() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
hashCode() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
hashCode() - Method in class org.hibernate.validator.internal.properties.Signature
 
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.ParameterExecutableValidationContext
 
hasMetaConstraintBeenProcessed(Object, Path, MetaConstraint<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
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.
hasParameters() - Method in interface org.hibernate.validator.internal.properties.Callable
 
hasParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
hasParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
hasReturnValue() - Method in interface org.hibernate.validator.internal.properties.Callable
 
hasReturnValue() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
hasReturnValue() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
HibernateConstraintValidator<A extends 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.
HibernateConstraintViolationBuilder - Interface in org.hibernate.validator.constraintvalidation
 
HibernateCrossParameterConstraintValidatorContext - Interface in org.hibernate.validator.constraintvalidation
A custom ConstraintValidatorContext which provides additional functionality for cross parameter validation contexts.
HibernateMessageInterpolatorContext - Interface in org.hibernate.validator.messageinterpolation
Extension to MessageInterpolator.Context which provides functionality specific to Hibernate Validator.
HibernateValidator - Class in org.hibernate.validator
Default implementation of ValidationProvider within Hibernate Validator.
HibernateValidator - Annotation Type in org.hibernate.validator.cdi
A CDI qualifier to identify the Hibernate Validator specific Bean Validation beans.
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.
HibernateValidatorEnhancedBean - Interface in org.hibernate.validator.engine
Hibernate Validator specific marker interface.
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() - Element in annotation type org.hibernate.validator.constraints.URL
 
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
hours() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
hours() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
hours(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
hours(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 

I

IDENTITY_COMPARISONS - Enum constant in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
ignoreAllAnnotations() - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines that all annotations for this type should be ignored.
ignoreAllAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
 
ignoreAnnotationConstraintForClass(Class<?>, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
Deprecated.
Since 5.2. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
Deprecated.
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(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(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsForReturnValue(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsOnMember(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
 
ignoreConstraintAnnotationsOnParameter(Constrainable, 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() - Element in annotation type org.hibernate.validator.constraints.CreditCardNumber
 
ignoreNonDigitCharacters() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
ignoreNonDigitCharacters() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
ignoreNonDigitCharacters() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
ignoreNonDigitCharacters() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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.AbstractConfigurationImpl
 
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.
IMPLICIT - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Discover the type when no ambiguity is present if neither on a method nor a constructor.
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() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
Specifies whether the specified maximum is inclusive or exclusive.
inclusive() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
Specifies whether the specified minimum is inclusive or exclusive.
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.
INDIVIDUAL - Enum constant in enum org.hibernate.validator.constraints.ru.INN.Type
 
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(int, int, int, boolean) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
 
initialize(int, int, int, boolean, int, char, char, Mod11Check.ProcessingDirection, int...) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
 
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.money.DecimalMinValidatorForMonetaryAmount
 
initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
 
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(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DigitsValidatorForMonetaryAmount
 
initialize(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
 
initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
 
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.money.MinValidatorForMonetaryAmount
 
initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
 
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<A>, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
Initializes the validator in preparation for ConstraintValidator.isValid(Object, ConstraintValidatorContext) calls.
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(ConstraintDescriptor<ParameterScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
initialize(ConstraintDescriptor<ScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
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(Currency) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
 
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(ModCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
Deprecated.
 
initialize(Normalized) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NormalizedValidator
 
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(INN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ru.INNValidator
 
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.constraintvalidators.RegexpURLValidator
 
initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
initialize(UUID) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.UUIDValidator
 
initializeBeanMetaData(Set<Class<?>>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
initializeBeanMetaData(Set<Class<?>>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
 
initializeLocales(Set<Locale>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
initializeLocales(Set<Locale>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
Deprecated.
Planned for removal, use BaseHibernateValidatorConfiguration.locales(Set) instead.
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
 
INN - Annotation Type in org.hibernate.validator.constraints.ru
Checks that the annotated character sequence is a valid russian taxpayer identification number (INN in russian transliteration).
INN_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
INN.List - Annotation Type in org.hibernate.validator.constraints.ru
Defines several @INN annotations on the same element.
INN.Type - Enum in org.hibernate.validator.constraints.ru
Defines the INN length.
INNDef - Class in org.hibernate.validator.cfg.defs.ru
 
INNDef() - Constructor for class org.hibernate.validator.cfg.defs.ru.INNDef
 
INNValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.ru
Checks that a given character sequence (e.g.
INNValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ru.INNValidator
 
inputStreamCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
INSENSITIVE - Enum constant in enum org.hibernate.validator.constraints.UUID.LetterCase
Every letter case is valid
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) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
 
interpolate(MessageInterpolator.Context, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.ElTermResolver
 
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(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
 
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
 
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.
interpretDefaultForConstraints(ExpressionLanguageFeatureLevel) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
interpretDefaultForCustomViolations(ExpressionLanguageFeatureLevel) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
invalidExpressionLanguageFeatureLevelValue(String, IllegalArgumentException) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.BeanPropertiesELResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.NoOpElResolver
 
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.AbstractConfigurationImpl
 
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.AbstractConfigurationImpl
 
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.AbstractConfigurationImpl
 
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
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
 
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.ParameterExecutableValidationContext
 
isBeanAlreadyValidated(Object, Class<?>, PathImpl) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
isBeanConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
 
ISBN - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid ISBN.
ISBN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
ISBN_10 - Enum constant in enum org.hibernate.validator.constraints.ISBN.Type
 
ISBN_13 - Enum constant in enum org.hibernate.validator.constraints.ISBN.Type
 
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 - Variable in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
isCascading() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
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.
IsClassPresent - Class in org.hibernate.validator.internal.util.privilegedactions
Checks if an external class is present in the provided class loader.
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(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
Checks whether the specified annotation is a valid constraint annotation.
isConstraintAnnotation(Element) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
Checks whether the given type element represents a constraint annotation or not.
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
 
isCustomViolation() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
 
isCustomViolation() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
isDefaultGroup() - Method in class org.hibernate.validator.internal.engine.groups.Group
 
isDefaultGroupSequenceRedefined() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
 
isDefaultGroupSequenceRedefined() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
 
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.
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
isExecutable() - Method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
isExecutable() - Method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
isFailFast() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
isFailFast() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
isFailFast() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
isFailFast() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
isFailFastModeEnabled() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
isFailFastModeEnabled() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
isGetter() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
 
isHibernateValidator() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
Whether the given provider is Hibernate Validator or not.
isHibernateValidatorEnhancedBean(Class<?>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
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
 
isMethod() - Method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
isMethod() - Method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
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
 
isPredefinedScope() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
 
isPredefinedScope() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
 
isPredefinedScope() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
 
isPrivate() - Method in interface org.hibernate.validator.internal.properties.Callable
 
isPrivate() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
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.NoOpElResolver
 
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
 
isResolvedToSameMethodInHierarchy(Class<?>, Method, Method) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
Checks if a pair of given methods (left and right) are resolved to the same method based on the mainSubType type.
isResolvedToSameMethodInHierarchy(ExecutableHelper, Class<?>, Callable) - Method in interface org.hibernate.validator.internal.properties.Callable
 
isResolvedToSameMethodInHierarchy(ExecutableHelper, Class<?>, Callable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
isShowValidatedValuesInTraceLogs() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
isShowValidatedValuesInTraceLogs() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
 
isShowValidatedValuesInTraceLogs() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
isShowValidatedValuesInTraceLogs() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
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.AbstractConfigurationImpl
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
 
isUnboundWildcard(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
 
isUnwrapByDefault() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
 
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfBoolean
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfByte
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfChar
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfDouble
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfFloat
Checks the array is not null and not empty.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfFloat
Checks the number of entries in an array.
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(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(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(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfInt
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfLong
Checks the array is not null and not empty.
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.notempty.NotEmptyValidatorForArraysOfShort
Checks the array is not null and not empty.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfShort
Checks the number of entries in an array.
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(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForByte
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
 
isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForByte
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AbstractEmailValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
 
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.NotBlankValidator
Checks that the character sequence is not null nor empty after removing any leading or trailing whitespace.
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(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForCharSequence
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForCharSequence
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForCharSequence
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForCharSequence
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
 
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(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.NormalizedValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator
Checks that the trimmed string is not empty.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ru.INNValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.UUIDValidator
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForDouble
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForDouble
 
isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForDouble
 
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.NegativeOrZeroValidatorForFloat
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForFloat
 
isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForFloat
 
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.NegativeOrZeroValidatorForInteger
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForInteger
 
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.NegativeOrZeroValidatorForLong
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForLong
 
isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForLong
 
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.DigitsValidatorForNumber
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForNumber
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForNumber
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForNumber
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForNumber
 
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArray
Checks the array is not null and not empty.
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
Checks the number of entries in an array.
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
 
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(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForShort
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForShort
 
isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForShort
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigDecimal
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigDecimal
 
isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigDecimal
 
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.NegativeOrZeroValidatorForBigInteger
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigInteger
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigInteger
 
isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigInteger
 
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.bv.notempty.NotEmptyValidatorForCollection
Checks the collection is not null and not empty.
isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
Checks the number of entries in a collection.
isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.UniqueElementsValidator
 
isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForMap
Checks the map is not null and not empty.
isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
Checks the number of entries in a map.
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.DigitsValidatorForMonetaryAmount
 
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(T) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ValidationCallable
 
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(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
 
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
 
isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
 
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
 
iteratorFromArray(Object) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
Builds an Iterator for a given array.

J

JavaBeanAnnotatedConstrainable - Interface in org.hibernate.validator.internal.properties.javabean
 
JavaBeanAnnotatedElement - Interface in org.hibernate.validator.internal.properties.javabean
 
JavaBeanConstructor - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanConstructor(Constructor<?>) - Constructor for class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
 
JavaBeanExecutable<T extends Executable> - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanField - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanField(Field, String) - Constructor for class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
JavaBeanGetter - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanGetter(Class<?>, Method, String, String) - Constructor for class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
 
JavaBeanHelper - Class in org.hibernate.validator.internal.properties.javabean
Helper class that gives ability to find Constrainable versions of JavaBean's fields, getters, constructors and methods.
JavaBeanHelper(GetterPropertySelectionStrategy, PropertyNodeNameProvider) - Constructor for class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
 
JavaBeanMethod - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanParameter - Class in org.hibernate.validator.internal.properties.javabean
 
JavaBeanProperty - Interface in org.hibernate.validator.spi.nodenameprovider
Contains metadata for a JavaBean property.
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(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(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.
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(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.
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
 
JURIDICAL - Enum constant in enum org.hibernate.validator.constraints.ru.INN.Type
 

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() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert
 
lang() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
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
 
Lazy - Annotation Type in org.hibernate.validator.internal.util.stereotypes
Documents that the value assigned to the annotated field is lazily initialized and shouldn't be accessed directly but via a getter.
LEFT_TO_RIGHT - Enum constant in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
 
Length - Annotation Type in org.hibernate.validator.constraints
Validate that the string is between min and max included.
LENGTH - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
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
 
letterCase() - Element in annotation type org.hibernate.validator.constraints.UUID
 
letterCase(UUID.LetterCase) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
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.
LOCALE_RESOLVER_CLASSNAME - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring the locale resolver, allowing to select an implementation of LocaleResolver which will be used for locale resolution when interpolating a message.
localeResolver(LocaleResolver) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting a locale resolver, defining how the locale will be resolved when interpolating the message of a constraint violation.
localeResolver(LocaleResolver) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
LocaleResolver - Interface in org.hibernate.validator.spi.messageinterpolation
Define the strategy used to resolve the locale user for message interpolation when no locale is defined from the list of supported locales.
LocaleResolverContext - Interface in org.hibernate.validator.spi.messageinterpolation
Context used for locale resolution.
locales(Locale...) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the list of the locales supported by this ValidatorFactory.
locales(Set<Locale>) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the list of the locales supported by this ValidatorFactory.
locales(Set<Locale>) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
LocalizedMessage - Class in org.hibernate.validator.internal.engine.messageinterpolation
 
LocalizedMessage(String, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.LocalizedMessage
 
Log - Interface in org.hibernate.validator.internal.util.logging
The Hibernate Validator logger interface for JBoss Logging.
LOG - Static variable in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
 
logConstraintExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
logConstraintValidatorPayload(Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
logCustomViolationExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - 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
 
LOWER_CASE - Enum constant in enum org.hibernate.validator.constraints.UUID.LetterCase
Only lower case is valid
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
 
mapping - Variable in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
MappingXmlParser - Class in org.hibernate.validator.internal.xml.mapping
XML parser for validation-mapping files.
MappingXmlParser(ConstraintCreationContext, JavaBeanHelper, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
 
markConstraintProcessed(Object, Path, MetaConstraint<?>) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
markConstraintProcessed(Object, Path, MetaConstraint<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
markCurrentBeanAsProcessed(ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
 
markCurrentBeanAsProcessed(ValueContext<?, ?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
markCurrentPropertyAsIterableAndSetIndex(Integer) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
markCurrentPropertyAsIterableAndSetKey(Object) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
max - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
 
max() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
max() - Element in annotation type org.hibernate.validator.constraints.Length
 
max() - Element in annotation type org.hibernate.validator.constraints.Range
 
max(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
max(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
max(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
max(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
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.
MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
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
 
MaxValidatorForByte - 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.
MaxValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForByte
 
MaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the character sequence (e.g.
MaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.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
 
MaxValidatorForInteger - 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.
MaxValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForInteger
 
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
 
MaxValidatorForShort - 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.
MaxValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForShort
 
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.AbstractPropertyCascadable.AbstractBuilder
 
mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable.Builder
 
message() - Element in annotation type org.hibernate.validator.constraints.br.CNPJ
 
message() - Element in annotation type org.hibernate.validator.constraints.br.CPF
 
message() - Element in annotation type org.hibernate.validator.constraints.br.TituloEleitoral
 
message() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
message() - Element in annotation type org.hibernate.validator.constraints.CreditCardNumber
 
message() - Element in annotation type org.hibernate.validator.constraints.Currency
 
message() - Element in annotation type org.hibernate.validator.constraints.EAN
 
message() - Element in annotation type org.hibernate.validator.constraints.Email
Deprecated.
 
message() - Element in annotation type org.hibernate.validator.constraints.ISBN
 
message() - Element in annotation type org.hibernate.validator.constraints.Length
 
message() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
message() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
message() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
message() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
message() - Element in annotation type org.hibernate.validator.constraints.Normalized
 
message() - Element in annotation type org.hibernate.validator.constraints.NotBlank
Deprecated.
 
message() - Element in annotation type org.hibernate.validator.constraints.NotEmpty
Deprecated.
 
message() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert
 
message() - Element in annotation type org.hibernate.validator.constraints.pl.NIP
 
message() - Element in annotation type org.hibernate.validator.constraints.pl.PESEL
 
message() - Element in annotation type org.hibernate.validator.constraints.pl.REGON
 
message() - Element in annotation type org.hibernate.validator.constraints.Range
 
message() - Element in annotation type org.hibernate.validator.constraints.ru.INN
 
message() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
message() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
message() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
message() - Element in annotation type org.hibernate.validator.constraints.UniqueElements
 
message() - Element in annotation type org.hibernate.validator.constraints.URL
 
message() - Element in annotation type org.hibernate.validator.constraints.UUID
 
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.AbstractConfigurationImpl
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
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>, ExpressionLanguageFeatureLevel, boolean) - 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
 
messageTemplate - Variable in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
MetaConstraint<A extends Annotation> - Class in org.hibernate.validator.internal.metadata.core
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
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<?>, ConstraintCreationContext) - 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 - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
METHOD - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
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 Jakarta Bean Validation specification section 5.6.5.
MethodValidationConfiguration.Builder - Class in org.hibernate.validator.internal.engine
 
millis() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
millis() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
 
millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
 
min - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
 
min() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
min() - Element in annotation type org.hibernate.validator.constraints.Length
 
min() - Element in annotation type org.hibernate.validator.constraints.Range
 
min(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
 
min(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
min(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
min(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
MinDef - Class in org.hibernate.validator.cfg.defs
 
MinDef() - Constructor for class org.hibernate.validator.cfg.defs.MinDef
 
minutes() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
minutes() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
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
 
MinValidatorForByte - 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.
MinValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForByte
 
MinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Check that the character sequence (e.g.
MinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.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
 
MinValidatorForInteger - 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.
MinValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForInteger
 
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
 
MinValidatorForShort - 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.
MinValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForShort
 
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
 
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
 
MOD10 - Enum constant in enum org.hibernate.validator.constraints.ModCheck.ModType
Deprecated.
Represents a MOD10 algorithm (Also known as Luhn algorithm)
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
 
MOD11 - Enum constant in enum org.hibernate.validator.constraints.ModCheck.ModType
Deprecated.
Represents a MOD11 algorithm.
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
 
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.
 
modType() - Element in annotation type org.hibernate.validator.constraints.ModCheck
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
 
MULTI_VALUED_CONSTRAINT_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is a multi-valued annotation (e.g.
MULTIPLE_VALIDATORS_FOUND - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
Multiple validators were found, that could validate the checked constrained at the evaluated type.
multiplier() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
multiplier() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
nanos() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
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 or zero.
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 or zero.
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 or zero.
NegativeOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
 
NegativeOrZeroValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative or zero.
NegativeOrZeroValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForCharSequence
 
NegativeOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative or zero.
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 or zero.
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 or zero.
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 or zero.
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 or zero.
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 or zero.
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
 
NegativeValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is negative.
NegativeValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForCharSequence
 
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(Iterable<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
newHashSet(Collection<? 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.
newLinkedHashSet() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
 
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
 
NFC - Enum constant in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Normalization by canonical decomposition, followed by canonical composition.
NFD - Enum constant in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Normalization by canonical decomposition.
NFKC - Enum constant in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Normalization by compatibility decomposition, followed by canonical composition.
NFKD - Enum constant in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Normalization by compatibility decomposition.
NIP - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a NIP number (9-digit Polish VAT identification number).
NIP_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
NIP.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @NIP annotations on the same element.
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
 
NO_CONSTRAINT_ANNOTATION - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
Given annotation is not related to the BV API (e.g.
NodeBuilder(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
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.
NONE - Enum constant in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
 
NONE - Enum constant in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
No normalization.
NONE - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
Expression Language expressions are not interpolated.
NoOpElResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
NoOpElResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.NoOpElResolver
 
normalizationStrategy() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
normalizationStrategy(Normalizer.Form) - Method in class org.hibernate.validator.cfg.defs.NormalizedDef
 
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 PredefinedScopeBeanMetaDataManager.
Normalized - Annotation Type in org.hibernate.validator.constraints
Validate that a character sequence is of normalization form.
NORMALIZED - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
Normalized.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Normalized annotations on the same element.
NormalizedDef - Class in org.hibernate.validator.cfg.defs
Constraint definition for Normalized.
NormalizedDef() - Constructor for class org.hibernate.validator.cfg.defs.NormalizedDef
 
NormalizedValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Check that a character sequence is normalized.
NormalizedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.NormalizedValidator
 
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 - 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.bv.NotBlankValidator
 
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.BeanMetaDataManagerImpl
 
numberOfCachedConstraintValidatorInstances() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
 

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(String) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
of(Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
 
of(Name) - Static method in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
 
of(ConstraintValidatorManager, 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(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(ConstrainedElement.ConstrainedElementKind) - Static method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
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
 
OR - Enum constant in enum org.hibernate.validator.constraints.CompositionType
Used to indicate the disjunction of all constraints it is applied to.
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.internal.util - package org.hibernate.validator.cdi.internal.util
 
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.cfg.defs.ru - package org.hibernate.validator.cfg.defs.ru
Russian 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.ru - package org.hibernate.validator.constraints.ru
Hibernate Validator Russian 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.ru - package org.hibernate.validator.internal.constraintvalidators.hv.ru
 
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 Jakarta Bean Validation.
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.validationcontext - package org.hibernate.validator.internal.engine.validationcontext
Contains various implementation of validation contexts and supporting classes.
org.hibernate.validator.internal.engine.valuecontext - package org.hibernate.validator.internal.engine.valuecontext
 
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.properties - package org.hibernate.validator.internal.properties
 
org.hibernate.validator.internal.properties.javabean - package org.hibernate.validator.internal.properties.javabean
 
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 jakarta.validation.ParameterNameProvider implementations.
org.hibernate.validator.path - package org.hibernate.validator.path
Hibernate Validator extensions around jakarta.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.messageinterpolation - package org.hibernate.validator.spi.messageinterpolation
 
org.hibernate.validator.spi.nodenameprovider - package org.hibernate.validator.spi.nodenameprovider
 
org.hibernate.validator.spi.properties - package org.hibernate.validator.spi.properties
This package provides support for customizing the getter detection logic.
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.
overrides(Callable, Callable) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
 
overrides(ExecutableHelper, Callable) - Method in interface org.hibernate.validator.internal.properties.Callable
 
overrides(ExecutableHelper, Callable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
 
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
 
PARAMETER - Enum constant in enum org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType
Message parameter, eg {foo}.
PARAMETER - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
PARAMETER - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
ParameterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
Parameter constraint location.
ParameterConstraintLocation(Callable, int) - Constructor for class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
 
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
 
ParameterExecutableValidationContext<T> - Class in org.hibernate.validator.internal.engine.validationcontext
Implementation of AbstractValidationContext for executable's parameter validation.
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
 
ParameterMessageInterpolator(Set<Locale>, Locale, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
 
ParameterMessageInterpolator(Set<Locale>, Locale, LocaleResolver, boolean) - 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.AbstractConfigurationImpl
 
parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
PARAMETERS - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Constraint applies to the parameters of a method or a constructor.
PARAMETERS - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
The validation targets the parameters of a method/constructor.
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
 
parameterShouldBeGreaterThanOrEqualTo(String, int) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
parameterShouldBeLessThanOrEqualTo(String, int) - Method in interface org.hibernate.validator.internal.util.logging.Messages
 
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 jakarta.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() - Element in annotation type org.hibernate.validator.constraints.br.CNPJ
 
payload() - Element in annotation type org.hibernate.validator.constraints.br.CPF
 
payload() - Element in annotation type org.hibernate.validator.constraints.br.TituloEleitoral
 
payload() - Element in annotation type org.hibernate.validator.constraints.CodePointLength
 
payload() - Element in annotation type org.hibernate.validator.constraints.CreditCardNumber
 
payload() - Element in annotation type org.hibernate.validator.constraints.Currency
 
payload() - Element in annotation type org.hibernate.validator.constraints.EAN
 
payload() - Element in annotation type org.hibernate.validator.constraints.Email
Deprecated.
 
payload() - Element in annotation type org.hibernate.validator.constraints.ISBN
 
payload() - Element in annotation type org.hibernate.validator.constraints.Length
 
payload() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
payload() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
payload() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
payload() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
payload() - Element in annotation type org.hibernate.validator.constraints.Normalized
 
payload() - Element in annotation type org.hibernate.validator.constraints.NotBlank
Deprecated.
 
payload() - Element in annotation type org.hibernate.validator.constraints.NotEmpty
Deprecated.
 
payload() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert
 
payload() - Element in annotation type org.hibernate.validator.constraints.pl.NIP
 
payload() - Element in annotation type org.hibernate.validator.constraints.pl.PESEL
 
payload() - Element in annotation type org.hibernate.validator.constraints.pl.REGON
 
payload() - Element in annotation type org.hibernate.validator.constraints.Range
 
payload() - Element in annotation type org.hibernate.validator.constraints.ru.INN
 
payload() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
payload() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
payload() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
payload() - Element in annotation type org.hibernate.validator.constraints.UniqueElements
 
payload() - Element in annotation type org.hibernate.validator.constraints.URL
 
payload() - Element in annotation type org.hibernate.validator.constraints.UUID
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
PAYLOAD - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
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_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
PESEL.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @PESEL annotations on the same element.
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
PlatformResourceBundleLocator(String, Set<Locale>) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
PolishNumberValidator<T extends 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() - Element in annotation type org.hibernate.validator.constraints.URL
 
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 or zero.
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 or zero.
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 or zero.
PositiveOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
 
PositiveOrZeroValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive or zero.
PositiveOrZeroValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForCharSequence
 
PositiveOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive or zero.
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 or zero.
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 or zero.
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 or zero.
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 or zero.
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 or zero.
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
 
PositiveValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Check that the number being validated is positive.
PositiveValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForCharSequence
 
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.
PredefinedScopeBeanMetaDataManager - Class in org.hibernate.validator.internal.metadata
 
PredefinedScopeBeanMetaDataManager(ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, JavaBeanHelper, ValidationOrderGenerator, List<MetaDataProvider>, MethodValidationConfiguration, BeanMetaDataClassNormalizer, Set<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
 
PredefinedScopeConfigurationImpl - Class in org.hibernate.validator.internal.engine
 
PredefinedScopeConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
PredefinedScopeConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
PredefinedScopeConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
Implementation of the ConstraintValidatorManager for the predefined scope ValidatorFactory.
PredefinedScopeConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
Creates a new ConstraintValidatorManager.
PredefinedScopeHibernateValidator - Class in org.hibernate.validator
Implementation of ValidationProvider limiting validation to a predefined scope.
PredefinedScopeHibernateValidator() - Constructor for class org.hibernate.validator.PredefinedScopeHibernateValidator
 
PredefinedScopeHibernateValidatorConfiguration - Interface in org.hibernate.validator
Extension of HibernateValidatorConfiguration with additional methods dedicated to defining the predefined scope of bean validation e.g.
PredefinedScopeHibernateValidatorFactory - Interface in org.hibernate.validator
Provides Hibernate Validator extensions to ValidatorFactory in the context of a predefined scope.
PredefinedScopeValidatorContextImpl - Class in org.hibernate.validator.internal.engine
 
PredefinedScopeValidatorContextImpl(PredefinedScopeValidatorFactoryImpl) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
PredefinedScopeValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine
Factory returning initialized Validator instances.
PredefinedScopeValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
 
preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
 
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() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
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(ConstraintCreationContext, Set<DefaultConstraintMapping>) - Constructor for class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
 
property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Deprecated.
Since 6.1. Planned for removal. Use either PropertyTarget.field(String) or PropertyTarget.getter(String) instead.
property(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
Deprecated.
property(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
Deprecated.
Property - Interface in org.hibernate.validator.internal.properties
 
Property - Interface in org.hibernate.validator.spi.nodenameprovider
Base interface for property metadata.
PROPERTY_NODE_NAME_PROVIDER_CLASSNAME - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for configuring the property node name provider, allowing to select an implementation of PropertyNodeNameProvider which will be used for property name resolution when creating a property path.
PropertyAccessor - Interface in org.hibernate.validator.internal.properties
 
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.
propertyNodeNameProvider(PropertyNodeNameProvider) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows to set a property node name provider, defining how the name of a property node will be resolved when constructing a property path as the one returned by ConstraintViolation.getPropertyPath().
propertyNodeNameProvider(PropertyNodeNameProvider) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
PropertyNodeNameProvider - Interface in org.hibernate.validator.spi.nodenameprovider
This interface is used to resolve the name of a property node when creating the property path.
propertyPath - Variable in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
 
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() - Element in annotation type org.hibernate.validator.constraints.URL
 
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.
reason() - Element in annotation type org.hibernate.validator.internal.IgnoreForbiddenApisErrors
 
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() - Element in annotation type org.hibernate.validator.constraints.Email
Deprecated.
 
regexp() - Element in annotation type org.hibernate.validator.constraints.URL
 
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_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
REGON.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @REGON annotations on the same element.
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
removeLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
 
replace(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
replace(K, V, 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() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
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.ValueContext
 
resolve(LocaleResolverContext) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolver
 
resolve(LocaleResolverContext) - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolver
Returns the locale used for message interpolation when no locale is defined.
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(Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean, ExpressionFactory) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean, boolean, ExpressionFactory) - 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, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
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 - Enum constant in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Constraint applies to the return value of a method or a constructor.
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
 
ReturnValueExecutableValidationContext<T> - Class in org.hibernate.validator.internal.engine.validationcontext
Implementation of AbstractValidationContext for executable's return value validation.
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.
RIGHT_TO_LEFT - Enum constant in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
 
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.GetMethodFromGetterNameCandidates
 
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.IsClassPresent
 
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

script - Variable in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
 
script() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert
 
script() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
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.BaseHibernateValidatorConfiguration
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(String, Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluationException
 
ScriptEvaluationException(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.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
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(String, Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
ScriptEvaluatorNotFoundException(Throwable) - Constructor for exception org.hibernate.validator.spi.scripting.ScriptEvaluatorNotFoundException
 
seconds() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax
 
seconds() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin
 
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
 
setConstraintLocationKind(ConstraintLocation.ConstraintLocationKind) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
 
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.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.internal.engine.valuecontext.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
 
setPropertyNodeNameProvider(PropertyNodeNameProvider) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
 
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(Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
Sets the container element information.
setTypeParameter(NodeImpl, Class<?>, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
 
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.NoOpElResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
 
SHOW_VALIDATED_VALUE_IN_TRACE_LOGS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Property for trace level logs to include values under validation when constraint checks are executed.
showValidatedValuesInTraceLogs(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the logging configuration that would include validated values in trace level logs.
showValidatedValuesInTraceLogs(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether values that are currently being validated should be part of the logging at trace level, or not.
showValidatedValuesInTraceLogs(boolean) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
showValidatedValuesInTraceLogs(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
showValidatedValuesInTraceLogs(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
Signature - Class in org.hibernate.validator.internal.properties
 
Signature(String, Class<?>...) - Constructor for class org.hibernate.validator.internal.properties.Signature
 
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() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
SIZE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
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
 
SKIP - Enum constant in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
 
SOFT - Enum constant in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Indicates a SoftReference should be used
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() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck
 
startIndex() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
startIndex() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
startIndex() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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.
STRONG - Enum constant in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Indicates a normal Java strong reference should be used
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

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.BaseHibernateValidatorConfiguration
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.BaseHibernateValidatorConfiguration
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.AbstractConfigurationImpl
 
temporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
temporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
terminate() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
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
 
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.
thisAsT() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
 
ThreadSafe - Annotation Type in org.hibernate.validator.internal.util.stereotypes
Documents that the annotated field is safe for concurrent access.
threshold() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
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.
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(char) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
 
Token(String) - 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.ParameterExecutableValidationContext
 
toString() - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
 
toString() - Method in class org.hibernate.validator.internal.engine.valuecontext.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.ClassMetaData
 
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.ClassDescriptorImpl
 
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.AbstractPropertyConstraintLocation
 
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.properties.javabean.JavaBeanExecutable
 
toString() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
 
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.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.AbstractConfigurationImpl
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
 
TraversableResolvers - Class in org.hibernate.validator.internal.engine.resolver
 
treatCheck10As() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
treatCheck10As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
treatCheck11As() - Element in annotation type org.hibernate.validator.constraints.Mod11Check
 
treatCheck11As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
type() - Element in annotation type org.hibernate.validator.constraints.EAN
 
type() - Element in annotation type org.hibernate.validator.constraints.ISBN
 
type() - Element in annotation type org.hibernate.validator.constraints.ru.INN
 
type(Class<C>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
Starts defining constraints on the specified bean class.
type(Class<C>) - Method in interface org.hibernate.validator.cfg.context.TypeTarget
Selects the type to which the next operations shall apply.
type(Class<C>) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
type(Class<C>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
 
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(INN.Type) - Method in class org.hibernate.validator.cfg.defs.ru.INNDef
 
TYPE - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
TYPE - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
 
TYPE_USE - Enum constant in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
 
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
 
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
 
unableToLoadInstanceOfService(String, ServiceConfigurationError) - 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.
uninitializedLocale(Locale) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
unknownMethodInExpressionLanguage(String, Exception) - 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<C>) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
 
unwrap(Class<T>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
 
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
 
UNWRAP - Enum constant in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
 
UPPER_CASE - Enum constant in enum org.hibernate.validator.constraints.UUID.LetterCase
Only upper case is valid
URL - Annotation Type in org.hibernate.validator.constraints
Validates the annotated string is an URL.
URL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
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.PredefinedScopeValidatorFactoryImpl
 
usingContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
 
usingGetterPropertySelectionStrategy(Class<? extends GetterPropertySelectionStrategy>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
usingLocaleResolver(Class<? extends LocaleResolver>) - Method in interface org.hibernate.validator.internal.util.logging.Log
 
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
 
usingPropertyNodeNameProvider(Class<? extends PropertyNodeNameProvider>) - 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
 
UUID - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid UUID.
UUID - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
 
UUID.LetterCase - Enum in org.hibernate.validator.constraints
Required letter case for hex characters
UUID.List - Annotation Type in org.hibernate.validator.constraints
Defines several @UUID annotations on the same element.
UUIDDef - Class in org.hibernate.validator.cfg.defs
Constraint definition for UUID.
UUIDDef() - Constructor for class org.hibernate.validator.cfg.defs.UUIDDef
 
UUIDValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
Checks that the annotated character sequence is a valid UUID.
UUIDValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.UUIDValidator
 

V

valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
Marks the current element (property, parameter etc.) as cascadable.
valid() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
 
VALID - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
 
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<?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
 
validateConstraints(ValidationContext<?>, ValueContext<?, ?>, Collection<ConstraintValidatorContextImpl>) - 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(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.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> - Interface in org.hibernate.validator.internal.engine.validationcontext
Context object interface keeping track of all required data for operations inside ConstraintTree and its subclasses.
ValidationContextBuilder - Class in org.hibernate.validator.internal.engine.validationcontext
Builder for creating AbstractValidationContexts suited for the different kinds of validation.
ValidationContextBuilder(ConstraintValidatorManager, ConstraintValidatorFactory, ValidatorScopedContext, TraversableResolver, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
 
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 - Class in org.hibernate.validator.cdi
A CDI portable extension which integrates Bean Validation with CDI.
ValidationExtension() - Constructor for class org.hibernate.validator.cdi.internal.ValidationExtension
Deprecated.
 
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
 
ValidatorFactoryScopedContext - Class in org.hibernate.validator.internal.engine
 
ValidatorImpl - Class in org.hibernate.validator.internal.engine
The main Bean Validation class.
ValidatorImpl(ConstraintValidatorFactory, BeanMetaDataManager, ValueExtractorManager, ConstraintValidatorManager, ValidationOrderGenerator, ValidatorFactoryScopedContext) - Constructor for class org.hibernate.validator.internal.engine.ValidatorImpl
 
validatorScopedContext - Variable in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
Context containing all Validator level helpers and configuration properties.
ValidatorScopedContext - Class in org.hibernate.validator.internal.engine.validationcontext
Context object storing the Validator level helper and configuration properties.
ValidatorScopedContext(ValidatorFactoryScopedContext) - Constructor for class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
 
value() - Element in annotation type org.hibernate.validator.constraints.br.CNPJ.List
 
value() - Element in annotation type org.hibernate.validator.constraints.br.CPF.List
 
value() - Element in annotation type org.hibernate.validator.constraints.br.TituloEleitoral.List
 
value() - Element in annotation type org.hibernate.validator.constraints.CodePointLength.List
 
value() - Element in annotation type org.hibernate.validator.constraints.ConstraintComposition
The value of this element specifies the boolean operator, namely disjunction (OR), negation of the conjunction (ALL_FALSE), or, the default, simple conjunction (AND).
value() - Element in annotation type org.hibernate.validator.constraints.CreditCardNumber.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Currency.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Currency
The CurrencyUnit codes (e.g.
value() - Element in annotation type org.hibernate.validator.constraints.EAN.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Email.List
Deprecated.
 
value() - Element in annotation type org.hibernate.validator.constraints.ISBN.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Length.List
 
value() - Element in annotation type org.hibernate.validator.constraints.LuhnCheck.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Mod10Check.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Mod11Check.List
 
value() - Element in annotation type org.hibernate.validator.constraints.ModCheck.List
Deprecated.
 
value() - Element in annotation type org.hibernate.validator.constraints.Normalized.List
 
value() - Element in annotation type org.hibernate.validator.constraints.NotBlank.List
Deprecated.
 
value() - Element in annotation type org.hibernate.validator.constraints.NotEmpty.List
Deprecated.
 
value() - Element in annotation type org.hibernate.validator.constraints.ParameterScriptAssert.List
 
value() - Element in annotation type org.hibernate.validator.constraints.pl.NIP.List
 
value() - Element in annotation type org.hibernate.validator.constraints.pl.PESEL.List
 
value() - Element in annotation type org.hibernate.validator.constraints.pl.REGON.List
 
value() - Element in annotation type org.hibernate.validator.constraints.Range.List
 
value() - Element in annotation type org.hibernate.validator.constraints.ru.INN.List
 
value() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert.List
 
value() - Element in annotation type org.hibernate.validator.constraints.time.DurationMax.List
 
value() - Element in annotation type org.hibernate.validator.constraints.time.DurationMin.List
 
value() - Element in annotation type org.hibernate.validator.constraints.UniqueElements.List
 
value() - Element in annotation type org.hibernate.validator.constraints.URL.List
 
value() - Element in annotation type org.hibernate.validator.constraints.UUID.List
 
value() - Element in annotation type org.hibernate.validator.group.GroupSequenceProvider
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MaxDef
 
value(long) - Method in class org.hibernate.validator.cfg.defs.MinDef
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
value(String...) - Method in class org.hibernate.validator.cfg.defs.CurrencyDef
 
ValueContext<T,V> - Class in org.hibernate.validator.internal.engine.valuecontext
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.valuecontext
 
ValueContexts - Class in org.hibernate.validator.internal.engine.valuecontext
 
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
 
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.ru.INN.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.UUID.LetterCase
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.location.ConstraintLocation.ConstraintLocationKind
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.
valueOf(String) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
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.ru.INN.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.UUID.LetterCase
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.location.ConstraintLocation.ConstraintLocationKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLES - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
Only allows access to the variables injected via HibernateConstraintValidatorContext.addExpressionVariable(String, Object), the Jakarta Bean Validation-defined formatter and the ResourceBundles.
VariablesELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
 
VariablesELContext(ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.VariablesELContext
 
variant() - Element in annotation type org.hibernate.validator.constraints.UUID
Must not be lower than variant 0
variant(int[]) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
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() - Element in annotation type org.hibernate.validator.constraints.UUID
Must not be lower than version 1
version(int[]) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
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).
WARNING - Enum constant in enum org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue.IssueKind
 
WEAK - Enum constant in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
Indicates a WeakReference should be used
weight() - Element in annotation type org.hibernate.validator.constraints.Mod10Check
 
weight(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
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

XML - Enum constant in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
The source of configuration is XML configuration
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(MappingXmlParser) - 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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form