Index

$ A B C D E F G H I J L M N O P R S T U V W 
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

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
 
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.
ACCESS_PRIVATE_MEMBERS - Static variable in class org.hibernate.validator.HibernateValidatorPermission
 
addAnnotationAsParameter(String, AnnotationDef<?, ?>) - Method in class org.hibernate.validator.cfg.AnnotationDef
 
addConstraintMapping() - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor.ConstraintMappingBuilder
Adds a new constraint mapping.
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.
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
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.
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.AnnotationDef
 
addValueExtractor(ValueExtractor<?>) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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
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.
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.
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.
ALPHANUMERIC - Enum constant in enum org.hibernate.validator.constraints.br.CNPJ.Format
The new CNPJ format that is constructed from digits and ASCII letters, e.g.
AND - Enum constant in enum org.hibernate.validator.constraints.CompositionType
Used to indicate the conjunction of all the constraints it is applied to.
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
 
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.
AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
Deprecated.
Since 6.0. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
ANY - Enum constant in enum org.hibernate.validator.constraints.ISBN.Type
 
ANY - Enum constant in enum org.hibernate.validator.constraints.ru.INN.Type
 
AssertFalseDef - Class in org.hibernate.validator.cfg.defs
An AssertFalse constraint definition.
AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
 
AssertTrueDef - Class in org.hibernate.validator.cfg.defs
An AssertTrue constraint definition.
AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
 

B

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.
beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
 
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.
BeanNames - Class in org.hibernate.validator.cdi.spi
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.cdi.ValidationExtension
Used to register the method validation interceptor binding annotation.
buildConstraintViolationWithTemplate(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
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.
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.
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.
 
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
 
CNPJ - Annotation Type in org.hibernate.validator.constraints.br
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
CNPJ.Format - Enum in org.hibernate.validator.constraints.br
 
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
A CNPJ constraint definition.
CNPJDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CNPJDef
 
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
 
CompositionType - Enum in org.hibernate.validator.constraints
The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
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.
ConstrainableExecutable - Interface in org.hibernate.validator.spi.properties
Descriptor for a method of a Java class.
constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
Adds a new constraint.
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.
ConstraintComposition - Annotation Type in org.hibernate.validator.constraints
Boolean operator that is applied to all constraints of a composing constraint annotation.
ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
Base class for all constraint definition types.
ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
Starts defining ConstraintValidators to be executed for the specified constraint (i.e. annotation class).
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
Selects the constraint (i.e. annotation type) to which the next operations shall apply.
ConstraintDefinitionContext<A extends Annotation> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constraint (i.e. annotation type).
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.
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.
constraintExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the Expression Language feature level for message interpolation of constraint messages.
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.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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.
constructor(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.ConstructorTarget
Selects a constructor to which the next operations shall apply.
ConstructorConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constructor.
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.
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.
ContainerElementNode - Interface in org.hibernate.validator.path
Node representing a container element, providing Hibernate Validator specific functionality.
ContainerElementTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to select a type argument or the component type of the (return) type of the current property, parameter or method as target for the next operations.
containerElementType() - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
Selects the single type argument of the current element's generic type as the target for the next operations.
containerElementType(int, int...) - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
Selects the single type argument of the current element's generic type as the target for the next operations.
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.
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
A CPF constraint definition.
CPFDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CPFDef
 
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.
createConstraintMappings(ConstraintMappingContributor.ConstraintMappingBuilder) - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor
Callback invoked during validator factory creation.
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
createNewScriptEvaluator(String) - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
Creates a new script evaluator for the given language.
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
 
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
A CreditCardNumber constraint definition.
CreditCardNumberDef() - Constructor for class org.hibernate.validator.cfg.defs.CreditCardNumberDef
 
crossParameter() - Method in interface org.hibernate.validator.cfg.context.CrossParameterTarget
Selects the cross-parameter element of a method or constructor as target for the next constraint declaration operations.
CrossParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.
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.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Currency annotations on the same element.
CurrencyDef - Class in org.hibernate.validator.cfg.defs
A Currency constraint definition.
CurrencyDef() - Constructor for class org.hibernate.validator.cfg.defs.CurrencyDef
 
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.

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
 
DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
A DecimalMax constraint definition.
DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
A DecimalMin constraint definition.
DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DEFAULT - Enum constant in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
The default Expression Language feature level.
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
The name of the default message bundle.
defaultGroupSequence(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines the default group sequence for current type.
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.
defaultLocale(Locale) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Allows setting the default locale used to interpolate the constraint violation messages.
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
DigitsDef - Class in org.hibernate.validator.cfg.defs
A Digits constraint definition.
DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
 
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
A DurationMax constraint definition.
DurationMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMaxDef
 
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
A DurationMin constraint definition.
DurationMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMinDef
 

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
An EAN constraint definition.
EANDef() - Constructor for class org.hibernate.validator.cfg.defs.EANDef
 
Email - Annotation Type in org.hibernate.validator.constraints
Deprecated.
use the standard Email constraint instead
Email.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Defines several @Email annotations on the same element.
EmailDef - Class in org.hibernate.validator.cfg.defs
An Email constraint definition.
EmailDef() - Constructor for class org.hibernate.validator.cfg.defs.EmailDef
 
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.
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.
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
 
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.
ExpressionLanguageFeatureLevel - Enum in org.hibernate.validator.messageinterpolation
Indicates the level of features enabled for the Expression Language engine.
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. custom message interpolators etc.) the ValidationMessages resource bundle If no class loader is given, these resources will be obtained through the thread context class loader and as a last fallback through Hibernate Validator's own class loader.

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.
field(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a field to which the next operations shall apply.
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
 
form() - Element in annotation type org.hibernate.validator.constraints.Normalized
 
format() - Element in annotation type org.hibernate.validator.constraints.br.CNPJ
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
FutureDef - Class in org.hibernate.validator.cfg.defs
A Future constraint definition.
FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 
FutureOrPresentDef - Class in org.hibernate.validator.cfg.defs
A FutureOrPresent constraint definition.
FutureOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureOrPresentDef
 

G

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_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
 
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. when validating the Future and Past constraints.
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.
getDeclaringClass() - Method in interface org.hibernate.validator.spi.nodenameprovider.JavaBeanProperty
Owner class of the property.
getDefaultLocale() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
 
getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Returns the ResourceBundleLocator used by the default message interpolator to load user-provided resource bundles.
getDefaultValueExtractors() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
Returns the default ValueExtractor implementations as per the specification.
getDynamicPayload(Class<C>) - Method in interface org.hibernate.validator.engine.HibernateConstraintViolation
 
getExpressionLanguageFeatureLevel() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getExpressionVariables() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
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.
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getMessageParameters() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getMethodParameterNames() - Method in interface org.hibernate.validator.constraintvalidation.HibernateCrossParameterConstraintValidatorContext
 
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 interface org.hibernate.validator.spi.nodenameprovider.PropertyNodeNameProvider
Returns the resolved name of a property.
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
Deprecated.
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
 
getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
Deprecated.
 
getParameterTypes() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
 
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.
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.
getPropertyPath() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
Search current thread classloader for the resource bundle.
getResourceBundle(Locale) - Method in interface org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getReturnType() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
 
getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
Returns the currently validated root bean type.
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.
getScriptEvaluatorForLanguage(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
Returns a ScriptEvaluator created by the ScriptEvaluatorFactory passed at bootstrap.
getSupportedLocales() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
 
getTemporalValidationTolerance() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
Returns the temporal validation tolerance i.e. the acceptable margin of error when comparing date/time in temporal constraints.
getTemporalValidationTolerance() - Method in interface org.hibernate.validator.HibernateValidatorFactory
Returns the temporal validation tolerance i.e. the acceptable margin of error when comparing date/time in temporal constraints.
getter(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a getter to which the next operations shall apply.
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.
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 - Interface in org.hibernate.validator.spi.properties
Used to define the strategy to detect the getters of a bean.
getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
This method returns the default group sequence for the given instance.
getValue() - Method in interface org.hibernate.validator.path.ContainerElementNode
 
getValue() - Method in interface org.hibernate.validator.path.PropertyNode
 
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).
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
 
GroupSequenceProvider - Annotation Type in org.hibernate.validator.group
The GroupSequenceProvider annotation defines the DefaultGroupSequenceProvider class responsible to return the list of classes defining the default group sequence for the annotated type.

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
handleKeySet() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
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.
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
 
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

ignoreAllAnnotations() - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines that all annotations for this type should be ignored.
ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
Deprecated.
Since 5.2. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
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.
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
 
includeExistingValidators(boolean) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Specifies whether validators already mapped to this constraint (i.e. defined in the annotation declaration through Constraint.validatedBy() or the validation engine defaults) should be included or not.
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
 
initialize(ConstraintDescriptor<A>, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
Initializes the validator in preparation for ConstraintValidator.isValid(Object, ConstraintValidatorContext) calls.
initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
initializeBeanMetaData(Set<Class<?>>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
 
initializeLocales(Set<Locale>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
Deprecated.
Planned for removal, use BaseHibernateValidatorConfiguration.locales(Set) instead.
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.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
An INN constraint definition.
INNDef() - Constructor for class org.hibernate.validator.cfg.defs.ru.INNDef
 
INSENSITIVE - Enum constant in enum org.hibernate.validator.constraints.UUID.LetterCase
Every letter case is valid
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
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
 
interpretDefaultForConstraints(ExpressionLanguageFeatureLevel) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
interpretDefaultForCustomViolations(ExpressionLanguageFeatureLevel) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
ISBN - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid ISBN.
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
An ISBN constraint definition.
ISBNDef() - Constructor for class org.hibernate.validator.cfg.defs.ISBNDef
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
isValid(T) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ValidationCallable
 

J

JavaBeanProperty - Interface in org.hibernate.validator.spi.nodenameprovider
Contains metadata for a JavaBean property.
JURIDICAL - Enum constant in enum org.hibernate.validator.constraints.ru.INN.Type
 

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
 
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.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Length annotations on the same element.
LengthDef - Class in org.hibernate.validator.cfg.defs
A Length constraint definition.
LengthDef() - Constructor for class org.hibernate.validator.cfg.defs.LengthDef
 
letterCase() - Element in annotation type org.hibernate.validator.constraints.UUID
 
letterCase(UUID.LetterCase) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
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 - 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.
LOWER_CASE - Enum constant in enum org.hibernate.validator.constraints.UUID.LetterCase
Only lower case is valid
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
A LuhnCheck constraint definition.
LuhnCheckDef() - Constructor for class org.hibernate.validator.cfg.defs.LuhnCheckDef
 

M

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
 
MaxDef - Class in org.hibernate.validator.cfg.defs
A Max constraint definition.
MaxDef() - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
 
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
 
messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
method(String, Class<?>...) - Method in interface org.hibernate.validator.cfg.context.MethodTarget
Selects a method to which the next operations shall apply.
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
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.
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() - 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
 
MinDef - Class in org.hibernate.validator.cfg.defs
A Min constraint definition.
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
 
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
A Mod10Check constraint definition.
Mod10CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
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
A Mod11Check constraint definition.
Mod11CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
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.
 
modType() - Element in annotation type org.hibernate.validator.constraints.ModCheck
Deprecated.
 
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
 

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
 
NegativeDef - Class in org.hibernate.validator.cfg.defs
A Negative constraint definition.
NegativeDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeDef
 
NegativeOrZeroDef - Class in org.hibernate.validator.cfg.defs
A NegativeOrZero constraint definition.
NegativeOrZeroDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeOrZeroDef
 
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.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
An NIP constraint definition.
NIPDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.NIPDef
 
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.
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 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.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
 
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
A NotBlank constraint definition.
NotBlankDef() - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
 
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
A NotEmpty constraint definition.
NotEmptyDef() - Constructor for class org.hibernate.validator.cfg.defs.NotEmptyDef
 
NotNullDef - Class in org.hibernate.validator.cfg.defs
A NotNull constraint definition.
NotNullDef() - Constructor for class org.hibernate.validator.cfg.defs.NotNullDef
 
NullDef - Class in org.hibernate.validator.cfg.defs
A Null constraint definition.
NullDef() - Constructor for class org.hibernate.validator.cfg.defs.NullDef
 
NUMERIC - Enum constant in enum org.hibernate.validator.constraints.br.CNPJ.Format
The older, original, CNPJ format that is constructed from digits only, e.g.

O

of(String) - Static method in enum org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
 
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.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.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.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.

P

param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
 
parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
Changes the parameter for which added constraints apply.
ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method parameter.
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
 
parameterNameProvider(ParameterNameProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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
A ParameterScriptAssert constraint definition.
ParameterScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
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.
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
 
PastDef - Class in org.hibernate.validator.cfg.defs
A Past constraint definition.
PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PastOrPresentDef - Class in org.hibernate.validator.cfg.defs
A PastOrPresent constraint definition.
PastOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.PastOrPresentDef
 
PatternDef - Class in org.hibernate.validator.cfg.defs
An Pattern constraint definition.
PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
 
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
 
PESEL - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a PESEL (Polish national identification number).
PESEL.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @PESEL annotations on the same element.
PESELDef - Class in org.hibernate.validator.cfg.defs.pl
A PESEL constraint definition.
PESELDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.PESELDef
 
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
port() - Element in annotation type org.hibernate.validator.constraints.URL
 
port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
PositiveDef - Class in org.hibernate.validator.cfg.defs
A Positive constraint definition.
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
 
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. validated classes, constraint validators...
PredefinedScopeHibernateValidatorFactory - Interface in org.hibernate.validator
Provides Hibernate Validator extensions to ValidatorFactory in the context of a predefined scope.
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
 
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 - 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.
PropertyConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a property of a bean.
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 - Interface in org.hibernate.validator.spi.nodenameprovider
This interface is used to resolve the name of a property node when creating the property path.
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
 

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
A Range constraint definition.
RangeDef() - Constructor for class org.hibernate.validator.cfg.defs.RangeDef
 
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. string) is a valid URL using a regular expression.
RegexpURLValidator() - Constructor for class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
REGON - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a REGON number (9/14-digit Polish Taxpayer Identification Number).
REGON.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @REGON annotations on the same element.
REGONDef - Class in org.hibernate.validator.cfg.defs.pl
A REGON constraint definition.
REGONDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.REGONDef
 
reportOn() - Element in annotation type org.hibernate.validator.constraints.ScriptAssert
 
reportOn(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
resolve(LocaleResolverContext) - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolver
Returns the locale used for message interpolation when no locale is defined.
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
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
ReturnValueConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method return value.
ReturnValueTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to 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
 

S

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_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.
ScriptAssertDef - Class in org.hibernate.validator.cfg.defs
A ScriptAssert constraint definition.
ScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
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 - 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
 
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.
SizeDef - Class in org.hibernate.validator.cfg.defs
A Size constraint definition.
SizeDef() - Constructor for class org.hibernate.validator.cfg.defs.SizeDef
 
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
 

T

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. the acceptable margin of error when comparing date/time in temporal constraints.
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
A TituloEleitoral constraint definition.
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.
toString() - Method in class org.hibernate.validator.cfg.AnnotationDef
 
traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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(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
 
TypeConstraintMappingContext<C> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a type.
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.

U

UniqueElements - Annotation Type in org.hibernate.validator.constraints
Validates that every object in the provided Collection is unique, i.e. that we can't find 2 equal elements in the collection.
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
An UniqueElements constraint definition.
UniqueElementsDef() - Constructor for class org.hibernate.validator.cfg.defs.UniqueElementsDef
 
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.List - Annotation Type in org.hibernate.validator.constraints
Defines several @URL annotations on the same element.
URLDef - Class in org.hibernate.validator.cfg.defs
An URL constraint definition.
URLDef() - Constructor for class org.hibernate.validator.cfg.defs.URLDef
 
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.
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.
UUID - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid UUID.
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
 

V

valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
Marks the current element (property, parameter etc.) as cascadable.
validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Adds a new validator to validate this constraint.
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.
ValidationExtension - Class in org.hibernate.validator.cdi
A CDI portable extension which integrates Bean Validation with CDI.
ValidationExtension() - Constructor for class org.hibernate.validator.cdi.ValidationExtension
 
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
 
valueOf(String) - Static method in enum org.hibernate.validator.constraints.br.CNPJ.Format
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.messageinterpolation.ExpressionLanguageFeatureLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.validator.constraints.br.CNPJ.Format
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.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.
variant() - Element in annotation type org.hibernate.validator.constraints.UUID
Accepts values in the [0; 2] range.
variant(int[]) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 
version() - Element in annotation type org.hibernate.validator.constraints.UUID
Accepts values in the [1; 15] range, which corresponds to the hexadecimal [1; f] range.
version(int[]) - Method in class org.hibernate.validator.cfg.defs.UUIDDef
 

W

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.
$ A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form