- AbstractConstraintCheck - Class in org.hibernate.validator.ap.checks
-
- AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- AbstractMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
-
Resource bundle backed message interpolator.
- AbstractMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
- AbstractMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- addConstraintDefinitionContributor(ConstraintDefinitionContributor) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Registers the given ConstraintDefinitionContributor
with the bootstrapped validator factory.
- 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 named variable which can be interpolated in the constraint violation message.
- addFriend(CascadedValidationTest.Person) - Method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest.Person
-
- addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
- addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- addValidatedValueHandler(ValidatedValueUnwrapper<?>) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Registers the given validated value unwrapper with the bootstrapped validator factory.
- addValidationValueHandler(ValidatedValueUnwrapper<?>) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
Registers the given validated value unwrapper with the bootstrapped validator.
- AggregateBundle(List<ResourceBundle>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
Creates a new AggregateBundle.
- AggregateResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
- AggregateResourceBundleLocator(List<String>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, ResourceBundleLocator, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator.AggregateBundle - Class in org.hibernate.validator.resourceloading
-
A
ResourceBundle
whose content is aggregated from multiple source bundles.
- alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
-
- AnnotationApiHelper - Class in org.hibernate.validator.ap.util
-
A helper class providing some useful methods to work with types
from the JSR-269-API.
- AnnotationApiHelper(Elements, Types) - Constructor for class org.hibernate.validator.ap.util.AnnotationApiHelper
-
- AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<C>> - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
- AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to configure how existing annotation should be
treated.
- AnnotationTypeCheck - Class in org.hibernate.validator.ap.checks
-
Checks, that only constraint annotation types are annotated with other
constraint annotations ("constraint composition"), but not non-constraint
annotations.
- AnnotationTypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeCheck
-
- AnnotationTypeMemberCheck - Class in org.hibernate.validator.ap.checks
-
Checks, that each constraint annotation type declares the members message(), groups() and payload() as
defined by the BV spec.
- AnnotationTypeMemberCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
-
- ASSERT_FALSE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- ASSERT_TRUE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- AssertFalseDef - Class in org.hibernate.validator.cfg.defs
-
- AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
-
- AssertTrueDef - Class in org.hibernate.validator.cfg.defs
-
- AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
-
- asSet(T...) - Static method in class org.hibernate.validator.ap.util.CollectionHelper
-
- 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.
- CascadedValidationTest - Class in org.hibernate.validator.performance.cascaded
-
- CascadedValidationTest() - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidationTest
-
- CascadedValidationTest.Person - Class in org.hibernate.validator.performance.cascaded
-
- CascadedValidationTest.TestRunner - Class in org.hibernate.validator.performance.cascaded
-
- charAt(int) - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given annotation
type declaration.
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.RetentionPolicyCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TargetCheck
-
- checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Checks whether the given annotation type (which must be a
constraint annotation type) may be specified at elements of the specified
type.
- checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
-
- checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given field.
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given method.
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GetterCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given type
declaration (class, interface, enum).
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- CHRONO_ZONED_DATE_TIME - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
-
- CNPJ - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
- collectConstraintDefinitions(ConstraintDefinitionContributor.ConstraintDefinitionBuilder) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor
-
Callback for registering additional validators for given constraints.
- CollectionHelper - Class in org.hibernate.validator.ap.util
-
Provides some methods for simplified collection instantiation.
- CollectionHelper() - Constructor for class org.hibernate.validator.ap.util.CollectionHelper
-
- CompositionType - Enum in org.hibernate.validator.constraints
-
The Enum CompositionType
which is used as argument to the annotation ConstraintComposition
.
- Configuration - Class in org.hibernate.validator.ap.util
-
Provides access to the processor options supported by the Hibernate Validator
annotation processor.
- Configuration(Map<String, String>, Messager) - Constructor for class org.hibernate.validator.ap.util.Configuration
-
- 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.
- CONSTRAINT - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
-
Adds a new constraint.
- constraint(Class<A>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilder
-
- constraint(Class<B>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext
-
- CONSTRAINT_DEFINITION_CONTRIBUTORS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
-
- CONSTRAINT_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Property for configuring a constraint mapping contributor, allowing to set up one or more constraint mappings for
the default validator factory.
- CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- ConstraintCheck - Interface in org.hibernate.validator.ap.checks
-
Implementations represent checks, which determine whether a given constraint
annotation is allowed at a given element.
- ConstraintCheckError - Class in org.hibernate.validator.ap.checks
-
- ConstraintCheckError(Element, AnnotationMirror, String, Object...) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckError
-
Creates a new ConstraintCheckError.
- ConstraintCheckFactory - Class in org.hibernate.validator.ap.checks
-
A factory in charge of determining the
ConstraintCheck
s required for
the validation of annotations at given elements.
- ConstraintCheckFactory(Types, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckFactory
-
- ConstraintChecks - Interface in org.hibernate.validator.ap.checks
-
Represents an ordered set of
ConstraintCheck
s with the ability
to execute these checks against given elements and their annotations.
- ConstraintComposition - Annotation Type in org.hibernate.validator.constraints
-
Boolean operator that is applied to all constraints of a composing constraint annotation.
- ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
-
Base class for all constraint definition types.
- ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
-
- ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
-
- ConstraintDefinitionContributor - Interface in org.hibernate.validator.spi.constraintdefinition
-
A ConstraintDefinitionContributor
allows for the contribution of custom constraint validator instances.
- ConstraintDefinitionContributor.ConstraintDefinitionBuilder - Interface in org.hibernate.validator.spi.constraintdefinition
-
Allows to register the validators applying for given constraints, following a fluent API pattern.
- ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext<A extends Annotation> - Interface in org.hibernate.validator.spi.constraintdefinition
-
Allows to register the validators applying for one given constraint.
- ConstraintHelper - Class in org.hibernate.validator.ap.util
-
Helper class that deals with all constraint-related stuff, such as
determining whether a given annotation represents a constraint annotation or
whether a given annotation is allowed to be declared at a given element.
- ConstraintHelper(Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.util.ConstraintHelper
-
- ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.util
-
The type of an annotation with respect to the BV API.
- ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.util
-
- ConstraintMapping - Interface in org.hibernate.validator.cfg
-
Represents a constraint mapping configured via the programmatic API.
- ConstraintMappingContributor - Interface in org.hibernate.validator.spi.cfg
-
- ConstraintMappingContributor.ConstraintMappingBuilder - Interface in org.hibernate.validator.spi.cfg
-
A builder for adding constraint mappings.
- constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
-
The constraint annotation type of this definition.
- ConstraintValidationProcessor - Class in org.hibernate.validator.ap
-
- ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- ConstraintValidatorCheck - Class in org.hibernate.validator.ap.checks
-
Checks, that for each constraint annotation type, which is not a composed constraint,
a validator implementation is specified using the Constraint
annotation.
- ConstraintValidatorCheck(ConstraintHelper, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- 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 the select the bean
constructor to which the next operations shall apply.
- 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.
- Counter() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
-
- CountValidationCalls - Annotation Type in org.hibernate.validator.testutil
-
- CountValidationCallsValidator - Class in org.hibernate.validator.testutil
-
- CountValidationCallsValidator() - Constructor for class org.hibernate.validator.testutil.CountValidationCallsValidator
-
- CPF - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
- createConstraintMapping() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
- 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
-
- createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- CreditCardNumber - Annotation Type in org.hibernate.validator.constraints
-
The annotated element has to represent a valid
credit card number.
- CreditCardNumber.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @CreditCardNumber
annotations on the same element.
- CreditCardNumberDef - Class in org.hibernate.validator.cfg.defs
-
- CreditCardNumberDef() - Constructor for class org.hibernate.validator.cfg.defs.CreditCardNumberDef
-
- crossParameter() - Method in interface org.hibernate.validator.cfg.context.CrossParameterTarget
-
Selects the cross-parameter element of a method or constructor as target for the next constraint declaration
operations.
- CrossParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to
navigate to other constraint targets.
- CrossParameterTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to the select the cross-parameter element of a method
or constructor as target of the next operations.
- 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
-
- getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns the given annotation mirror's array-typed annotation value with
the given name.
- getAnnotationMirror() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
- getAnnotationValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns the annotation value of the given annotation mirror with the
given name.
- getConstraintChecks(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintCheckFactory
-
Returns those checks that have to be performed to validate the given
annotation at the given element.
- getCurrentTime() - Method in interface org.hibernate.validator.spi.time.TimeProvider
-
Returns the current time.
- getDeclaredTypeByName(String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
- getDefaultConstraintDefinitionContributor() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
- getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Returns the
ResourceBundleLocator
used by the
default message
interpolator
to load user-provided resource bundles.
- getDelegate() - Method in class org.hibernate.validator.ap.util.MessagerAdapter
-
Returns the messager used by this adapter.
- getDiagnosticKind() - Method in class org.hibernate.validator.ap.util.Configuration
-
Returns the diagnosticKind to be used when reporting failing constraint checks.
- getElement() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getFailures() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
-
- getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
- getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getMirror(List<? extends AnnotationMirror>, Class<? extends Annotation>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns that mirror from the given list of annotation mirrors that
represents the annotation type specified by the given class.
- getMirror(List<? extends AnnotationMirror>, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns that mirror from the given list of annotation mirrors that
represents the annotation type specified by the given class.
- getMirrorForType(Class<?>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns a TypeMirror for the given class.
- getNumberOfValidationCall() - Static method in class org.hibernate.validator.testutil.CountValidationCallsValidator
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
-
- getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
-
- getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Returns a list with the constraint annotations contained in the given
array-valued annotation mirror.
- 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.
- getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
-
Returns the currently validated root bean type.
- getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- GetterCheck - Class in org.hibernate.validator.ap.checks
-
Checks whether a given element is a valid getter method.
- GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.checks.GetterCheck
-
- getTimeProvider() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
-
Returns the provider for obtaining the current time, e.g.
- getValidatedValueType(Type) - Method in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
-
Retrieves the declared (static) type of the unwrapped object as to be used for constraint validator resolution.
- getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
-
This method returns the default group sequence for the given instance.
- getValue() - Method in interface org.hibernate.validator.path.PropertyNode
-
- GROUP_SEQUENCE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
-
- GroupConversionTargetContext<C> - Interface in org.hibernate.validator.cfg.context
-
- groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- GroupSequenceProvider - Annotation Type in org.hibernate.validator.group
-
The GroupSequenceProvider
annotation defines the DefaultGroupSequenceProvider
class responsible to return the list of classes defining the default group sequence for the annotated type.
- GroupSequenceProviderCheck - Class in org.hibernate.validator.ap.checks
-
- GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
-
- OFFSET_DATE_TIME - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
-
- org.hibernate.validator - package org.hibernate.validator
-
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
- org.hibernate.validator.ap - package org.hibernate.validator.ap
-
This package contains the main class of Hibernate Validator annotation processor.
- org.hibernate.validator.ap.checks - package org.hibernate.validator.ap.checks
-
This package contains check implementations used by the annotation processor to verify
constraint declarations.
- org.hibernate.validator.ap.util - package org.hibernate.validator.ap.util
-
This package contains helper classes.
- org.hibernate.validator.cdi - package org.hibernate.validator.cdi
-
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
- org.hibernate.validator.cfg - package org.hibernate.validator.cfg
-
Entry point for the programmatic constraint definition API.
- org.hibernate.validator.cfg.context - package org.hibernate.validator.cfg.context
-
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
- org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
-
Constraint definition classes for programmatic constraint
definition API.
- org.hibernate.validator.constraints - package org.hibernate.validator.constraints
-
Hibernate Validator specific constraints.
- org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
-
Hibernate Validator Brazilian constraints.
- org.hibernate.validator.constraintvalidation - package org.hibernate.validator.constraintvalidation
-
Custom Hibernate Validator specific constraint validation extension classes.
- org.hibernate.validator.constraintvalidators - package org.hibernate.validator.constraintvalidators
-
- org.hibernate.validator.group - package org.hibernate.validator.group
-
This package provides support for dynamic default group sequence
definition.
- org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
-
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used
by custom implementations of the interface for delegation.
- org.hibernate.validator.parameternameprovider - package org.hibernate.validator.parameternameprovider
-
Custom Hibernate Validator javax.validation.ParameterNameProvider
implementations.
- org.hibernate.validator.path - package org.hibernate.validator.path
-
Hibernate Validator extensions around javax.validation.Path
.
- org.hibernate.validator.performance.cascaded - package org.hibernate.validator.performance.cascaded
-
- org.hibernate.validator.performance.simple - package org.hibernate.validator.performance.simple
-
- org.hibernate.validator.performance.statistical - package org.hibernate.validator.performance.statistical
-
- org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
-
ResourceBundleLocator interface and its various implementations.
- org.hibernate.validator.spi.cfg - package org.hibernate.validator.spi.cfg
-
- org.hibernate.validator.spi.constraintdefinition - package org.hibernate.validator.spi.constraintdefinition
-
SPI for discovering custom constraint validator implementations.
- org.hibernate.validator.spi.group - package org.hibernate.validator.spi.group
-
This package provides support for dynamic default group sequence definition.
- org.hibernate.validator.spi.resourceloading - package org.hibernate.validator.spi.resourceloading
-
ResourceBundleLocator interface.
- org.hibernate.validator.spi.time - package org.hibernate.validator.spi.time
-
- org.hibernate.validator.spi.valuehandling - package org.hibernate.validator.spi.valuehandling
-
SPI for handling values of validated elements prior to validation.
- org.hibernate.validator.testutil - package org.hibernate.validator.testutil
-
This package contains utility classes for testing
- org.hibernate.validator.valuehandling - package org.hibernate.validator.valuehandling
-
Contains annotations dealing with the handling of values of validated elements prior to validation.
- param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
-
- parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
-
Changes the parameter for which added constraints apply.
- ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a method parameter.
- ParameterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
-
Resource bundle message interpolator, it does not support EL expression
and does support parameter value expression
- ParameterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
-
- parameterNameProvider(ParameterNameProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- parameters - Variable in class org.hibernate.validator.cfg.ConstraintDef
-
A map with the annotation parameters of this definition.
- ParameterScriptAssert - Annotation Type in org.hibernate.validator.constraints
-
A method-level constraint, that evaluates a script expression against the
annotated method or constructor.
- ParameterScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
-
- ParameterTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to the select a method or constructor parameter to
which the next operations shall apply.
- 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
-
- PAST - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- PastDef - Class in org.hibernate.validator.cfg.defs
-
- PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
-
- PATTERN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- PatternDef - Class in org.hibernate.validator.cfg.defs
-
- PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
-
- PAYLOAD - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- Person(String) - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidationTest.Person
-
- PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
A resource bundle locator, that loads resource bundles by invoking ResourceBundle.loadBundle(String, Local, ClassLoader)
.
- PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
-
- PrimitiveCheck - Class in org.hibernate.validator.ap.checks
-
Validates that the given element is not of a primitive type.
- PrimitiveCheck() - Constructor for class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- processingDirection(Mod11Check.ProcessingDirection) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
-
Selects a property to which the next operations shall apply.
- 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.
- PropertyTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to the select the bean
property to which the next operations shall apply.
- protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
-
- VALID - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
-
Marks the current element (property, parameter etc.) as cascadable.
- VALIDATED_VALUE_HANDLERS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
-
- validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor.ConstraintDefinitionBuilderContext
-
- ValidatedValueUnwrapper<T> - Class in org.hibernate.validator.spi.valuehandling
-
Implementations unwrap given elements prior to validation.
- ValidatedValueUnwrapper() - Constructor for class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
-
- 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(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
-
- value(String) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
-
- value(long) - Method in class org.hibernate.validator.cfg.defs.MaxDef
-
- value(long) - Method in class org.hibernate.validator.cfg.defs.MinDef
-
- valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.CompositionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.EAN.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.CompositionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.EAN.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
-
The name of the processor option for activating verbose message reporting.