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

A

AbstractConstraintCheck - Class in org.hibernate.validator.ap.checks
Abstract base class for ConstraintCheck implementations.
AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
addFriend(CascadedValidationTest.Person) - Method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest.Person
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
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.AggregateBundle - Class in org.hibernate.validator.resourceloading
A ResourceBundle whose content is aggregated from multiple source bundles.
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
AnnotationApiHelper - Class in org.hibernate.validator.ap.util
A helper class providing some useful methods to work with types from the JSR-269-API.
AnnotationApiHelper(Elements, Types) - Constructor for class org.hibernate.validator.ap.util.AnnotationApiHelper
 
AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
AnnotationTypeCheck - Class in org.hibernate.validator.ap.checks
Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations.
AnnotationTypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeCheck
 
AnnotationTypeMemberCheck - Class in org.hibernate.validator.ap.checks
Checks, that each constraint annotation type declares the members message(), groups() and payload() as defined by the BV spec.
AnnotationTypeMemberCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
 
ASSERT_FALSE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
ASSERT_TRUE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
AssertFalseDef - Class in org.hibernate.validator.cfg.defs
 
AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
 
AssertTrueDef - Class in org.hibernate.validator.cfg.defs
 
AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
 
asSet(T...) - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 

B

BeanValidationTypes() - Constructor for class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
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.
Cascadable<C extends Cascadable<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.
CascadedValidationTest - Class in org.hibernate.validator.performance.cascaded
 
CascadedValidationTest() - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidationTest
 
CascadedValidationTest.Person - Class in org.hibernate.validator.performance.cascaded
 
CascadedValidationTest.TestRunner - Class in org.hibernate.validator.performance.cascaded
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given annotation type declaration.
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.RetentionPolicyCheck
 
checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TargetCheck
 
checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks whether the given annotation type (which must be a constraint annotation type) may be specified at elements of the specified type.
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given field.
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
 
checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given method.
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GetterCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
 
checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
Checks, whether the given annotation is allowed at the given type declaration (class, interface, enum).
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
 
checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
 
CNPJ - Annotation Type in org.hibernate.validator.constraints.br
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
CollectionHelper - Class in org.hibernate.validator.ap.util
Provides some methods for simplified collection instantiation.
CollectionHelper() - Constructor for class org.hibernate.validator.ap.util.CollectionHelper
 
CompositionType - Enum in org.hibernate.validator.constraints
The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
Configuration - Class in org.hibernate.validator.ap.util
Provides access to the processor options supported by the Hibernate Validator annotation processor.
Configuration(Map<String, String>, Messager) - Constructor for class org.hibernate.validator.ap.util.Configuration
 
Constrainable<C extends Constrainable<C>> - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to place constraints on the underlying element.
CONSTRAINT - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
Adds a new constraint.
CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
ConstraintCheck - Interface in org.hibernate.validator.ap.checks
Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.
ConstraintCheckError - Class in org.hibernate.validator.ap.checks
The result of the execution of a ConstraintCheck.
ConstraintCheckError(Element, AnnotationMirror, String, Object...) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckError
Creates a new ConstraintCheckError.
ConstraintCheckFactory - Class in org.hibernate.validator.ap.checks
A factory in charge of determining the ConstraintChecks required for the validation of annotations at given elements.
ConstraintCheckFactory(Types, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckFactory
 
ConstraintChecks - Interface in org.hibernate.validator.ap.checks
Represents an ordered set of 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
 
ConstraintHelper - Class in org.hibernate.validator.ap.util
Helper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
ConstraintHelper(Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.util.ConstraintHelper
 
ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.util
The type of an annotation with respect to the BV API.
ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.util
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.
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
The constraint annotation type of this definition.
ConstraintValidationProcessor - Class in org.hibernate.validator.ap
An annotation processor for checking Bean Validation constraints.
ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
 
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
 
Counter() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
CPF - Annotation Type in org.hibernate.validator.constraints.br
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
createConstraintMapping() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
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
 

D

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
 
Driver(String, int, boolean) - Constructor for class org.hibernate.validator.performance.simple.SimpleValidationTest.Driver
 

E

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
 
equals(Object) - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
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
 

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
 
getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the given annotation mirror's array-typed annotation value with the given name.
getAnnotationMirror() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
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.
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.
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.
getElement() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getFailures() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMirror(List<? extends AnnotationMirror>, Class<? extends Annotation>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns that mirror from the given list of annotation mirrors that represents the annotation type specified by the given class.
getMirror(List<? extends AnnotationMirror>, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns that mirror from the given list of annotation mirrors that represents the annotation type specified by the given class.
getMirrorForType(Class<?>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a TypeMirror for the given class.
getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Returns a list with the constraint annotations contained in the given array-valued annotation mirror.
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
 
getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
Search current thread classloader for the resource bundle.
getResourceBundle(Locale) - Method in interface org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
Returns the currently validated root bean type.
getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
GetterCheck - Class in org.hibernate.validator.ap.checks
Checks whether a given element is a valid getter method.
GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.checks.GetterCheck
 
getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
This method returns the default group sequence for the given instance.
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
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
GroupSequenceProvider - Annotation Type in org.hibernate.validator.group
The GroupSequenceProvider annotation defines the DefaultGroupSequenceProvider class responsible to return the list of classes defining the default group sequence for the annotated type.
GroupSequenceProviderCheck - Class in org.hibernate.validator.ap.checks
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
 
hashCode() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
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.
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() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
Specifies that annotations specified on the configured type or property should be ignored.
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
 
initialize(Annotation) - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
 
interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
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.
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
isVerbose() - Method in class org.hibernate.validator.ap.util.Configuration
Whether logging information shall be put out in a verbose way or not.

J

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
 

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.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.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
 

M

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
 
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.
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).
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
 
MOD_CHECK - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
ModCheck - Annotation Type in org.hibernate.validator.constraints
Modulo check constraint.
ModCheck.List - Annotation Type in org.hibernate.validator.constraints
Defines several @ModCheck annotations on the same element.
ModCheck.ModType - Enum in org.hibernate.validator.constraints
 
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.

N

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
 
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

org.hibernate.validator - package org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
org.hibernate.validator.ap - package org.hibernate.validator.ap
This package contains the main class of Hibernate Validator annotation processor.
org.hibernate.validator.ap.checks - package org.hibernate.validator.ap.checks
This package contains check implementations used by the annotation processor to verify constraint declarations.
org.hibernate.validator.ap.util - package org.hibernate.validator.ap.util
This package contains helper classes.
org.hibernate.validator.cdi - package org.hibernate.validator.cdi
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).
org.hibernate.validator.cfg - package org.hibernate.validator.cfg
Entry point for the programmatic constraint definition API.
org.hibernate.validator.cfg.context - package org.hibernate.validator.cfg.context
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
Constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.constraints - package org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
Hibernate Validator Brazilian constraints.
org.hibernate.validator.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.performance.cascaded - package org.hibernate.validator.performance.cascaded
 
org.hibernate.validator.performance.simple - package org.hibernate.validator.performance.simple
 
org.hibernate.validator.performance.statistical - package org.hibernate.validator.performance.statistical
 
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.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.

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.
parameters - Variable in class org.hibernate.validator.cfg.ConstraintDef
A map with the annotation parameters of this definition.
ParameterTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select a method parameter to which the next operations shall apply.
PAST - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
PastDef - Class in org.hibernate.validator.cfg.defs
 
PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PATTERN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
PatternDef - Class in org.hibernate.validator.cfg.defs
 
PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
 
PAYLOAD - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
Person(String) - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidationTest.Person
 
PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
A resource bundle locator, that loads resource bundles by simply invoking ResourceBundle.loadBundle(...).
PlatformResourceBundleLocator(String) - 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
 
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.
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

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
 
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
 
reportErrors(Set<ConstraintCheckError>) - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Reports the given errors against the underlying Messager using the specified Diagnostic.Kind.
reset() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
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, boolean) - 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.
ReturnValueTarget - Interface in org.hibernate.validator.cfg.context
Facet of a constraint mapping creational context which allows to the select the current method's return value as target for the next operations.
run() - Method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest.TestRunner
 

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.WhiteListType - Enum in org.hibernate.validator.constraints
Defines default whitelist implementations
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
 
setUpValidatorFactory() - Static method in class org.hibernate.validator.performance.simple.SimpleValidationTest
 
setUpValidatorFactory() - Static method in class org.hibernate.validator.performance.statistical.StatisticalValidationTest
 
setupValidatorInstance() - Static method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest
 
SimpleValidationTest - Class in org.hibernate.validator.performance.simple
 
SimpleValidationTest() - Constructor for class org.hibernate.validator.performance.simple.SimpleValidationTest
 
SimpleValidationTest.Driver - Class in org.hibernate.validator.performance.simple
 
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
 
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
 
StatisticalValidationTest - Class in org.hibernate.validator.performance.statistical
 
StatisticalValidationTest() - Constructor for class org.hibernate.validator.performance.statistical.StatisticalValidationTest
 

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
 
testCascadedValidation() - Method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest
 
testCascadedValidationMultiThreaded() - Method in class org.hibernate.validator.performance.cascaded.CascadedValidationTest
To be executed manually.
TestEntity - Class in org.hibernate.validator.performance.statistical
 
TestEntity(int) - Constructor for class org.hibernate.validator.performance.statistical.TestEntity
 
TestRunner(CountDownLatch) - Constructor for class org.hibernate.validator.performance.cascaded.CascadedValidationTest.TestRunner
 
testSimpleBeanValidation() - Method in class org.hibernate.validator.performance.simple.SimpleValidationTest
 
testSimpleBeanValidationRecreatingValidatorFactory() - Method in class org.hibernate.validator.performance.simple.SimpleValidationTest
 
testValidationWithStatisticalGraphDepthAndConstraintValidator() - Method in class org.hibernate.validator.performance.statistical.StatisticalValidationTest
 
threadLocalCounter - Static variable in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator
 
TituloEleitoral - Annotation Type in org.hibernate.validator.constraints.br
Validates a Título Eleitoral (Brazilian Voter ID card number).
toString() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
toString() - Method in class org.hibernate.validator.cfg.ConstraintDef
 
toString() - Method in class org.hibernate.validator.performance.simple.SimpleValidationTest.Driver
 
toString() - Method in class org.hibernate.validator.performance.statistical.StatisticalConstraintValidator.Counter
 
traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
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.
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.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

URL - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
 
URL - Annotation Type in org.hibernate.validator.constraints
Validate that the string is a valid 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.ResourceBundleMessageInterpolator
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_FORMAT_SEPARATOR - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
VALIDATED_VALUE_KEYWORD - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
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
 
ValueFormatterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
Deprecated.
Deprecated since Hibernate Validator 5. Interpolation of validated value is since Bean Validation 1.1 part of the default message interpolation algorithm.
ValueFormatterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
ValueFormatterMessageInterpolator(MessageInterpolator) - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
Deprecated.
 
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.ModCheck.ModType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.constraints.CompositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
The name of the processor option for activating verbose message reporting.
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

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