Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractClassCheck - Class in org.hibernate.validator.ap.classchecks
Abstract base class for ClassCheck implementations.
AbstractClassCheck() - Constructor for class org.hibernate.validator.ap.classchecks.AbstractClassCheck
 
AbstractConstraintCheck - Class in org.hibernate.validator.ap.checks
Abstract base class for ConstraintCheck implementations.
AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
AbstractElementVisitor<T,V> - Class in org.hibernate.validator.ap
An abstract ElementVisitor that should be used for implementation of any other element visitors.
AbstractElementVisitor(MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.AbstractElementVisitor
 
AbstractMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle backed message interpolator.
AbstractMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
AbstractMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking two resource bundle locators.
AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
MessageInterpolator taking two resource bundle locators.
AbstractMethodOverrideCheck - Class in org.hibernate.validator.ap.classchecks
Abstract base class for ClassCheck implementations that check overridden methods.
AbstractMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
 
ACCESS_PRIVATE_MEMBERS - Static variable in class org.hibernate.validator.HibernateValidatorPermission
 
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.
addFriend(CascadedValidation.Person) - Method in class org.hibernate.validator.performance.cascaded.CascadedValidation.Person
 
additionalTags(String...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
 
additionalTagsWithAttributes(SafeHtml.Tag...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
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.
addOverriddenMethod(ExecutableElement, ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree.Builder
 
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
A ResourceBundleLocator implementation that provides access to multiple source ResourceBundles by merging them into one aggregated bundle.
AggregateResourceBundleLocator(List<String>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator(List<String>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator(List<String>, ResourceBundleLocator, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
Creates a locator that delivers a resource bundle merged from the given list of source bundles.
AggregateResourceBundleLocator.AggregateBundle - Class in org.hibernate.validator.resourceloading
A ResourceBundle whose content is aggregated from multiple source bundles.
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
ALLOW_MULTIPLE_CASCADED_VALIDATION_ON_RESULT - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
ALLOW_PARAMETER_CONSTRAINT_OVERRIDE - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException.
allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException.
allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException.
allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException.
annotationApiHelper - Variable in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
 
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
 
AnnotationDefaultMessageCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the default annotation message parameter is valid and gives a warning otherwise.
AnnotationDefaultMessageCheck(AnnotationApiHelper, Elements) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationDefaultMessageCheck
 
AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
AnnotationMessageCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
A base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.
AnnotationMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationMessageCheck
 
AnnotationParametersAbstractCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that parameters used on annotation are valid.
AnnotationParametersAbstractCheck(AnnotationApiHelper, String...) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
 
AnnotationParametersDecimalMinMaxCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.DecimalMin and javax.validation.constraints.DecimalMax annotations are valid.
AnnotationParametersDecimalMinMaxCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
 
AnnotationParametersDigitsCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Digits annotations are valid.
AnnotationParametersDigitsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersDigitsCheck
 
AnnotationParametersGroupsCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the groups parameter of any constraint annotation contains only interfaces.
AnnotationParametersGroupsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersGroupsCheck
 
AnnotationParametersPatternCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Pattern annotations are valid.
AnnotationParametersPatternCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersPatternCheck
 
AnnotationParametersScriptAssertCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the parameters used on org.hibernate.validator.constraints.ScriptAssert annotations are valid.
AnnotationParametersScriptAssertCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersScriptAssertCheck
 
AnnotationParametersSizeLengthCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the parameters used on javax.validation.constraints.Size and org.hibernate.validator.constraints.Length annotations are valid.
AnnotationParametersSizeLengthCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersSizeLengthCheck
 
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
 
AnnotationUserMessageCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.
AnnotationUserMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.AnnotationUserMessageCheck
 
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
 
asTreeSet(T...) - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 

B

BeanValidationTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
build() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree.Builder
 
Builder(ExecutableElement) - Constructor for class org.hibernate.validator.ap.classchecks.MethodInheritanceTree.Builder
 
buildValidatorFactory(ConfigurationState) - Method in class org.hibernate.validator.HibernateValidator
 

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.
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationDefaultMessageCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationMessageCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
Verify that this check class can process such annotation.
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersGroupsCheck
 
canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationUserMessageCheck
 
Cascadable<C extends Cascadable<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.
CascadedValidation - Class in org.hibernate.validator.performance.cascaded
 
CascadedValidation() - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidation
 
CascadedValidation.CascadedValidationState - Class in org.hibernate.validator.performance.cascaded
 
CascadedValidation.Person - Class in org.hibernate.validator.performance.cascaded
 
CascadedValidation_CascadedValidationState_jmhType - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_CascadedValidationState_jmhType() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType
 
CascadedValidation_CascadedValidationState_jmhType_B1 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_CascadedValidationState_jmhType_B1() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B1
 
CascadedValidation_CascadedValidationState_jmhType_B2 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_CascadedValidationState_jmhType_B2() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
CascadedValidation_CascadedValidationState_jmhType_B3 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_CascadedValidationState_jmhType_B3() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B3
 
CascadedValidation_jmhType - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_jmhType() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType
 
CascadedValidation_jmhType_B1 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_jmhType_B1() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B1
 
CascadedValidation_jmhType_B2 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_jmhType_B2() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
CascadedValidation_jmhType_B3 - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_jmhType_B3() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B3
 
CascadedValidation_testCascadedValidation_jmhTest - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_testCascadedValidation_jmhTest() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
CascadedValidation_testCascadedValidationIterative_jmhTest - Class in org.hibernate.validator.performance.cascaded.generated
 
CascadedValidation_testCascadedValidationIterative_jmhTest() - Constructor for class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
CascadedValidationState() - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidation.CascadedValidationState
 
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.annotationparameters.AnnotationParametersAbstractCheck
 
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.CrossParameterConstraintCheck
 
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.
checkCrossParameterTypes(DeclaredType) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Check that a constraint has at most one cross-parameter validator that resolves to Object or Object[].
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
 
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
 
checkMessage(String) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationMessageCheck
Verifies that message passed as parameter is valid (passes a regexp check).
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
 
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.MethodAnnotationCheck
 
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
 
checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.AbstractClassCheck
 
checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
 
checkMethod(ExecutableElement) - Method in interface org.hibernate.validator.ap.classchecks.ClassCheck
Checks whether the given method is written correctly.
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
Performs the check of a method.
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.classchecks.ParametersMethodOverrideCheck
 
checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.classchecks.ReturnValueMethodOverrideCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
 
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
 
ClassCheck - Interface in org.hibernate.validator.ap.classchecks
Implementations represent checks that determine whether a given class is implemented correctly.
ClassCheckFactory - Class in org.hibernate.validator.ap.classchecks
A factory class that provides a collection of ClassChecks based on the type of the element we need to check.
ClassCheckFactory(Types, Elements, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.classchecks.ClassCheckFactory
 
ClassVisitor - Class in org.hibernate.validator.ap
An ElementVisitor that visits methods of classes and interfaces and applies different checks to them.
ClassVisitor(ProcessingEnvironment, MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.ClassVisitor
 
CNPJ - Annotation Type in org.hibernate.validator.constraints.br
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
CNPJDef - Class in org.hibernate.validator.cfg.defs.br
 
CNPJDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CNPJDef
 
CollectionHelper - Class in org.hibernate.validator.ap.util
Provides some methods for simplified collection instantiation.
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_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Deprecated.
use hibernate.validator.constraint_mapping_contributors instead
CONSTRAINT_MAPPING_CONTRIBUTORS - 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_TARGET - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.
ConstraintCheckFactory - Class in org.hibernate.validator.ap.checks
A factory in charge of determining the ConstraintChecks required for the validation of annotations at given elements.
ConstraintCheckFactory(Types, Elements, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckFactory
 
ConstraintCheckIssue - Class in org.hibernate.validator.ap.checks
The result of the execution of a ConstraintCheck.
ConstraintCheckIssue(Element, AnnotationMirror, ConstraintCheckIssue.IssueKind, String, Object...) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue.
ConstraintCheckIssue.IssueKind - Enum in org.hibernate.validator.ap.checks
 
ConstraintChecks - Interface in org.hibernate.validator.ap.checks
Represents an ordered set of ConstraintChecks with the ability to execute these checks against given elements and their annotations.
ConstraintComposition - Annotation Type in org.hibernate.validator.constraints
Boolean operator that is applied to all constraints of a composing constraint annotation.
ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
Base class for all constraint definition types.
ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
 
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
Starts defining ConstraintValidators to be executed for the specified constraint (i.e.
constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
Selects the constraint (i.e.
ConstraintDefinitionContext<A extends Annotation> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a constraint (i.e.
ConstraintDefinitionTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint definition creational context which allows to the select the constraint (annotation type) to which the next operations shall apply.
constraintHelper - Variable in class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
 
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.AnnotationProcessorConstraintTarget - Enum in org.hibernate.validator.ap.util
The validation target of a constraint annotation.
ConstraintHelper.AnnotationProcessorValidationTarget - Enum in org.hibernate.validator.ap.util
Defines the object on which a validation is targeted.
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
Possible results of a constraint check as returned by ConstraintHelper.checkConstraint(DeclaredType, TypeMirror).
ConstraintMapping - Interface in org.hibernate.validator.cfg
Represents a constraint mapping configured via the programmatic API.
ConstraintMappingContributor - Interface in org.hibernate.validator.spi.cfg
Implementations contribute ConstraintMappings to validator factory.
ConstraintMappingContributor.ConstraintMappingBuilder - Interface in org.hibernate.validator.spi.cfg
A builder for adding constraint mappings.
ConstraintMappingTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to start a new constraint mapping or definition.
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
The constraint annotation type of this definition.
CONSTRAINTVALIDATION - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
ConstraintValidationProcessor - Class in org.hibernate.validator.ap
An annotation processor for checking Bean Validation constraints.
ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
 
ConstraintValidatorCheck - Class in org.hibernate.validator.ap.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).
CPFDef - Class in org.hibernate.validator.cfg.defs.br
 
CPFDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CPFDef
 
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.
CrossParameterConstraintCheck - Class in org.hibernate.validator.ap.checks
Checks that a cross-parameter constraint is defined correctly with reference to the specifications.
CrossParameterConstraintCheck(AnnotationApiHelper, ConstraintHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.CrossParameterConstraintCheck
 
CrossParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.
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.
CURRENCY - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 

D

decapitalize(String) - Static method in class org.hibernate.validator.ap.util.StringHelper
Returns the given string, with its first letter changed to lower-case unless the string starts with more than one upper-case letter, in which case the string will be returned unaltered.
DECIMAL_MAX - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
DECIMAL_MIN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DEFAULT_DIAGNOSTIC_KIND - Static variable in class org.hibernate.validator.ap.util.Configuration
The diagnostic kind to be used if no or an invalid kind is given as processor option.
DEFAULT_GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
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.
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
DIAGNOSTIC_KIND_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for setting the diagnostic kind to be used when reporting errors during annotation processing.
DIGITS - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
DigitsDef - Class in org.hibernate.validator.cfg.defs
 
DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationDefaultMessageCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersAbstractCheck
Method which actually performs the validation of the annotation parameters.
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersDigitsCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersGroupsCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersPatternCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersScriptAssertCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationParametersSizeLengthCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.AnnotationUserMessageCheck
 
doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.annotationparameters.GroupSequenceCheck
 
Driver(String, int, boolean) - Constructor for class org.hibernate.validator.performance.simple.SimpleValidation.Driver
 
DummyTraversableResolver - Class in org.hibernate.validator.testutil
A dummy traversable resolver which returns always true.
DummyTraversableResolver() - Constructor for class org.hibernate.validator.testutil.DummyTraversableResolver
 

E

EAN - Annotation Type in org.hibernate.validator.constraints
Checks that the annotated character sequence is a valid EAN 13 number.
EAN.List - Annotation Type in org.hibernate.validator.constraints
Defines several @EAN annotations on the same element.
EAN.Type - Enum in org.hibernate.validator.constraints
 
EANDef - Class in org.hibernate.validator.cfg.defs
 
EANDef() - Constructor for class org.hibernate.validator.cfg.defs.EANDef
 
EMAIL - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
Email - Annotation Type in org.hibernate.validator.constraints
The string has to be a well-formed email address.
Email.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Email annotations on the same element.
EmailDef - Class in org.hibernate.validator.cfg.defs
 
EmailDef() - Constructor for class org.hibernate.validator.cfg.defs.EmailDef
 
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.ap.checks.ConstraintCheckIssue
 
error(Element, AnnotationMirror, String, Object...) - Static method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue of error kind (ConstraintCheckIssue.IssueKind.ERROR).
execute(Element, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintChecks
Executes the checks contained within this set against the given element and annotation.
execute(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.MultiValuedChecks
 
execute(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.SingleValuedChecks
 
execute(Element) - Method in class org.hibernate.validator.ap.classchecks.AbstractClassCheck
 
execute(Element) - Method in interface org.hibernate.validator.ap.classchecks.ClassCheck
Run all checks on the element.
externalClassLoader(ClassLoader) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Sets the class loader to be used for loading user-provided resources: XML descriptors (META-INF/validation.xml as well as XML constraint mappings) classes specified by name in XML descriptors (e.g.

F

FAIL_FAST - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
Property corresponding to the HibernateValidatorConfiguration.failFast(boolean) method.
failFast(boolean) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
En- or disables the fail fast mode.
failFast(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
En- or disables the fail fast mode.
filterByType(List<? extends AnnotationMirror>, TypeMirror) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a list containing those annotation mirrors from the input list, which are of type annotationType.
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
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
FUTURE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
FutureDef - Class in org.hibernate.validator.cfg.defs
 
FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 

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
 
getAllMethods() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
Returns a set containing all the methods of the hierarchy.
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.ConstraintCheckIssue
 
getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Returns the ConstraintHelper.AnnotationType of the given annotation.
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.
getAnnotationValueOrDefault(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the annotation value of the given annotation mirror with the given name or its default value if it was not specified.
getClassChecks(Element) - Method in class org.hibernate.validator.ap.classchecks.ClassCheckFactory
Provides a collections of checks to be performed on a given element.
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
Returns the DeclaredType for the given class name.
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.
getDynamicPayload(Class<C>) - Method in interface org.hibernate.validator.engine.HibernateConstraintViolation
 
getElement() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
getEnclosingTypeElementQualifiedName(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
Find a String representation of qualified name (Name) of corresponding TypeElement that contains a given ExecutableElement.
getExpressionVariables() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
getFailures() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
getInstance(Types, Elements, ConstraintHelper) - Static method in class org.hibernate.validator.ap.classchecks.ClassCheckFactory
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getKind() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
getMessageParameters() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
 
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
 
getOverriddenMethods() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
Returns a set containing all the overridden methods.
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
 
getSupportedValidationTargets(DeclaredType) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Returns the set of AnnotationProcessorValidationTarget supported by the given constraint annotation type.
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.
getTopLevelMethods() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
Returns a set containing all the top level overridden methods.
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
Creational context which allows to set the target group of a group conversion configured via Cascadable.convertGroup(Class).
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
GroupSequenceCheck - Class in org.hibernate.validator.ap.checks.annotationparameters
Checks that the GroupSequence definition is valid.
GroupSequenceCheck(AnnotationApiHelper, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.annotationparameters.GroupSequenceCheck
 
GroupSequenceProvider - Annotation Type in org.hibernate.validator.group
The GroupSequenceProvider annotation defines the DefaultGroupSequenceProvider class responsible to return the list of classes defining the default group sequence for the annotated type.
GroupSequenceProviderCheck - Class in org.hibernate.validator.ap.checks
Checks that the GroupSequenceProvider annotation definition is valid.
GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
 

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
handleValidatedValue(T) - Method in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper
Retrieves the value to be validated from the given wrapper object.
hashCode() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
hasOverriddenMethods() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
Checks if there are any overridden methods in the hierarchy.
hasParallelDefinitions() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
Checks if there are any parallel definitions of the method in the hierarchy.
HibernateConstraintValidatorContext - Interface in org.hibernate.validator.constraintvalidation
A custom ConstraintValidatorContext which allows to set additional message parameters for interpolation.
HibernateConstraintViolation<T> - Interface in org.hibernate.validator.engine
A custom ConstraintViolation which allows to get additional information for a constraint violation.
HibernateMessageInterpolatorContext - Interface in org.hibernate.validator.messageinterpolation
Extension to MessageInterpolator.Context which provides functionality specific to Hibernate Validator.
HibernateValidator - Annotation Type in org.hibernate.validator.cdi
A CDI qualifier to identify the Hibernate Validator specific Bean Validation beans.
HibernateValidator - Class in org.hibernate.validator
Default implementation of ValidationProvider within Hibernate Validator.
HibernateValidator() - Constructor for class org.hibernate.validator.HibernateValidator
 
HibernateValidatorConfiguration - Interface in org.hibernate.validator
Uniquely identifies Hibernate Validator in the Bean Validation bootstrap strategy.
HibernateValidatorContext - Interface in org.hibernate.validator
Represents a Hibernate Validator specific context that is used to create Validator instances.
HibernateValidatorFactory - Interface in org.hibernate.validator
Provides Hibernate Validator extensions to ValidatorFactory.
HibernateValidatorPermission - Class in org.hibernate.validator
Our specific implementation of BasicPermission as we cannot define additional RuntimePermission.
HibernateValidatorPermission(String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
 
HibernateValidatorPermission(String, String) - Constructor for class org.hibernate.validator.HibernateValidatorPermission
 
HibernateValidatorTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 

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.
ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
includeExistingValidators(boolean) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
Specifies whether validators already mapped to this constraint (i.e.
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
 
incrementCount() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
init() - Static method in class org.hibernate.validator.testutil.CountValidationCallsValidator
 
initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
initialize(Annotation) - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
initialize(CountValidationCalls) - Method in class org.hibernate.validator.testutil.CountValidationCallsValidator
 
INSTANT - Static variable in class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
 
interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.testutil.ValidationInvocationHandler
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.testutil.DummyTraversableResolver
 
isClass(TypeMirror) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Test if the given TypeMirror represents a class or not.
isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks whether the given type element represents a composed constraint or not.
isConstraintAnnotation(Element) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks whether the given type element represents a constraint annotation or not.
isError() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
Determine if issue is an error
isInterface(TypeMirror) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Test if the given TypeMirror represents an interface or not.
isNullOrEmptyString(String) - Static method in class org.hibernate.validator.ap.util.StringHelper
Indicates if the string is null or is empty ie only contains whitespaces.
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.performance.statistical.StatisticalConstraintValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.testutil.CountValidationCallsValidator
 
isVerbose() - Method in class org.hibernate.validator.ap.util.Configuration
Whether logging information shall be put out in a verbose way or not.
isWarning() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
Determine if issue is a warning

J

Java8DateTime() - Constructor for class org.hibernate.validator.ap.util.TypeNames.Java8DateTime
 
JavaMoneyTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.JavaMoneyTypes
 
JAVAX_VALIDATION - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
JAVAX_VALIDATION_CONSTRAINTS - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
JodaTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
join(Object[], String) - Static method in class org.hibernate.validator.ap.util.StringHelper
Joins the elements of the given array to a string, separated by the given separator string.
join(Iterable<?>, String) - Static method in class org.hibernate.validator.ap.util.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.

K

keepLowestTypePerHierarchy(Set<TypeMirror>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a set containing the "lowest" type per hierarchy contained in the input set.

L

lang(String) - Method in class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
lang(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
LENGTH - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
Length - Annotation Type in org.hibernate.validator.constraints
Validate that the string is between min and max included.
length() - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
 
Length.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Length annotations on the same element.
LengthDef - Class in org.hibernate.validator.cfg.defs
 
LengthDef() - Constructor for class org.hibernate.validator.cfg.defs.LengthDef
 
LUHN_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
LuhnCheck - Annotation Type in org.hibernate.validator.constraints
Luhn algorithm check constraint.
LuhnCheck.List - Annotation Type in org.hibernate.validator.constraints
Defines several @LuhnCheck annotations on the same element.
LuhnCheckDef - Class in org.hibernate.validator.cfg.defs
 
LuhnCheckDef() - Constructor for class org.hibernate.validator.cfg.defs.LuhnCheckDef
 

M

main(String[]) - Static method in class org.hibernate.validator.performance.TestRunner
 
MAX - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
max(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
max(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
max(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
MAX_DEPTH - Static variable in class org.hibernate.validator.performance.statistical.TestEntity
 
MaxDef - Class in org.hibernate.validator.cfg.defs
 
MaxDef() - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
 
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
messager - Variable in class org.hibernate.validator.ap.AbstractElementVisitor
 
MessagerAdapter - Class in org.hibernate.validator.ap.util
Wrapper around Messager, which adds the ability to format error messages using MessageFormat.
MessagerAdapter(Messager, Diagnostic.Kind) - Constructor for class org.hibernate.validator.ap.util.MessagerAdapter
Creates a new MessagerAdapter.
method(String, Class<?>...) - Method in interface org.hibernate.validator.cfg.context.MethodTarget
Selects a method to which the next operations shall apply.
METHOD_CONSTRAINTS_SUPPORTED_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for allowing constraints at methods other than getter methods.
MethodAnnotationCheck - Class in org.hibernate.validator.ap.checks
Checks whether a method is correctly annotated with a valid constraint involving the return type or the method parameters (cross-parameters).
MethodAnnotationCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.MethodAnnotationCheck
 
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
methodConstraintsSupported() - Method in class org.hibernate.validator.ap.util.Configuration
Whether method constraints are allowed at any method (true) or only getter methods (false).
MethodInheritanceTree - Class in org.hibernate.validator.ap.classchecks
Represents an inheritance tree of overridden methods.
MethodInheritanceTree.Builder - Class in org.hibernate.validator.ap.classchecks
 
MethodTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean method to which the next operations shall apply.
MIN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
min(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
 
min(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
 
min(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
 
MinDef - Class in org.hibernate.validator.cfg.defs
 
MinDef() - Constructor for class org.hibernate.validator.cfg.defs.MinDef
 
Mod10Check - Annotation Type in org.hibernate.validator.constraints
@Modulo 10 check constraint.
Mod10Check.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Mod10Check annotations on the same element.
Mod10CheckDef - Class in org.hibernate.validator.cfg.defs
 
Mod10CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
Mod11Check - Annotation Type in org.hibernate.validator.constraints
Modulo 11 check constraint.
Mod11Check.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Mod11Check annotations on the same element.
Mod11Check.ProcessingDirection - Enum in org.hibernate.validator.constraints
 
Mod11CheckDef - Class in org.hibernate.validator.cfg.defs
 
Mod11CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
MOD_10_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
MOD_11_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
MOD_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
ModCheck - Annotation Type in org.hibernate.validator.constraints
Deprecated.
As of release 5.1.0, replaced by Mod10Check and Mod11Check
ModCheck.List - Annotation Type in org.hibernate.validator.constraints
Deprecated.
Defines several @ModCheck annotations on the same element.
ModCheck.ModType - Enum in org.hibernate.validator.constraints
Deprecated.
 
MONETARY_AMOUNT - Static variable in class org.hibernate.validator.ap.util.TypeNames.JavaMoneyTypes
 
multiplier(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
MultiValuedChecks - Class in org.hibernate.validator.ap.checks
A ConstraintChecks implementation, that executed the contained checks against all parts of given multi-valued annotations.
MultiValuedChecks(ConstraintHelper, ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.checks.MultiValuedChecks
Creates a new MultiValuedChecks.
MyCustomStringImpl - Class in org.hibernate.validator.testutil
 
MyCustomStringImpl(String) - Constructor for class org.hibernate.validator.testutil.MyCustomStringImpl
 

N

needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.AbstractMethodOverrideCheck
There can be situations in which no checks should be performed.
needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.ParametersMethodOverrideCheck
 
needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.classchecks.ReturnValueMethodOverrideCheck
 
newArrayList() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newTreeSet() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
NIP - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a NIP number (9-digit Polish VAT identification number).
NIP.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @NIP annotations on the same element.
NIP_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
NIPDef - Class in org.hibernate.validator.cfg.defs.pl
 
NIPDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.NIPDef
 
NOT_BLANK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
NOT_NULL - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
NotBlank - Annotation Type in org.hibernate.validator.constraints
Validate that the annotated string is not null or empty.
NotBlank.List - Annotation Type in org.hibernate.validator.constraints
Defines several @NotBlank annotations on the same element.
NotBlankDef - Class in org.hibernate.validator.cfg.defs
 
NotBlankDef() - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
 
NotEmpty - Annotation Type in org.hibernate.validator.constraints
Asserts that the annotated string, collection, map or array is not null or empty.
NotEmpty.List - Annotation Type in org.hibernate.validator.constraints
Defines several @NotEmpty annotations on the same element.
NotEmptyDef - Class in org.hibernate.validator.cfg.defs
 
NotEmptyDef() - Constructor for class org.hibernate.validator.cfg.defs.NotEmptyDef
 
NotNullDef - Class in org.hibernate.validator.cfg.defs
 
NotNullDef() - Constructor for class org.hibernate.validator.cfg.defs.NotNullDef
 
NULL - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
NullDef - Class in org.hibernate.validator.cfg.defs
 
NullDef() - Constructor for class org.hibernate.validator.cfg.defs.NullDef
 

O

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.checks.annotationparameters - package org.hibernate.validator.ap.checks.annotationparameters
 
org.hibernate.validator.ap.classchecks - package org.hibernate.validator.ap.classchecks
 
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.cfg.defs.br - package org.hibernate.validator.cfg.defs.br
Brazil specific constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.cfg.defs.pl - package org.hibernate.validator.cfg.defs.pl
Poland specific constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.constraints - package org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
Hibernate Validator Brazilian constraints.
org.hibernate.validator.constraints.pl - package org.hibernate.validator.constraints.pl
Hibernate Validator Polish constraints.
org.hibernate.validator.constraintvalidation - package org.hibernate.validator.constraintvalidation
Custom Hibernate Validator specific constraint validation extension classes.
org.hibernate.validator.constraintvalidators - package org.hibernate.validator.constraintvalidators
 
org.hibernate.validator.engine - package org.hibernate.validator.engine
 
org.hibernate.validator.group - package org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.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 - package org.hibernate.validator.performance
 
org.hibernate.validator.performance.cascaded - package org.hibernate.validator.performance.cascaded
 
org.hibernate.validator.performance.cascaded.generated - package org.hibernate.validator.performance.cascaded.generated
 
org.hibernate.validator.performance.simple - package org.hibernate.validator.performance.simple
 
org.hibernate.validator.performance.simple.generated - package org.hibernate.validator.performance.simple.generated
 
org.hibernate.validator.performance.statistical - package org.hibernate.validator.performance.statistical
 
org.hibernate.validator.performance.statistical.generated - package org.hibernate.validator.performance.statistical.generated
 
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.cfg - package org.hibernate.validator.spi.cfg
 
org.hibernate.validator.spi.group - package org.hibernate.validator.spi.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.spi.resourceloading - package org.hibernate.validator.spi.resourceloading
ResourceBundleLocator interface.
org.hibernate.validator.spi.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.

P

param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
 
parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
Changes the parameter for which added constraints apply.
ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method parameter.
ParameterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle message interpolator, it does not support EL expression and does support parameter value expression
ParameterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
 
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
Defines several ParameterScriptAssert annotations on the same executable.
ParameterScriptAssertDef - Class in org.hibernate.validator.cfg.defs
 
ParameterScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
ParametersMethodOverrideCheck - Class in org.hibernate.validator.ap.classchecks
Checks if the parameters of overridden and overriding methods have correctly placed annotations.
ParametersMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.classchecks.ParametersMethodOverrideCheck
 
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.CascadedValidation.Person
 
PESEL - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a PESEL (Polish national identification number).
PESEL.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @PESEL annotations on the same element.
PESEL_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
PESELDef - Class in org.hibernate.validator.cfg.defs.pl
 
PESELDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.PESELDef
 
PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A resource bundle locator, that loads resource bundles by invoking ResourceBundle.loadBundle(String, Local, ClassLoader).
PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
 
PlatformResourceBundleLocator(String, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
PlatformResourceBundleLocator(String, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
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
 

R

random - Variable in class org.hibernate.validator.performance.simple.SimpleValidation.ValidationState
 
Range - Annotation Type in org.hibernate.validator.constraints
The annotated element has to be in the appropriate range.
Range.List - Annotation Type in org.hibernate.validator.constraints
Defines several @Range annotations on the same element.
RangeDef - Class in org.hibernate.validator.cfg.defs
 
RangeDef() - Constructor for class org.hibernate.validator.cfg.defs.RangeDef
 
READABLE_INSTANT - Static variable in class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
READABLE_PARTIAL - Static variable in class org.hibernate.validator.ap.util.TypeNames.JodaTypes
 
readyInvocation - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
readyInvocation - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
readyInvocation - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
readyIteration - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
readyIteration - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
readyIteration - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
readyTrial - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
readyTrial - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
readyTrial - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
ReflectionParameterNameProvider - Class in org.hibernate.validator.parameternameprovider
Uses Java 8 reflection to get the parameter names.
ReflectionParameterNameProvider() - Constructor for class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.EmailDef
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
RegexpURLValidator - Class in org.hibernate.validator.constraintvalidators
Validate that the character sequence (e.g.
RegexpURLValidator() - Constructor for class org.hibernate.validator.constraintvalidators.RegexpURLValidator
 
REGON - Annotation Type in org.hibernate.validator.constraints.pl
Validates that a CharSequence is a REGON number (9/14-digit Polish Taxpayer Identification Number).
REGON.List - Annotation Type in org.hibernate.validator.constraints.pl
Defines several @REGON annotations on the same element.
REGON_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
REGONDef - Class in org.hibernate.validator.cfg.defs.pl
 
REGONDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.REGONDef
 
reportErrors(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Reports the given errors against the underlying Messager using the specified Diagnostic.Kind.
reportIssues(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.AbstractElementVisitor
Reports provided issues using Messager API based on their kind (ConstraintCheckIssue.IssueKind).
reportOn(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
reportWarnings(Collection<ConstraintCheckIssue>) - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Reports the given warnings against the underlying Messager using the specified Diagnostic.Kind.
reset() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
resolveValidationTarget(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Resolve the actual AnnotationProcessorValidationTarget of a constraint annotation, when applied to a method/constructor.
ResourceBundleLocator - Interface in org.hibernate.validator.spi.resourceloading
Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
ResourceBundleMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Resource bundle backed message interpolator.
ResourceBundleMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean, ExpressionFactory) - Constructor for class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
RetentionPolicyCheck - Class in org.hibernate.validator.ap.checks
Checks, that RetentionPolicy.RUNTIME is declared for constraint annotation types.
RetentionPolicyCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.RetentionPolicyCheck
 
returnValue() - Method in interface org.hibernate.validator.cfg.context.ReturnValueTarget
Selects the current method's return value as the target for the next operations.
ReturnValueConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method return value.
ReturnValueMethodOverrideCheck - Class in org.hibernate.validator.ap.classchecks
Checks if the return value of overridden and overriding methods respects the inheritance rules.
ReturnValueMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.classchecks.ReturnValueMethodOverrideCheck
 
ReturnValueTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the current method's or constructor's return value as target for the next operations.
runTest(String[], String...) - Static method in class org.hibernate.validator.performance.TestRunner
 
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

SAFE_HTML - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
SafeHtml - Annotation Type in org.hibernate.validator.constraints
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded <script> elements.
SafeHtml.List - Annotation Type in org.hibernate.validator.constraints
Defines several @SafeHtml annotations on the same element.
SafeHtml.Tag - Annotation Type in org.hibernate.validator.constraints
Allows to specify whitelist tags with specified optional attributes.
SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
Defines default whitelist implementations.
SafeHtmlDef - Class in org.hibernate.validator.cfg.defs
 
SafeHtmlDef() - Constructor for class org.hibernate.validator.cfg.defs.SafeHtmlDef
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
SCRIPT_ASSERT - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
ScriptAssert - Annotation Type in org.hibernate.validator.constraints
A class-level constraint, that evaluates a script expression against the annotated element.
ScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
Defines several @ScriptAssert annotations on the same element.
ScriptAssertDef - Class in org.hibernate.validator.cfg.defs
 
ScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupInvocationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupIterationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupTrialMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
SimpleValidation - Class in org.hibernate.validator.performance.simple
 
SimpleValidation() - Constructor for class org.hibernate.validator.performance.simple.SimpleValidation
 
SimpleValidation.Driver - Class in org.hibernate.validator.performance.simple
 
SimpleValidation.ValidationState - Class in org.hibernate.validator.performance.simple
 
SimpleValidation_jmhType - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_jmhType() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType
 
SimpleValidation_jmhType_B1 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_jmhType_B1() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B1
 
SimpleValidation_jmhType_B2 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_jmhType_B2() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
SimpleValidation_jmhType_B3 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_jmhType_B3() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B3
 
SimpleValidation_testSimpleBeanValidation_jmhTest - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_testSimpleBeanValidation_jmhTest() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
SimpleValidation_ValidationState_jmhType - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_ValidationState_jmhType() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType
 
SimpleValidation_ValidationState_jmhType_B1 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_ValidationState_jmhType_B1() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B1
 
SimpleValidation_ValidationState_jmhType_B2 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_ValidationState_jmhType_B2() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
SimpleValidation_ValidationState_jmhType_B3 - Class in org.hibernate.validator.performance.simple.generated
 
SimpleValidation_ValidationState_jmhType_B3() - Constructor for class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B3
 
SingleValuedChecks - Class in org.hibernate.validator.ap.checks
A ConstraintChecks implementation that simply executes all contained checks against given elements and annotations.
SingleValuedChecks(ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.checks.SingleValuedChecks
Creates a new SingleValuedChecks.
SIZE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
SizeDef - Class in org.hibernate.validator.cfg.defs
 
SizeDef() - Constructor for class org.hibernate.validator.cfg.defs.SizeDef
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
startIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
StaticCheck - Class in org.hibernate.validator.ap.checks
Checks, that the given element is not a static element.
StaticCheck() - Constructor for class org.hibernate.validator.ap.checks.StaticCheck
 
StatisticalConstraintValidator - Class in org.hibernate.validator.performance.statistical
 
StatisticalConstraintValidator() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
StatisticalConstraintValidator.Counter - Class in org.hibernate.validator.performance.statistical
 
StatisticalValidation - Class in org.hibernate.validator.performance.statistical
 
StatisticalValidation() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalValidation
 
StatisticalValidation.StatisticalValidationState - Class in org.hibernate.validator.performance.statistical
 
StatisticalValidation_jmhType - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_jmhType() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType
 
StatisticalValidation_jmhType_B1 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_jmhType_B1() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B1
 
StatisticalValidation_jmhType_B2 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_jmhType_B2() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
StatisticalValidation_jmhType_B3 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_jmhType_B3() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B3
 
StatisticalValidation_StatisticalValidationState_jmhType - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_StatisticalValidationState_jmhType() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType
 
StatisticalValidation_StatisticalValidationState_jmhType_B1 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_StatisticalValidationState_jmhType_B1() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B1
 
StatisticalValidation_StatisticalValidationState_jmhType_B2 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_StatisticalValidationState_jmhType_B2() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
StatisticalValidation_StatisticalValidationState_jmhType_B3 - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_StatisticalValidationState_jmhType_B3() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B3
 
StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest - Class in org.hibernate.validator.performance.statistical.generated
 
StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest() - Constructor for class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
StatisticalValidationState() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalValidation.StatisticalValidationState
 
StringHelper - Class in org.hibernate.validator.ap.util
Helper class dealing with strings.
subSequence(int, int) - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
 
SUPPORTED_VALIDATION_TARGET - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 

T

TargetCheck - Class in org.hibernate.validator.ap.checks
Checks, that at least one of the ElementTypes FIELD, METHOD, TYPE or ANNOTATION_TYPE is specified using the Target meta-annotation for constraint annotation types.
TargetCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.TargetCheck
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearInvocationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearIterationMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearTrialMutex - Variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_CascadedValidationState_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.simple.generated.SimpleValidation_ValidationState_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_StatisticalValidationState_jmhType_B2
 
testCascadedValidation(CascadedValidation.CascadedValidationState) - Method in class org.hibernate.validator.performance.cascaded.CascadedValidation
 
testCascadedValidation_AverageTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_SampleTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_SingleShotTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_Throughput(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidation_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidation_jmhTest
 
testCascadedValidationIterative(CascadedValidation.CascadedValidationState) - Method in class org.hibernate.validator.performance.cascaded.CascadedValidation
 
testCascadedValidationIterative_AverageTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_SampleTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_SingleShotTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_Throughput(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
testCascadedValidationIterative_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, CascadedValidation_CascadedValidationState_jmhType, CascadedValidation_jmhType) - Static method in class org.hibernate.validator.performance.cascaded.generated.CascadedValidation_testCascadedValidationIterative_jmhTest
 
TestEntity - Class in org.hibernate.validator.performance.statistical
 
TestEntity(int) - Constructor for class org.hibernate.validator.performance.statistical.TestEntity
 
TestForIssue - Annotation Type in org.hibernate.validator.testutil
A documentation annotation for notating what JIRA issue is being tested.
TestRunner - Class in org.hibernate.validator.performance
Class containing main method to run all performance tests.
testSimpleBeanValidation(SimpleValidation.ValidationState) - Method in class org.hibernate.validator.performance.simple.SimpleValidation
 
testSimpleBeanValidation_AverageTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_SampleTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_SingleShotTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_Throughput(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidation_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidation_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory(SimpleValidation.ValidationState) - Method in class org.hibernate.validator.performance.simple.SimpleValidation
 
testSimpleBeanValidationRecreatingValidatorFactory_AverageTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_SampleTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_SingleShotTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_Throughput(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testSimpleBeanValidationRecreatingValidatorFactory_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SimpleValidation_ValidationState_jmhType, SimpleValidation_jmhType) - Static method in class org.hibernate.validator.performance.simple.generated.SimpleValidation_testSimpleBeanValidationRecreatingValidatorFactory_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator(StatisticalValidation.StatisticalValidationState) - Method in class org.hibernate.validator.performance.statistical.StatisticalValidation
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_AverageTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, StatisticalValidation_StatisticalValidationState_jmhType, StatisticalValidation_jmhType) - Static method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, StatisticalValidation_StatisticalValidationState_jmhType, StatisticalValidation_jmhType) - Static method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_SampleTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_SingleShotTime(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, StatisticalValidation_StatisticalValidationState_jmhType, StatisticalValidation_jmhType) - Static method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_Throughput(InfraControl, ThreadParams) - Method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, StatisticalValidation_StatisticalValidationState_jmhType, StatisticalValidation_jmhType) - Static method in class org.hibernate.validator.performance.statistical.generated.StatisticalValidation_testValidationWithStatisticalGraphDepthAndConstraintValidator_jmhTest
 
threadLocalCounter - Static variable in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
threshold(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
TIME_PROVIDER - Static variable in interface org.hibernate.validator.HibernateValidatorConfiguration
timeProvider(TimeProvider) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Registers the given time provider with the bootstrapped validator factory.
timeProvider(TimeProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
Registers the given time provider with the bootstrapped validator.
TimeProvider - Interface in org.hibernate.validator.spi.time
Contract for obtaining the current time when validating the @Future and @Past constraints.
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
TituloEleitoralDef - Class in org.hibernate.validator.cfg.defs.br
 
TituloEleitoralDef() - Constructor for class org.hibernate.validator.cfg.defs.br.TituloEleitoralDef
 
to(Class<?>) - Method in interface org.hibernate.validator.cfg.context.GroupConversionTargetContext
Sets the target group of the conversion to be configured.
toString() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
 
toString() - Method in class org.hibernate.validator.ap.classchecks.MethodInheritanceTree
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintDef
 
toString() - Method in class org.hibernate.validator.performance.simple.SimpleValidation.Driver
 
toString() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
toString() - Method in class org.hibernate.validator.testutil.MyCustomStringImpl
 
traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
treatCheck10As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
treatCheck11As(char) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
 
type(Class<C>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
Starts defining constraints on the specified bean class.
type(Class<C>) - Method in interface org.hibernate.validator.cfg.context.TypeTarget
Selects the type to which the next operations shall apply.
type(EAN.Type) - Method in class org.hibernate.validator.cfg.defs.EANDef
 
TypeCheck - Class in org.hibernate.validator.ap.checks
Checks, that constraint annotations are only specified at elements of a type supported by the constraints.
TypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.TypeCheck
 
TypeConstraintMappingContext<C> - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a type.
TypeNames - Class in org.hibernate.validator.ap.util
Contains the fully-qualified names of types used by the annotation processor which are accessed only via the mirror API in order to avoid references to the actual class objects.
TypeNames() - Constructor for class org.hibernate.validator.ap.util.TypeNames
 
TypeNames.BeanValidationTypes - Class in org.hibernate.validator.ap.util
 
TypeNames.HibernateValidatorTypes - Class in org.hibernate.validator.ap.util
 
TypeNames.Java8DateTime - Class in org.hibernate.validator.ap.util
 
TypeNames.JavaMoneyTypes - Class in org.hibernate.validator.ap.util
 
TypeNames.JodaTypes - Class in org.hibernate.validator.ap.util
 
TypeTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the bean type to which the next operations shall apply.

U

Unwrapable<U extends Unwrapable<U>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to mark the underlying element as to be unwrapped prior to validation.
unwrapValidatedValue(boolean) - Method in interface org.hibernate.validator.cfg.context.Unwrapable
Configures explicitly the unwrapping mode of the current element (property, parameter etc.).
UnwrapValidatedValue - Annotation Type in org.hibernate.validator.valuehandling
When specified on properties (as represented by fields or property getters), parameters or executables, the value of the annotated element will be unwrapped from a container type prior to validation.
URL - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
URL - Annotation Type in org.hibernate.validator.constraints
Validates the annotated string is an URL.
URL.List - Annotation Type in org.hibernate.validator.constraints
Defines several @URL annotations on the same element.
URLDef - Class in org.hibernate.validator.cfg.defs
 
URLDef() - Constructor for class org.hibernate.validator.cfg.defs.URLDef
 
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.

V

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.cfg.context.ConstraintDefinitionContext
Adds a new validator to validate this constraint.
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
 
ValidationState() - Constructor for class org.hibernate.validator.performance.simple.SimpleValidation.ValidationState
 
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.
validator - Variable in class org.hibernate.validator.performance.cascaded.CascadedValidation.CascadedValidationState
 
validator - Variable in class org.hibernate.validator.performance.simple.SimpleValidation.ValidationState
 
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.checks.ConstraintCheckIssue.IssueKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationProcessorValidationTarget
Returns the enum constant of this type with the specified name.
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.checks.ConstraintCheckIssue.IssueKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationProcessorConstraintTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationProcessorValidationTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.ap.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 - Variable in class org.hibernate.validator.ap.AbstractElementVisitor
 
VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for activating verbose message reporting.
visitExecutableAsMethod(ExecutableElement, Void) - Method in class org.hibernate.validator.ap.ClassVisitor
Checks whether the constraints of the given method are valid.
visitTypeAsClass(TypeElement, Void) - Method in class org.hibernate.validator.ap.ClassVisitor
Doesn't perform any checks at the moment but calls a visit methods on its own elements.
visitTypeAsInterface(TypeElement, Void) - Method in class org.hibernate.validator.ap.ClassVisitor
Doesn't perform any checks at the moment but calls a visit methods on its own elements.

W

warning(Element, AnnotationMirror, String, Object...) - Static method in class org.hibernate.validator.ap.checks.ConstraintCheckIssue
Creates a new ConstraintCheckIssue of warning kind (ConstraintCheckIssue.IssueKind.WARNING).
weight(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
 
whitelistType(SafeHtml.WhiteListType) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
 
withDynamicPayload(Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
Allows to set an object that may further describe the violation.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

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