Index
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
ScriptEvaluator
s. - 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
-
Deprecated.
- 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
andValidator
if not yet present. - AggregateResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
A
ResourceBundleLocator
implementation that provides access to multiple sourceResourceBundle
s 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.
- alias() - Element in annotation interface org.hibernate.validator.constraints.ScriptAssert
- alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
- ALL_FALSE - Enum constant in enum class 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
-
Property corresponding to the
BaseHibernateValidatorConfiguration.allowMultipleCascadedValidationOnReturnValues(boolean)
method. - ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property corresponding to the
BaseHibernateValidatorConfiguration.allowParallelMethodsDefineParameterConstraints(boolean)
method. - ALLOW_PARAMETER_CONSTRAINT_OVERRIDE - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property corresponding to the
BaseHibernateValidatorConfiguration.allowOverridingMethodAlterParameterConstraint(boolean)
method. - allowEmpty() - Element in annotation interface 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 interface 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 class org.hibernate.validator.constraints.br.CNPJ.Format
-
The new CNPJ format that is constructed from digits and ASCII letters, e.g.
- ALWAYS - Enum constant in enum class org.hibernate.validator.constraints.kor.KorRRN.ValidateCheckDigit
-
Perform the checks on: The length of an RRN The validity of the Gender-Digit in an RRN The validity of the date in an RRN The Validity of check-digit in RRN
- AND - Enum constant in enum class 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.
- ANY - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- ANY - Enum constant in enum class org.hibernate.validator.constraints.ISBN.Type
- ANY - Enum constant in enum class org.hibernate.validator.constraints.ru.INN.Type
- assertConstraintTypes(Set<? extends ConstraintDescriptor<?>>, Class<?>...) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
- assertCorrectConstraintTypes(Set<? extends ConstraintViolation<?>>, Class<?>...) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Asserts that the violated constraint type in the violation list matches exactly the expected constraint types list.
- assertCorrectPropertyPathStringRepresentations(Set<? extends ConstraintViolation<?>>, String...) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Asserts that the given list of constraint violation paths matches the list of expected property paths.
- AssertFalseDef - Class in org.hibernate.validator.cfg.defs
-
An
AssertFalse
constraint definition. - AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
- assertNoViolations(Set<? extends ConstraintViolation<?>>) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Asserts that the given violation list has no violations (is empty).
- assertNoViolations(Set<? extends ConstraintViolation<?>>, String) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Asserts that the given violation list has no violations (is empty).
- assertPathEquals(Path, ConstraintViolationAssert.PathExpectation) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Asserts that the path matches the expected path.
- assertThat(Set<? extends ConstraintViolation<?>>) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
- assertThat(Set<GroupConversionDescriptor>) - Static method in class org.hibernate.validator.testutil.DescriptorAssert
- 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() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- bean(boolean, Object, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- bean(boolean, Object, Integer, Class<?>, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- BEAN_META_DATA_CLASS_NORMALIZER - Static variable in class org.hibernate.validator.cdi.spi.BeanNames
- BEAN_METHODS - Enum constant in enum class 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 class 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
- BECH32 - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.cdi.ValidationExtension
-
Used to register the method validation interceptor binding annotation.
- BitcoinAddress - Annotation Interface in org.hibernate.validator.constraints
-
The string has to be a well-formed BTC (Bitcoin) Mainnet address.
- BitcoinAddress.BitcoinAddressType - Enum Class in org.hibernate.validator.constraints
- BitcoinAddressDef - Class in org.hibernate.validator.cfg.defs
-
A
BitcoinAddress
constraint definition. - BitcoinAddressDef() - Constructor for class org.hibernate.validator.cfg.defs.BitcoinAddressDef
- 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.
- charAt(int) - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
- checkDigitIndex() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck
- checkDigitIndex() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- checkDigitIndex() - Element in annotation interface 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
- 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 Interface in org.hibernate.validator.constraints.br
-
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
- CNPJ.Format - Enum Class in org.hibernate.validator.constraints.br
- CNPJ.List - Annotation Interface 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 Interface in org.hibernate.validator.constraints
-
Validate that the code point length of a character sequence is between min and max included.
- CodePointLength.List - Annotation Interface in org.hibernate.validator.constraints
-
Defines several
@CodePointLength
annotations on the same element. - CodePointLength.NormalizationStrategy - Enum Class 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 Class in org.hibernate.validator.constraints
-
The Enum
CompositionType
which is used as argument to the annotationConstraintComposition
. - 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_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 Interface 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
ConstraintValidator
s 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
ConstraintMapping
s 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.
- ConstraintValidationProcessor - Class in org.hibernate.validator.ap
-
An annotation processor for checking Bean Validation constraints.
- ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
- 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.
- ConstraintViolationAssert - Class in org.hibernate.validator.testutil
-
This class provides useful functions to assert correctness of constraint violations raised during tests.
- ConstraintViolationAssert.ConstraintViolationSetAssert - Class in org.hibernate.validator.testutil
- ConstraintViolationAssert.PathExpectation - Class in org.hibernate.validator.testutil
-
A property path expected to be returned by a given
ConstraintViolation
. - ConstraintViolationAssert.ViolationExpectation - Class in org.hibernate.validator.testutil
- ConstraintViolationSetAssert(Set<? extends ConstraintViolation<?>>) - Constructor for class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- constructor(Class<?>) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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.
- containerElement(String, boolean, Object, Integer, Class<?>, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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.
- containsConversion(Class<?>, Class<?>) - Method in class org.hibernate.validator.testutil.DescriptorAssert.GroupConversionDescriptorSetAssert
- containsOneOfViolations(ConstraintViolationAssert.ViolationExpectation...) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- containsOnlyPaths(ConstraintViolationAssert.PathExpectation...) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- containsOnlyViolations(ConstraintViolationAssert.ViolationExpectation...) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- containsPath(ConstraintViolationAssert.PathExpectation) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- containsPaths(ConstraintViolationAssert.PathExpectation...) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- 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.
- CountValidationCalls - Annotation Interface in org.hibernate.validator.testutil
- CountValidationCallsValidator - Class in org.hibernate.validator.testutil
- CountValidationCallsValidator() - Constructor for class org.hibernate.validator.testutil.CountValidationCallsValidator
- CPF - Annotation Interface in org.hibernate.validator.constraints.br
-
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
- CPF.List - Annotation Interface 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 Interface in org.hibernate.validator.constraints
-
The annotated element has to represent a valid credit card number.
- CreditCardNumber.List - Annotation Interface 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.
- crossParameter() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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 Interface in org.hibernate.validator.constraints
-
The
MonetaryAmount
has to be in the rightCurrencyUnit
. - Currency.List - Annotation Interface 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 interface org.hibernate.validator.constraints.time.DurationMax
- days() - Element in annotation interface 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 class 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.
- DefaultConstraintValidatorFactory - Class in org.hibernate.validator.constraintvalidation.spi
-
Default
ConstraintValidatorFactory
using a no-arg constructor. - DefaultConstraintValidatorFactory() - Constructor for class org.hibernate.validator.constraintvalidation.spi.DefaultConstraintValidatorFactory
- 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
-
Creates a new
DelegatingResourceBundleLocator
. - describedAs(String, Object...) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ConstraintViolationSetAssert
- DescriptorAssert - Class in org.hibernate.validator.testutil
-
Provides assertion methods for testing
ElementDescriptor
implementations and collections thereof. - DescriptorAssert.GroupConversionDescriptorSetAssert - Class in org.hibernate.validator.testutil
-
Assertions for collections of
GroupConversionDescriptor
s. - DigitsDef - Class in org.hibernate.validator.cfg.defs
-
A
Digits
constraint definition. - DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
- DummyTraversableResolver - Class in org.hibernate.validator.testutil
-
A dummy traversable resolver which returns always
true
. - DummyTraversableResolver() - Constructor for class org.hibernate.validator.testutil.DummyTraversableResolver
- DurationMax - Annotation Interface in org.hibernate.validator.constraints.time
-
The annotated
Duration
element must be shorter than or equal to the one constructed as a sum ofDurationMax.nanos()
,DurationMax.millis()
,DurationMax.seconds()
,DurationMax.minutes()
,DurationMax.hours()
,DurationMax.days()
. - DurationMax.List - Annotation Interface 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 Interface in org.hibernate.validator.constraints.time
-
The annotated
Duration
element must be longer than or equal to the one constructed as a sum ofDurationMin.nanos()
,DurationMin.millis()
,DurationMin.seconds()
,DurationMin.minutes()
,DurationMin.hours()
,DurationMin.days()
. - DurationMin.List - Annotation Interface 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 Interface in org.hibernate.validator.constraints
-
Checks that the annotated character sequence is a valid EAN 13 number.
- EAN.List - Annotation Interface in org.hibernate.validator.constraints
-
Defines several
@EAN
annotations on the same element. - EAN.Type - Enum Class in org.hibernate.validator.constraints
- EAN13 - Enum constant in enum class org.hibernate.validator.constraints.EAN.Type
- EAN8 - Enum constant in enum class 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
- 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
-
Property corresponding to the
BaseHibernateValidatorConfiguration.enableTraversableResolverResultCache(boolean)
. - 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 interface org.hibernate.validator.constraints.LuhnCheck
- endIndex() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- endIndex() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- 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
- equals(Object) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- equals(Object) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- 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 Class 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.) theValidationMessages
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. - FAIL_FAST_ON_PROPERTY_VIOLATION - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property corresponding to the
BaseHibernateValidatorConfiguration.failFastOnPropertyViolation(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.
- failFastOnPropertyViolation(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
En- or disables the skipping of class level constraints based on validation of property level ones.
- failFastOnPropertyViolation(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
En- or disables the skipping of class level constraints based on validation of property level ones.
- 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 interface 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 interface org.hibernate.validator.constraints.Normalized
- format() - Element in annotation interface 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 theFuture
andPast
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 thedefault 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.
- getInstance(Class<T>) - Method in class org.hibernate.validator.cdi.spi.InjectingConstraintValidatorFactory
- getInstance(Class<T>) - Method in class org.hibernate.validator.constraintvalidation.spi.DefaultConstraintValidatorFactory
- 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.
- getNumberOfValidationCall() - Static method in class org.hibernate.validator.testutil.CountValidationCallsValidator
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.testutil.PrefixableParameterNameProvider
- getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
- getParameterNames(Method) - Method in class org.hibernate.validator.testutil.PrefixableParameterNameProvider
- 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
ScriptEvaluator
s used to evaluate script expressions ofScriptAssert
andParameterScriptAssert
constraints. - getScriptEvaluatorForLanguage(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
-
Returns a
ScriptEvaluator
created by theScriptEvaluatorFactory
passed at bootstrap. - getSupportedLocales() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
- getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
- 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(Class<?>, T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
-
This method returns the default group sequence for the given
klass
bean type andobject
instance. - getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.hibernate.validator.path.ContainerElementNode
- getValue() - Method in interface org.hibernate.validator.path.PropertyNode
- GroupConversionDescriptorSetAssert(Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.testutil.DescriptorAssert.GroupConversionDescriptorSetAssert
- 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 interface org.hibernate.validator.constraints.BitcoinAddress
- groups() - Element in annotation interface org.hibernate.validator.constraints.br.CNPJ
- groups() - Element in annotation interface org.hibernate.validator.constraints.br.CPF
- groups() - Element in annotation interface org.hibernate.validator.constraints.br.TituloEleitoral
- groups() - Element in annotation interface org.hibernate.validator.constraints.CodePointLength
- groups() - Element in annotation interface org.hibernate.validator.constraints.CreditCardNumber
- groups() - Element in annotation interface org.hibernate.validator.constraints.Currency
- groups() - Element in annotation interface org.hibernate.validator.constraints.EAN
- groups() - Element in annotation interface org.hibernate.validator.constraints.ISBN
- groups() - Element in annotation interface org.hibernate.validator.constraints.kor.KorRRN
- groups() - Element in annotation interface org.hibernate.validator.constraints.Length
- groups() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck
- groups() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- groups() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- groups() - Element in annotation interface org.hibernate.validator.constraints.Normalized
- groups() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert
- groups() - Element in annotation interface org.hibernate.validator.constraints.pl.NIP
- groups() - Element in annotation interface org.hibernate.validator.constraints.pl.PESEL
- groups() - Element in annotation interface org.hibernate.validator.constraints.pl.REGON
- groups() - Element in annotation interface org.hibernate.validator.constraints.Range
- groups() - Element in annotation interface org.hibernate.validator.constraints.ru.INN
- groups() - Element in annotation interface org.hibernate.validator.constraints.ScriptAssert
- groups() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax
- groups() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMin
- groups() - Element in annotation interface org.hibernate.validator.constraints.UniqueElements
- groups() - Element in annotation interface org.hibernate.validator.constraints.URL
- groups() - Element in annotation interface org.hibernate.validator.constraints.UUID
- groups() - Element in annotation interface org.hibernate.validator.testutil.CountValidationCalls
- groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
- GroupSequenceProvider - Annotation Interface in org.hibernate.validator.group
-
The
GroupSequenceProvider
annotation defines theDefaultGroupSequenceProvider
class responsible to return the list of classes defining the default group sequence for the annotated type.
H
- hashCode() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- hashCode() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- 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 Interface 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
-
Deprecated, for removal: This API element is subject to removal in a future version.This permission will be removed in the future versions of Hibernate Validator as it does not rely on the
SecurityManager
anymore. - HibernateValidatorPermission(String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
-
Deprecated.
- HibernateValidatorPermission(String, String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
-
Deprecated.
- host() - Element in annotation interface org.hibernate.validator.constraints.URL
- host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
- hours() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax
- hours() - Element in annotation interface 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(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 interface org.hibernate.validator.constraints.CreditCardNumber
- ignoreNonDigitCharacters() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck
- ignoreNonDigitCharacters() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- ignoreNonDigitCharacters() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- 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
- includeBeansAndConstraintsDefinedOnlyInXml(boolean) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
-
Specify whether to append the
built-in constraints
andbeans to initialize
with constraints and beans provided only through XML mapping. - 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 interface org.hibernate.validator.constraints.time.DurationMax
-
Specifies whether the specified maximum is inclusive or exclusive.
- inclusive() - Element in annotation interface 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 Interface in org.hibernate.validator
-
Marks the annotated element as incubating.
- INDIVIDUAL - Enum constant in enum class org.hibernate.validator.constraints.ru.INN.Type
- init() - Static method in class org.hibernate.validator.testutil.CountValidationCallsValidator
- init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
- initialize(ConstraintDescriptor<A>, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
-
Initializes the validator in preparation for
ConstraintValidator.isValid(Object, ConstraintValidatorContext)
calls. - initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
- initialize(CountValidationCalls) - Method in class org.hibernate.validator.testutil.CountValidationCallsValidator
- initializeBeanMetaData(Set<Class<?>>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
- InjectingConstraintValidatorFactory - Class in org.hibernate.validator.cdi.spi
-
A
ConstraintValidatorFactory
which enables CDI based dependency injection for the createdConstraintValidator
s. - InjectingConstraintValidatorFactory(BeanManager) - Constructor for class org.hibernate.validator.cdi.spi.InjectingConstraintValidatorFactory
- INN - Annotation Interface 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 Interface in org.hibernate.validator.constraints.ru
-
Defines several
@INN
annotations on the same element. - INN.Type - Enum Class 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 class 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 class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
- interpretDefaultForCustomViolations(ExpressionLanguageFeatureLevel) - Static method in enum class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
- invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.testutil.ValidationInvocationHandler
- ISBN - Annotation Interface in org.hibernate.validator.constraints
-
Checks that the annotated character sequence is a valid ISBN.
- ISBN_10 - Enum constant in enum class org.hibernate.validator.constraints.ISBN.Type
- ISBN_13 - Enum constant in enum class org.hibernate.validator.constraints.ISBN.Type
- ISBN.List - Annotation Interface in org.hibernate.validator.constraints
-
Defines several
@ISBN
annotations on the same element. - ISBN.Type - Enum Class 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
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.testutil.DummyTraversableResolver
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.testutil.DummyTraversableResolver
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.testutil.CountValidationCallsValidator
- 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.
- jiraKey() - Element in annotation interface org.hibernate.validator.testutil.TestForIssue
-
The key of a JIRA issue tested.
- JURIDICAL - Enum constant in enum class org.hibernate.validator.constraints.ru.INN.Type
K
- KorRRN - Annotation Interface in org.hibernate.validator.constraints.kor
-
Checks that the annotated character sequence is a valid Korean resident registration number.
- KorRRN.List - Annotation Interface in org.hibernate.validator.constraints.kor
-
Defines several
@KorRRN
annotations on the same element. - KorRRN.ValidateCheckDigit - Enum Class in org.hibernate.validator.constraints.kor
-
Defines the validation rules this constraint applies to the Korean resident registration number.
- KorRRNDef - Class in org.hibernate.validator.cfg.defs.kor
-
A
KorRRN
constraint definition. - KorRRNDef() - Constructor for class org.hibernate.validator.cfg.defs.kor.KorRRNDef
L
- lang() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert
- lang() - Element in annotation interface 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 class org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
- length() - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
- Length - Annotation Interface in org.hibernate.validator.constraints
-
Validate that the string is between min and max included.
- Length.List - Annotation Interface 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 interface 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 class org.hibernate.validator.constraints.UUID.LetterCase
-
Only lower case is valid
- LuhnCheck - Annotation Interface in org.hibernate.validator.constraints
-
Luhn algorithm check constraint.
- LuhnCheck.List - Annotation Interface 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 interface org.hibernate.validator.constraints.CodePointLength
- max() - Element in annotation interface org.hibernate.validator.constraints.Length
- max() - Element in annotation interface 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 interface org.hibernate.validator.constraints.BitcoinAddress
- message() - Element in annotation interface org.hibernate.validator.constraints.br.CNPJ
- message() - Element in annotation interface org.hibernate.validator.constraints.br.CPF
- message() - Element in annotation interface org.hibernate.validator.constraints.br.TituloEleitoral
- message() - Element in annotation interface org.hibernate.validator.constraints.CodePointLength
- message() - Element in annotation interface org.hibernate.validator.constraints.CreditCardNumber
- message() - Element in annotation interface org.hibernate.validator.constraints.Currency
- message() - Element in annotation interface org.hibernate.validator.constraints.EAN
- message() - Element in annotation interface org.hibernate.validator.constraints.ISBN
- message() - Element in annotation interface org.hibernate.validator.constraints.kor.KorRRN
- message() - Element in annotation interface org.hibernate.validator.constraints.Length
- message() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck
- message() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- message() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- message() - Element in annotation interface org.hibernate.validator.constraints.Normalized
- message() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert
- message() - Element in annotation interface org.hibernate.validator.constraints.pl.NIP
- message() - Element in annotation interface org.hibernate.validator.constraints.pl.PESEL
- message() - Element in annotation interface org.hibernate.validator.constraints.pl.REGON
- message() - Element in annotation interface org.hibernate.validator.constraints.Range
- message() - Element in annotation interface org.hibernate.validator.constraints.ru.INN
- message() - Element in annotation interface org.hibernate.validator.constraints.ScriptAssert
- message() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax
- message() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMin
- message() - Element in annotation interface org.hibernate.validator.constraints.UniqueElements
- message() - Element in annotation interface org.hibernate.validator.constraints.URL
- message() - Element in annotation interface org.hibernate.validator.constraints.UUID
- message() - Element in annotation interface org.hibernate.validator.testutil.CountValidationCalls
- message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
- messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
- method(String) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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 interface org.hibernate.validator.constraints.time.DurationMax
- millis() - Element in annotation interface 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 interface org.hibernate.validator.constraints.CodePointLength
- min() - Element in annotation interface org.hibernate.validator.constraints.Length
- min() - Element in annotation interface 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 interface org.hibernate.validator.constraints.time.DurationMax
- minutes() - Element in annotation interface 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
- Mod10Check - Annotation Interface in org.hibernate.validator.constraints
-
@Modulo 10 check constraint.
- Mod10Check.List - Annotation Interface 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
- Mod11Check - Annotation Interface in org.hibernate.validator.constraints
-
Modulo 11 check constraint.
- Mod11Check.List - Annotation Interface in org.hibernate.validator.constraints
-
Defines several
@Mod11Check
annotations on the same element. - Mod11Check.ProcessingDirection - Enum Class 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
- multiplier() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- multiplier(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
- MyCustomStringImpl - Class in org.hibernate.validator.testutil
- MyCustomStringImpl(String) - Constructor for class org.hibernate.validator.testutil.MyCustomStringImpl
N
- nanos() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax
- nanos() - Element in annotation interface 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
- NEVER - Enum constant in enum class org.hibernate.validator.constraints.kor.KorRRN.ValidateCheckDigit
-
Perform the checks on: The length of an RRN The validity of the Gender-Digit in an RRN The validity of the date in an RRN
- NFC - Enum constant in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Normalization by canonical decomposition, followed by canonical composition.
- NFD - Enum constant in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Normalization by canonical decomposition.
- NFKC - Enum constant in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Normalization by compatibility decomposition, followed by canonical composition.
- NFKD - Enum constant in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Normalization by compatibility decomposition.
- NIP - Annotation Interface in org.hibernate.validator.constraints.pl
-
Validates that a
CharSequence
is a NIP number (9-digit Polish VAT identification number). - NIP.List - Annotation Interface 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 class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
No normalization.
- NONE - Enum constant in enum class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
-
Expression Language expressions are not interpolated.
- normalizationStrategy() - Element in annotation interface 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 class 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 Interface in org.hibernate.validator.constraints
-
Validate that a character sequence is of normalization form.
- Normalized.List - Annotation Interface 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
- NotBlankDef - Class in org.hibernate.validator.cfg.defs
-
A
NotBlank
constraint definition. - NotBlankDef() - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
- 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 class 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 class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
- OR - Enum constant in enum class org.hibernate.validator.constraints.CompositionType
-
Used to indicate the disjunction of all constraints it is applied to.
- org.hibernate.validator - package org.hibernate.validator
-
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
- org.hibernate.validator.ap - package org.hibernate.validator.ap
-
This package contains the main class of Hibernate Validator annotation processor.
- org.hibernate.validator.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.interceptor.spi - package org.hibernate.validator.cdi.interceptor.spi
- 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.kor - package org.hibernate.validator.cfg.defs.kor
-
Korean 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.kor - package org.hibernate.validator.constraints.kor
-
Hibernate Validator Korean 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.constraintvalidation.spi - package org.hibernate.validator.constraintvalidation.spi
- 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
andParameterScriptAssert
constraints. - org.hibernate.validator.testutil - package org.hibernate.validator.testutil
-
This package contains utility classes for testing
P
- P2PKH - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- P2SH - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- P2TR - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- P2WPKH - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- P2WSH - Enum constant in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
- param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
- parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
-
Changes the parameter for which added constraints apply.
- parameter(String, int) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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 Interface in org.hibernate.validator.constraints
-
A method-level constraint, that evaluates a script expression against the annotated method or constructor.
- ParameterScriptAssert.List - Annotation Interface 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
- pathsAreEqual(Path, Path) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
-
Checks that two property paths are equal.
- pathWith() - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
- 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 interface org.hibernate.validator.constraints.BitcoinAddress
- payload() - Element in annotation interface org.hibernate.validator.constraints.br.CNPJ
- payload() - Element in annotation interface org.hibernate.validator.constraints.br.CPF
- payload() - Element in annotation interface org.hibernate.validator.constraints.br.TituloEleitoral
- payload() - Element in annotation interface org.hibernate.validator.constraints.CodePointLength
- payload() - Element in annotation interface org.hibernate.validator.constraints.CreditCardNumber
- payload() - Element in annotation interface org.hibernate.validator.constraints.Currency
- payload() - Element in annotation interface org.hibernate.validator.constraints.EAN
- payload() - Element in annotation interface org.hibernate.validator.constraints.ISBN
- payload() - Element in annotation interface org.hibernate.validator.constraints.kor.KorRRN
- payload() - Element in annotation interface org.hibernate.validator.constraints.Length
- payload() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck
- payload() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- payload() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- payload() - Element in annotation interface org.hibernate.validator.constraints.Normalized
- payload() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert
- payload() - Element in annotation interface org.hibernate.validator.constraints.pl.NIP
- payload() - Element in annotation interface org.hibernate.validator.constraints.pl.PESEL
- payload() - Element in annotation interface org.hibernate.validator.constraints.pl.REGON
- payload() - Element in annotation interface org.hibernate.validator.constraints.Range
- payload() - Element in annotation interface org.hibernate.validator.constraints.ru.INN
- payload() - Element in annotation interface org.hibernate.validator.constraints.ScriptAssert
- payload() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax
- payload() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMin
- payload() - Element in annotation interface org.hibernate.validator.constraints.UniqueElements
- payload() - Element in annotation interface org.hibernate.validator.constraints.URL
- payload() - Element in annotation interface org.hibernate.validator.constraints.UUID
- payload() - Element in annotation interface org.hibernate.validator.testutil.CountValidationCalls
- payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
- PESEL - Annotation Interface in org.hibernate.validator.constraints.pl
-
Validates that a
CharSequence
is a PESEL (Polish national identification number). - PESEL.List - Annotation Interface 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
-
Creates a new
PlatformResourceBundleLocator
. - PlatformResourceBundleLocator(String, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Creates a new
PlatformResourceBundleLocator
. - PlatformResourceBundleLocator(String, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Creates a new
PlatformResourceBundleLocator
. - PlatformResourceBundleLocator(String, Set<Locale>) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Creates a new
PlatformResourceBundleLocator
. - PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Creates a new
PlatformResourceBundleLocator
. - PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Creates a new
PlatformResourceBundleLocator
. - port() - Element in annotation interface 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. - PrefixableParameterNameProvider - Class in org.hibernate.validator.testutil
-
A
ParameterNameProvider
for testing purposes. - PrefixableParameterNameProvider(String) - Constructor for class org.hibernate.validator.testutil.PrefixableParameterNameProvider
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
- 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 forValidatorFactory
andValidator
already have been registered by some other component. - processingDirection() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- processingDirection(Mod11Check.ProcessingDirection) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
- property(String) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- property(String, boolean, Object, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- property(String, boolean, Object, Integer, Class<?>, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- property(String, Class<?>, Integer) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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 interface org.hibernate.validator.constraints.URL
- protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
R
- Range - Annotation Interface in org.hibernate.validator.constraints
-
The annotated element has to be in the appropriate range.
- Range.List - Annotation Interface 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
- regexp() - Element in annotation interface 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 Interface in org.hibernate.validator.constraints.pl
-
Validates that a
CharSequence
is a REGON number (9/14-digit Polish Taxpayer Identification Number). - REGON.List - Annotation Interface 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
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.hibernate.validator.cdi.spi.InjectingConstraintValidatorFactory
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.hibernate.validator.constraintvalidation.spi.DefaultConstraintValidatorFactory
- reportOn() - Element in annotation interface 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.
- returnValue() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- 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 class org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
- runWithCustomValidationXml(String, Runnable) - Method in class org.hibernate.validator.testutil.ValidationXmlTestHelper
-
Executes the given runnable, using the specified file as replacement for
META-INF/validation.xml
.
S
- script() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert
- script() - Element in annotation interface 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
ScriptEvaluator
s for evaluation of script expressions inScriptAssert
andParameterScriptAssert
constraints. - ScriptAssert - Annotation Interface in org.hibernate.validator.constraints
-
A class-level constraint, that evaluates a script expression against the annotated element.
- ScriptAssert.List - Annotation Interface 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
ScriptEngine
s. - 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
andParameterScriptAssert
constraints. - scriptEvaluatorFactory(ScriptEvaluatorFactory) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Allows to specify a custom
ScriptEvaluatorFactory
responsible for creatingScriptEvaluator
s used to evaluate script expressions forScriptAssert
andParameterScriptAssert
constraints. - ScriptEvaluatorFactory - Interface in org.hibernate.validator.spi.scripting
-
Factory used to initialize the
ScriptEvaluator
s required to evaluate script expressions defined inScriptAssert
andParameterScriptAssert
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 interface org.hibernate.validator.constraints.time.DurationMax
- seconds() - Element in annotation interface 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 interface org.hibernate.validator.constraints.LuhnCheck
- startIndex() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check
- startIndex() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- 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
- subSequence(int, int) - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
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
andFuture
/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.
- TestForIssue - Annotation Interface in org.hibernate.validator.testutil
-
A documentation annotation for notating what JIRA issue is being tested.
- threshold() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- threshold(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
- TituloEleitoral - Annotation Interface in org.hibernate.validator.constraints.br
-
Validates a Título Eleitoral (Brazilian Voter ID card number).
- TituloEleitoral.List - Annotation Interface 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
- toString() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- toString() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- toString() - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
- toStringInViolation() - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.PathExpectation
- traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
- treatCheck10As() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- treatCheck10As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
- treatCheck11As() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check
- treatCheck11As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
- type() - Element in annotation interface org.hibernate.validator.constraints.EAN
- type() - Element in annotation interface org.hibernate.validator.constraints.ISBN
- type() - Element in annotation interface 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 Interface 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 Interface 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 class org.hibernate.validator.constraints.UUID.LetterCase
-
Only upper case is valid
- URL - Annotation Interface in org.hibernate.validator.constraints
-
Validates the annotated string is an URL.
- URL.List - Annotation Interface 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 Interface in org.hibernate.validator.constraints
-
Checks that the annotated character sequence is a valid UUID.
- UUID.LetterCase - Enum Class in org.hibernate.validator.constraints
-
Required letter case for hex characters
- UUID.List - Annotation Interface 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.
- validateCheckDigit() - Element in annotation interface org.hibernate.validator.constraints.kor.KorRRN
- validateCheckDigit(KorRRN.ValidateCheckDigit) - Method in class org.hibernate.validator.cfg.defs.kor.KorRRNDef
- validateConstructorInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.interceptor.spi.ValidationInterceptor
-
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.
- validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
-
Adds a new validator to validate this constraint.
- validateMethodInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.interceptor.spi.ValidationInterceptor
-
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.
- 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
- ValidationInterceptor - Class in org.hibernate.validator.cdi.interceptor.spi
-
An interceptor which performs a validation of the Bean Validation constraints specified at the parameters and/or return values of intercepted methods using the method validation functionality provided by Hibernate Validator.
- ValidationInterceptor() - Constructor for class org.hibernate.validator.cdi.interceptor.spi.ValidationInterceptor
- ValidationInvocationHandler - Class in org.hibernate.validator.testutil
-
An invocation handler used to test method-level validation.
- ValidationInvocationHandler(Object, Validator, Class<?>...) - Constructor for class org.hibernate.validator.testutil.ValidationInvocationHandler
- ValidationXmlTestHelper - Class in org.hibernate.validator.testutil
-
Helps tests with using a specific file as
META-INF/validation.xml
. - ValidationXmlTestHelper(Class<?>) - Constructor for class org.hibernate.validator.testutil.ValidationXmlTestHelper
-
Creates a new
ValidationXmlTestHelper
. - value() - Element in annotation interface org.hibernate.validator.constraints.BitcoinAddress
- value() - Element in annotation interface org.hibernate.validator.constraints.br.CNPJ.List
- value() - Element in annotation interface org.hibernate.validator.constraints.br.CPF.List
- value() - Element in annotation interface org.hibernate.validator.constraints.br.TituloEleitoral.List
- value() - Element in annotation interface org.hibernate.validator.constraints.CodePointLength.List
- value() - Element in annotation interface 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 interface org.hibernate.validator.constraints.CreditCardNumber.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Currency.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Currency
-
The
CurrencyUnit
codes (e.g. - value() - Element in annotation interface org.hibernate.validator.constraints.EAN.List
- value() - Element in annotation interface org.hibernate.validator.constraints.ISBN.List
- value() - Element in annotation interface org.hibernate.validator.constraints.kor.KorRRN.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Length.List
- value() - Element in annotation interface org.hibernate.validator.constraints.LuhnCheck.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Mod10Check.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Mod11Check.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Normalized.List
- value() - Element in annotation interface org.hibernate.validator.constraints.ParameterScriptAssert.List
- value() - Element in annotation interface org.hibernate.validator.constraints.pl.NIP.List
- value() - Element in annotation interface org.hibernate.validator.constraints.pl.PESEL.List
- value() - Element in annotation interface org.hibernate.validator.constraints.pl.REGON.List
- value() - Element in annotation interface org.hibernate.validator.constraints.Range.List
- value() - Element in annotation interface org.hibernate.validator.constraints.ru.INN.List
- value() - Element in annotation interface org.hibernate.validator.constraints.ScriptAssert.List
- value() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMax.List
- value() - Element in annotation interface org.hibernate.validator.constraints.time.DurationMin.List
- value() - Element in annotation interface org.hibernate.validator.constraints.UniqueElements.List
- value() - Element in annotation interface org.hibernate.validator.constraints.URL.List
- value() - Element in annotation interface org.hibernate.validator.constraints.UUID.List
- value() - Element in annotation interface 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
- value(BitcoinAddress.BitcoinAddressType...) - Method in class org.hibernate.validator.cfg.defs.BitcoinAddressDef
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.br.CNPJ.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.CompositionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.EAN.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.ISBN.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.kor.KorRRN.ValidateCheckDigit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.ru.INN.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.constraints.UUID.LetterCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.hibernate.validator.constraints.BitcoinAddress.BitcoinAddressType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.br.CNPJ.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.CompositionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.EAN.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.ISBN.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.kor.KorRRN.ValidateCheckDigit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.ru.INN.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.constraints.UUID.LetterCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLES - Enum constant in enum class org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
-
Only allows access to the variables injected via
HibernateConstraintValidatorContext.addExpressionVariable(String, Object)
, the Jakarta Bean Validation-definedformatter
and theResourceBundle
s. - variant() - Element in annotation interface 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 interface 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
- violationOf(Class<? extends Annotation>) - Static method in class org.hibernate.validator.testutil.ConstraintViolationAssert
W
- weight() - Element in annotation interface 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.
- withInvalidValue(Object) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- withMessage(String) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- withProperty(String) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- withPropertyPath(ConstraintViolationAssert.PathExpectation) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
- withRootBeanClass(Class<?>) - Method in class org.hibernate.validator.testutil.ConstraintViolationAssert.ViolationExpectation
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DefaultGroupSequenceProvider.getValidationGroups(Class, Object)
instead.