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

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
 
accepts(MethodMetaData) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData.Builder
Whether the given method can be added to this builder or not.
action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.util.privilegedactions.ConstructorInstance
 
action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.privilegedactions.GetAnnotationParameter
 
action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.util.privilegedactions.GetConstructor
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredField
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredFields
 
action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethods
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethod
 
action(Class<?>, String) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName
 
action(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetMethods
 
action(String, Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.LoadClass
 
action(Class<T>, String) - Static method in class org.hibernate.validator.util.privilegedactions.NewInstance
 
action(Member) - Static method in class org.hibernate.validator.util.privilegedactions.SetAccessibility
 
add(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
addAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
addAllMappings(Set<InputStream>) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
addBeanMetaData(Class<T>, BeanMetaDataImpl<T>) - Method in class org.hibernate.validator.metadata.BeanMetaDataCache
 
addCascadeConfig(BeanConstraintLocation) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addConfigProperty(String, String) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
addConstraintConfig(ConfiguredConstraint<?, BeanConstraintLocation>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addConstraintDescriptor(ConstraintDescriptorImpl<?>) - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
addConstraintFailures(Set<C>) - Method in class org.hibernate.validator.engine.ValidationContext
 
addConstraintValidatorDefinition(Class<A>, List<Class<? extends ConstraintValidator<? extends Annotation, ?>>>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
addDefaultGroupSequence(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addDefaultGroupSequenceProvider(Class<?>, Class<T>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addMapping(InputStream) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
addMapping(ConstraintMapping) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Adds the specified ConstraintMapping instance to the configuration.
addMapping(InputStream) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
addMetaData(MethodMetaData) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData.Builder
Adds the given method to this builder.
addMethodCascadeConfig(MethodConstraintLocation) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addMethodConstraintConfig(ConfiguredConstraint<?, MethodConstraintLocation>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
addNode(String) - Method in class org.hibernate.validator.engine.PathImpl
 
addParameter(String, Object) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
addProperty(String, String) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
AggregatedMethodMetaData - Class in org.hibernate.validator.metadata
An aggregated view of the constraint related meta data for a given method and all the methods in the inheritance hierarchy which it overrides or implements.
AggregatedMethodMetaData.Builder - Class in org.hibernate.validator.metadata
Creates new AggregatedMethodMetaData instances.
AggregatedMethodMetaData.Builder(MethodMetaData) - Constructor for class org.hibernate.validator.metadata.AggregatedMethodMetaData.Builder
Creates a new builder based on the given method meta data.
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 which's content is aggregated from multiple source bundles.
AggregateResourceBundleLocator.AggregateBundle(List<ResourceBundle>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
Creates a new AggregateBundle.
alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
annotation - Variable in class org.hibernate.validator.xml.ConstraintDefinitionType
 
annotation - Variable in class org.hibernate.validator.xml.ConstraintType
 
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
 
AnnotationDescriptor<T extends Annotation> - Class in org.hibernate.validator.util.annotationfactory
Encapsulates the data you need to create an annotation.
AnnotationDescriptor(Class<T>) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
AnnotationDescriptor(Class<T>, Map<String, Object>) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
AnnotationFactory - Class in org.hibernate.validator.util.annotationfactory
Creates live annotations (actually AnnotationProxies) from AnnotationDescriptors.
AnnotationFactory() - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationFactory
 
AnnotationIgnores - Class in org.hibernate.validator.metadata
This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored.
AnnotationIgnores() - Constructor for class org.hibernate.validator.metadata.AnnotationIgnores
 
AnnotationProxy - Class in org.hibernate.validator.util.annotationfactory
A concrete implementation of Annotation that pretends it is a "real" source code annotation.
AnnotationProxy(AnnotationDescriptor<?>) - Constructor for class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
annotationType() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
AnnotationType - Class in org.hibernate.validator.xml
Java class for annotationType complex type.
AnnotationType() - Constructor for class org.hibernate.validator.xml.AnnotationType
 
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
 
appendNode(String) - Method in class org.hibernate.validator.engine.ValueContext
Adds a new node with the specified name to the current property path.
assertCorrectnessOfMethodParameterConstraints() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Checks the parameter constraints of this method for correctness.
assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
AssertFalseDef - Class in org.hibernate.validator.cfg.defs
 
AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
 
AssertFalseValidator - Class in org.hibernate.validator.constraints.impl
Validates that the value passed is false
AssertFalseValidator() - Constructor for class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
assertNotNull(Object) - Static method in class org.hibernate.validator.util.Contracts
 
assertNotNull(Object, String) - Static method in class org.hibernate.validator.util.Contracts
 
AssertTrueDef - Class in org.hibernate.validator.cfg.defs
 
AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
 
AssertTrueValidator - Class in org.hibernate.validator.constraints.impl
Validates that the value passed is true
AssertTrueValidator() - Constructor for class org.hibernate.validator.constraints.impl.AssertTrueValidator
 
asSet(T...) - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
asSet(T...) - Static method in class org.hibernate.validator.util.CollectionHelper
 
asString() - Method in class org.hibernate.validator.engine.NodeImpl
 
asString() - Method in class org.hibernate.validator.engine.PathImpl
 

B

bean - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
beanClass - Variable in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
BeanConstraintLocation - Class in org.hibernate.validator.metadata.location
A ConstraintLocation implementation that represents either a bean (in case of class-level constraints), a field or a getter method (in case of property-level constraints).
BeanConstraintLocation(Class<?>) - Constructor for class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
BeanConstraintLocation(Class<?>, Member) - Constructor for class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
BeanDescriptorImpl<T> - Class in org.hibernate.validator.metadata
 
BeanDescriptorImpl(BeanMetaData<T>) - Constructor for class org.hibernate.validator.metadata.BeanDescriptorImpl
 
BeanMetaConstraint<A extends Annotation> - Class in org.hibernate.validator.metadata
A MetaConstraint implementation that represents a field, property-level or class level constraint and allows the unified handling of these constraints.
BeanMetaConstraint(ConstraintDescriptorImpl<A>, Class<?>, Member) - Constructor for class org.hibernate.validator.metadata.BeanMetaConstraint
Creates a new BeanMetaConstraint.
BeanMetaData<T> - Interface in org.hibernate.validator.metadata
Interface defining the meta data about the constraints defined in a given bean.
BeanMetaDataCache - Class in org.hibernate.validator.metadata
Cache for created instances of BeanMetaData.
BeanMetaDataCache() - Constructor for class org.hibernate.validator.metadata.BeanMetaDataCache
 
BeanMetaDataImpl<T> - Class in org.hibernate.validator.metadata
This class encapsulates all meta data needed for validation.
BeanMetaDataImpl(Class<T>, ConstraintHelper, BeanMetaDataCache) - Constructor for class org.hibernate.validator.metadata.BeanMetaDataImpl
Constructor used for creating the bean meta data using annotations only
BeanMetaDataImpl(Class<T>, ConstraintHelper, List<Class<?>>, Class<? extends DefaultGroupSequenceProvider<?>>, Map<Class<?>, List<BeanMetaConstraint<?>>>, Set<AggregatedMethodMetaData>, Set<Member>, AnnotationIgnores, BeanMetaDataCache) - Constructor for class org.hibernate.validator.metadata.BeanMetaDataImpl
Constructor used when creating a bean meta data instance via the xml or programmatic API.
BeanType - Class in org.hibernate.validator.xml
Java class for beanType complex type.
BeanType() - Constructor for class org.hibernate.validator.xml.BeanType
 
boxedType(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the autoboxed type of a primitive type.
build() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData.Builder
Creates a new, read-only AggregatedMethodMetaData object from this builder.
buildConstraintViolationWithTemplate(String) - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
buildHashCode() - Method in class org.hibernate.validator.engine.PathImpl
 
buildValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
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.
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
 
classType - Variable in class org.hibernate.validator.xml.BeanType
 
ClassType - Class in org.hibernate.validator.xml
Java class for classType complex type.
ClassType() - Constructor for class org.hibernate.validator.xml.ClassType
 
clazz - Variable in class org.hibernate.validator.xml.BeanType
 
clear() - Method in class org.hibernate.validator.util.IdentitySet
 
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
 
CollectionHelper - Class in org.hibernate.validator.util
Provides some methods for simplified collection instantiation.
CollectionHelper.Partitioner<K,V> - Interface in org.hibernate.validator.util
 
CompositionType - Enum in org.hibernate.validator.constraints
The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
computeAllImplementedInterfaces(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Get all interfaces a class directly implements.
computeClassHierarchy(Class<?>, boolean) - Static method in class org.hibernate.validator.util.ReflectionHelper
Get all superclasses and optionally interfaces recursively.
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
 
ConfigurationImpl - Class in org.hibernate.validator.engine
Hibernate specific Configuration implementation.
ConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.engine.ConfigurationImpl
 
ConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.engine.ConfigurationImpl
 
ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation> - Class in org.hibernate.validator.cfg.context.impl
Represents a programmatically configured constraint and meta-data related to its location (bean type etc.).
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(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
Adds a new constraint.
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.cfg.context.impl.ParameterConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.cfg.context.impl.PropertyConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.cfg.context.impl.ReturnValueConstraintMappingContextImpl
 
constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.cfg.context.impl.TypeConstraintMappingContextImpl
 
constraint - Variable in class org.hibernate.validator.xml.ClassType
 
constraint - Variable in class org.hibernate.validator.xml.FieldType
 
constraint - Variable in class org.hibernate.validator.xml.GetterType
 
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
 
constraintDefinition - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
ConstraintDefinitionType - Class in org.hibernate.validator.xml
Java class for constraint-definitionType complex type.
ConstraintDefinitionType() - Constructor for class org.hibernate.validator.xml.ConstraintDefinitionType
 
ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.metadata
Describe a single constraint (including it's composing constraints).
ConstraintDescriptorImpl(T, ConstraintHelper, Class<?>, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
ConstraintDescriptorImpl(T, ConstraintHelper, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
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(Elements, Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.util.ConstraintHelper
 
ConstraintHelper - Class in org.hibernate.validator.metadata
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
ConstraintHelper() - Constructor for class org.hibernate.validator.metadata.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).
ConstraintLocation - Interface in org.hibernate.validator.metadata.location
Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
ConstraintMapping - Class in org.hibernate.validator.cfg
Top level class for constraints configured via the programmatic API.
ConstraintMapping() - Constructor for class org.hibernate.validator.cfg.ConstraintMapping
 
ConstraintMapping(ConstraintMapping) - Constructor for class org.hibernate.validator.cfg.ConstraintMapping
 
constraintMapping - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
ConstraintMappingContext - Class in org.hibernate.validator.cfg.context.impl
Context which collects constraints, cascades etc.
ConstraintMappingContext() - Constructor for class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
ConstraintMappingContextImplBase - Class in org.hibernate.validator.cfg.context.impl
Base class for implementations of constraint mapping creational context types.
ConstraintMappingContextImplBase(Class<?>, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
ConstraintMappingsType - Class in org.hibernate.validator.xml
Java class for constraint-mappingsType complex type.
ConstraintMappingsType() - Constructor for class org.hibernate.validator.xml.ConstraintMappingsType
 
ConstraintOrigin - Enum in org.hibernate.validator.metadata
Visibility looked at when discovering constraints.
ConstraintTree<A extends Annotation> - Class in org.hibernate.validator.engine
Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
ConstraintTree(ConstraintDescriptorImpl<A>) - Constructor for class org.hibernate.validator.engine.ConstraintTree
 
constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
The constraint annotation type of this definition.
ConstraintType - Class in org.hibernate.validator.xml
Java class for constraintType complex type.
ConstraintType() - Constructor for class org.hibernate.validator.xml.ConstraintType
 
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 Constraint annotation.
ConstraintValidatorCheck(ConstraintHelper, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
 
ConstraintValidatorContextImpl - Class in org.hibernate.validator.engine
 
ConstraintValidatorContextImpl(PathImpl, ConstraintDescriptor<?>) - Constructor for class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
constraintValidatorFactory - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
ConstraintValidatorFactoryImpl - Class in org.hibernate.validator.engine
Default ConstraintValidatorFactory using a no-arg constructor.
ConstraintValidatorFactoryImpl() - Constructor for class org.hibernate.validator.engine.ConstraintValidatorFactoryImpl
 
ConstraintViolationImpl<T> - Class in org.hibernate.validator.engine
 
ConstraintViolationImpl(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Constructor for class org.hibernate.validator.engine.ConstraintViolationImpl
 
ConstructorInstance<T> - Class in org.hibernate.validator.util.privilegedactions
Execute instance creation as privileged action.
contains(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
containsAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
containsConstraintValidatorDefinition(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
containsDeclaredField(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the specified class contains a declared field with the given name.
containsElement(String) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
containsMethodWithPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the specified class contains a method for the specified property.
content - Variable in class org.hibernate.validator.xml.ElementType
 
context - Variable in class org.hibernate.validator.cfg.ConstraintMapping
 
Contracts - Class in org.hibernate.validator.util
 
Contracts() - Constructor for class org.hibernate.validator.util.Contracts
 
create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationFactory
 
createAnnotationType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of AnnotationType
createBeanType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of BeanType
createClassType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ClassType
createConstraintDefinitionType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintDefinitionType
createConstraintMappings(ConstraintMappingsType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<ConstraintMappingsType>}
createConstraintMappingsType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintMappingsType
createConstraintType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ConstraintType
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.engine.MethodValidationContext
 
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.engine.StandardValidationContext
 
createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.engine.ValidationContext
 
createConstraintViolations(ValueContext<U, V>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
createCopy(PathImpl) - Static method in class org.hibernate.validator.engine.PathImpl
 
createElementType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ElementType
createElementTypeAnnotation(AnnotationType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<AnnotationType>}
createElementTypeValue(String) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<String>}
createFieldType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of FieldType
createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createGetterType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GetterType
createGroupSequenceType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GroupSequenceType
createGroupsType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of GroupsType
createNewPath(String) - Static method in class org.hibernate.validator.engine.PathImpl
 
createPathForMethodParameter(Method, String) - Static method in class org.hibernate.validator.engine.PathImpl
Creates a path representing the specified method parameter.
createPathForMethodReturnValue(Method) - Static method in class org.hibernate.validator.engine.PathImpl
 
createPathFromString(String) - Static method in class org.hibernate.validator.engine.PathImpl
Returns a Path instance representing the path described by the given string.
createPayloadType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of PayloadType
createPropertyType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of PropertyType
createRootPath() - Static method in class org.hibernate.validator.engine.PathImpl
 
createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
 
createValidatedByType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ValidatedByType
createValidationConfig(ValidationConfigType) - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of JAXBElement<ValidationConfigType>}
createValidationConfigType() - Method in class org.hibernate.validator.xml.ObjectFactory
Create an instance of ValidationConfigType
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
 
CreditCardNumberValidator - Class in org.hibernate.validator.constraints.impl
Check a credit card number through the Luhn algorithm.
CreditCardNumberValidator() - Constructor for class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 

D

DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
 
DecimalMaxValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMaxValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
DecimalMaxValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value less than or equal to the maximum value specified.
DecimalMaxValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
DecimalMinDef - Class in org.hibernate.validator.cfg.defs
 
DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
 
DecimalMinValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
DecimalMinValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
DecimalMinValidatorForString - Class in org.hibernate.validator.constraints.impl
 
DecimalMinValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
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_PARAMETER_NAME_PREFIX - Static variable in class org.hibernate.validator.metadata.BeanMetaDataImpl
Used as prefix for parameter names, if no explicit names are given.
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
The name of the default message bundle.
defaultGroupSequence(Class<?>...) - Method in class org.hibernate.validator.cfg.context.impl.TypeConstraintMappingContextImpl
Defines the default groups sequence for the bean class of this instance.
defaultGroupSequence(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines the default group sequence for current type.
defaultGroupSequenceIsRedefined() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
defaultGroupSequenceIsRedefined() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
defaultGroupSequenceProvider(Class<T>) - Method in class org.hibernate.validator.cfg.context.impl.TypeConstraintMappingContextImpl
Defines the default group sequence provider for the bean class of this instance.
defaultGroupSequenceProvider(Class<T>) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Defines the default group sequence provider for the current type.
DefaultGroupSequenceProvider<T> - Interface in org.hibernate.validator.group
This class defines the dynamic group sequence provider contract.
defaultPackage - Variable in class org.hibernate.validator.xml.ConstraintMappingsType
 
defaultProvider - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
DefaultTraversableResolver - Class in org.hibernate.validator.engine.resolver
A JPA 2 aware TraversableResolver.
DefaultTraversableResolver() - Constructor for class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
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.
DigitsDef - Class in org.hibernate.validator.cfg.defs
 
DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
 
DigitsValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Validates that the Number being validates matches the pattern defined in the constraint.
DigitsValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
DigitsValidatorForString - Class in org.hibernate.validator.constraints.impl
Validates that the String being validated consists of digits, and matches the pattern defined in the constraint.
DigitsValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
disableDefaultConstraintViolation() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 

E

element - Variable in class org.hibernate.validator.xml.AnnotationType
 
element - Variable in class org.hibernate.validator.xml.ConstraintType
 
ElementDescriptorImpl - Class in org.hibernate.validator.metadata
Describes a validated element (class, field or property).
ElementDescriptorImpl(Class<?>, BeanMetaData<?>) - Constructor for class org.hibernate.validator.metadata.ElementDescriptorImpl
 
ElementType - Class in org.hibernate.validator.xml
Java class for elementType complex type.
ElementType() - Constructor for class org.hibernate.validator.xml.ElementType
 
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
 
EmailValidator - Class in org.hibernate.validator.constraints.impl
Checks that a given string is a well-formed email address.
EmailValidator() - Constructor for class org.hibernate.validator.constraints.impl.EmailValidator
 
equals(Object) - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
equals(Object) - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
equals(Object) - Method in class org.hibernate.validator.engine.groups.Group
 
equals(Object) - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
equals(Object) - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
equals(Object) - Method in class org.hibernate.validator.engine.NodeImpl
 
equals(Object) - Method in class org.hibernate.validator.engine.PathImpl
 
equals(Object) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
 
equals(Object) - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
equals(Object) - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
equals(Object) - Method in class org.hibernate.validator.metadata.MetaConstraint
 
equals(Object) - Method in class org.hibernate.validator.metadata.MethodMetaData
It is expected that there is exactly one instance of this type for a given method in a type system.
evaluate(String, Object, String) - Method in class org.hibernate.validator.util.scriptengine.ScriptEvaluator
Makes the given object available in then engine-scoped script context and executes the given script.
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 class org.hibernate.validator.engine.ConfigurationImpl
 
failFast(boolean) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
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.
field - Variable in class org.hibernate.validator.xml.BeanType
 
FieldType - Class in org.hibernate.validator.xml
Java class for fieldType complex type.
FieldType() - Constructor for class org.hibernate.validator.xml.FieldType
 
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.
findConstraints() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
flags(Pattern.Flag[]) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
flags(Pattern.Flag...) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
forParameter(ConstraintDef<?, A>, Method, int) - Static method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
forProperty(ConstraintDef<?, A>, Class<?>, Member) - Static method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
forReturnValue(ConstraintDef<?, A>, Method) - Static method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
forType(ConstraintDef<?, A>, Class<?>) - Static method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
 
fromClass(Class<?>) - Static method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
fromContext() - Static method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
FutureDef - Class in org.hibernate.validator.cfg.defs
 
FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
 
FutureValidatorForCalendar - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Calendar passed to be validated is in the future.
FutureValidatorForCalendar() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
FutureValidatorForDate - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Date passed to be validated is in the future.
FutureValidatorForDate() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 
FutureValidatorForReadableInstant - Class in org.hibernate.validator.constraints.impl
Check if Joda Time type who implements import org.joda.time.ReadableInstant is in the future.
FutureValidatorForReadableInstant() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForReadableInstant
 
FutureValidatorForReadablePartial - Class in org.hibernate.validator.constraints.impl
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the future.
FutureValidatorForReadablePartial() - Constructor for class org.hibernate.validator.constraints.impl.FutureValidatorForReadablePartial
 

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
 
getAllMethodMetaData() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
 
getAllMethodMetaData() - Method in interface org.hibernate.validator.metadata.BeanMetaData
Returns the constraint-related meta data for all the methods of the type represented by this bean meta data.
getAllMethodMetaData() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getAllParameterMetaData() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Returns meta data for all parameters of the represented method.
getAllParameterMetaData() - Method in class org.hibernate.validator.metadata.MethodMetaData
Returns meta data for all parameters of the represented method.
getAnnotation() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getAnnotation() - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Gets the value of the annotation property.
getAnnotation() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the annotation property.
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.
getAnnotationIgnores() - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getAnnotationMirror() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
GetAnnotationParameter<T> - Class in org.hibernate.validator.util.privilegedactions
 
getAnnotationParameter(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
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.
getAttributes() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getBean() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the bean property.
getBeanClass() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getBeanClass() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getBeanClass() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
getBeanClass() - Method in interface org.hibernate.validator.metadata.location.ConstraintLocation
 
getBeanClass() - Method in class org.hibernate.validator.metadata.location.MethodConstraintLocation
 
getBeanDescriptor() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getBeanDescriptor() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getBeanDescriptor() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getBeanDescriptor() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Returns a descriptor for the bean related constraints of this type.
getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.metadata.BeanMetaDataCache
 
getBuiltInConstraints(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
getCascadeConfig() - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
getCascadedMembers() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getCascadedMembers() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getCascadedMembersForClass(Class<?>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getChildren() - Method in class org.hibernate.validator.engine.ConstraintTree
 
getClassHierarchy() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getClassHierarchy() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
GetClassLoader - Class in org.hibernate.validator.util.privilegedactions
 
getClassLoaderFromClass(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getClassLoaderFromContext() - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getClassType() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the classType property.
getClazz() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the clazz property.
getComposingConstraints() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getCompositionType() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getConfigProperties() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getConfiguredClasses() - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
getConstrainedMethods() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstrainedMethods() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Returns a set with the constrained methods of this type.
getConstrainedProperties() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstrainedProperties() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getConstrainedProperties() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getConstraint() - Method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
getConstraint() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the constraint property.
getConstraint() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the constraint property.
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.
getConstraintConfig() - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
Returns all constraint definitions registered with this mapping.
getConstraintDefinition() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the constraintDefinition property.
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getConstraintDescriptor() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
getConstraintDescriptors() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
getConstraintMapping() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the constraintMapping property.
getConstraintsForClass(Class<?>) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
getConstraintsForClass(Class<T>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getConstraintsForMethod(String, Class<?>...) - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstraintsForMethod(String, Class<?>...) - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Returns a descriptor for the specified method.
getConstraintsForProperty(String) - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
getConstraintsForType(Class<?>) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
getConstraintsForType(Class<?>) - Method in interface org.hibernate.validator.method.MethodValidator
Returns a descriptor providing access to constraint-related meta data for the given type.
getConstraintType() - Method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
getConstraintValidatorClasses() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getConstraintValidatorDefinition(Class<T>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ValidationContext
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getConstraintValidatorFactory() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the constraintValidatorFactory property.
getConstraintViolations() - Method in exception org.hibernate.validator.method.MethodConstraintViolationException
Set of constraint violations reported during a validation
GetConstructor<T> - Class in org.hibernate.validator.util.privilegedactions
 
getConstructor(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getContent() - Method in class org.hibernate.validator.xml.ElementType
Gets the value of the content property.
getContextForValidate(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateParameter(Method, int, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateParameters(Method, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateProperty(T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getContextForValidateValue(Class<T>, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.engine.ValidationContext
 
getCurrentBean() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentBeanType() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentGroup() - Method in class org.hibernate.validator.engine.ValueContext
 
getCurrentValidatedValue() - Method in class org.hibernate.validator.engine.ValueContext
 
GetDeclaredField - Class in org.hibernate.validator.util.privilegedactions
 
getDeclaredField(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the declared field with the specified name or null if it does not exist.
GetDeclaredFields - Class in org.hibernate.validator.util.privilegedactions
 
getDeclaredFields(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the fields of the specified class.
GetDeclaredMethod - Class in org.hibernate.validator.util.privilegedactions
 
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the declared method with the specified name and parameter types or null if it does not exist.
GetDeclaredMethods - Class in org.hibernate.validator.util.privilegedactions
 
getDeclaredMethods(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the declared methods of the specified class.
getDeclaredTypeByName(String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns the DeclaredType for the given class name.
getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultGroupSequence(T) - Method in interface org.hibernate.validator.metadata.BeanMetaData
Get the composition of the default group sequence.
getDefaultGroupSequence(T) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getDefaultGroupSequenceProvider(Class<?>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
Returns the class of the default group sequence provider defined for the given bean type.
getDefaultIgnoreAnnotation(Class<?>) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
getDefaultMessageInterpolator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultPackage() - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Gets the value of the defaultPackage property.
getDefaultProvider() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the defaultProvider property.
getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
Returns the ResourceBundleLocator used by the default message interpolator to load user-provided resource bundles.
getDefaultSequence(Class<?>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
getDefaultTraversableResolver() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getDefinedOn() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getDelegate() - Method in class org.hibernate.validator.ap.util.MessagerAdapter
Returns the messager used by this adapter.
getDescriptor() - Method in class org.hibernate.validator.engine.ConstraintTree
 
getDescriptor() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getDiagnosticKind() - Method in class org.hibernate.validator.ap.util.Configuration
Returns the diagnosticKind to be used when reporting failing constraint checks.
getDirectMetaConstraints() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getDirectMetaConstraints() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getElement() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getElement() - Method in class org.hibernate.validator.xml.AnnotationType
Gets the value of the element property.
getElement() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the element property.
getElementClass() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
getElements() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
Returns a map with the elements contained in this descriptor keyed by name.
getElementType() - Method in class org.hibernate.validator.engine.ValueContext
 
getElementType() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getElementType() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
getElementType() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getFailFast() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getFailingConstraints() - Method in class org.hibernate.validator.engine.ValidationContext
 
getField() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the field property.
getFromMapping(ConstraintMapping) - Static method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
Returns the constraint mapping context from the given constraint mapping.
getGetter() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the getter property.
getGroup() - Method in class org.hibernate.validator.engine.groups.Group
 
getGroupChainFor(Collection<Class<?>>) - Method in class org.hibernate.validator.engine.groups.GroupChainGenerator
Generates a chain of groups to be validated given the specified validation groups.
getGroupIterator() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
getGroupList() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getGroups() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getGroups() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the groups property.
getGroupSequence() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the groupSequence property.
getIndex() - Method in class org.hibernate.validator.engine.NodeImpl
 
getIndex() - Method in class org.hibernate.validator.metadata.ParameterDescriptorImpl
 
getIndex() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
getIndex() - Method in interface org.hibernate.validator.method.metadata.ParameterDescriptor
Returns this parameter's index within the parameter array of the method holding it.
getIndexedType(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
Determines the type of elements of an Iterable, array or the value of a Map.
getIndexedValue(Object, Integer) - Static method in class org.hibernate.validator.util.ReflectionHelper
Tries to retrieve the indexed value from the specified object.
getInstance(Class<T>) - Method in class org.hibernate.validator.engine.ConstraintValidatorFactoryImpl
 
getInstance(Class<S>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
Returns a new descriptor for the given annotation type.
getInstance(Class<S>, Map<String, Object>) - Static method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
Returns a new descriptor for the given annotation type.
getInstance() - Static method in class org.hibernate.validator.util.scriptengine.ScriptEvaluatorFactory
Retrieves an instance of this factory.
getInvalidValue() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getKey() - Method in class org.hibernate.validator.engine.NodeImpl
 
getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
getKind() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
getKind() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Returns the kind of this method constraint violation.
getLeafBean() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getLeafNode() - Method in class org.hibernate.validator.engine.PathImpl
 
getLocalExecutionContext(T, PathImpl) - Static method in class org.hibernate.validator.engine.ValueContext
 
getLocalExecutionContext(T, PathImpl, int, String) - Static method in class org.hibernate.validator.engine.ValueContext
 
getLocalExecutionContext(Class<T>, PathImpl) - Static method in class org.hibernate.validator.engine.ValueContext
 
getLocation() - Method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
getLocation() - Method in class org.hibernate.validator.metadata.BeanMetaConstraint
Returns the location of this constraint.
getLocation() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
getMappedValue(Object, Object) - Static method in class org.hibernate.validator.util.ReflectionHelper
Tries to retrieve the mapped value from the specified object.
getMapping() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMappings() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getMappingStreams() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMember() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
getMember(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the member with the given name and type.
getMessage() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getMessage() - Method in class org.hibernate.validator.engine.MessageAndPath
 
getMessage() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the message property.
getMessageAndPathList() - Method in class org.hibernate.validator.engine.ConstraintValidatorContextImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ValidationContext
 
getMessageInterpolator() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getMessageInterpolator() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getMessageInterpolator() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getMessageInterpolator() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the messageInterpolator property.
getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
getMessageTemplate() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getMetaConstraints() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getMetaConstraints() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getMetaConstraintsAsMap() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getMetaDataBean() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
getMetaDataFor(Method) - Method in interface org.hibernate.validator.metadata.BeanMetaData
Returns the constraint-related meta data for the given method of the class represented by this bean meta data.
getMetaDataFor(Method) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getMethod() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
getMethod() - Method in class org.hibernate.validator.engine.MethodValidationContext
 
getMethod() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
 
getMethod() - Method in class org.hibernate.validator.metadata.location.MethodConstraintLocation
 
getMethod() - Method in class org.hibernate.validator.metadata.MethodMetaData
The method represented by this meta data object.
getMethod() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Returns the method during which's validation this constraint violation occurred.
GetMethod - Class in org.hibernate.validator.util.privilegedactions
 
getMethod(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the method with the specified name or null if it does not exist.
getMethodCascadeConfig() - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
getMethodConstraintConfig() - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContext
 
GetMethodFromPropertyName - Class in org.hibernate.validator.util.privilegedactions
 
getMethodFromPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the method with the specified property name or null if it does not exist.
getMethodName() - Method in class org.hibernate.validator.metadata.MethodDescriptorImpl
 
getMethodName() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Returns the name of the method represented by this descriptor.
GetMethods - Class in org.hibernate.validator.util.privilegedactions
 
getMethods(Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the methods of the specified class (include inherited methods).
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.
getMirrorForType(Class<?>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
Returns a TypeMirror for the given class.
getMultiValueConstraints(A) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether a given annotation is a multi value constraint and returns the contained constraints if so.
getName() - Method in class org.hibernate.validator.engine.NodeImpl
 
getName() - Method in class org.hibernate.validator.xml.ElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the name property.
getName() - Method in class org.hibernate.validator.xml.PropertyType
Gets the value of the name property.
getParameterDescriptors() - Method in class org.hibernate.validator.metadata.MethodDescriptorImpl
 
getParameterDescriptors() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Returns a list with descriptors for this method's parameters.
getParameterIndex() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
getParameterIndex() - Method in class org.hibernate.validator.engine.MethodValidationContext
 
getParameterIndex() - Method in class org.hibernate.validator.engine.ValueContext
 
getParameterIndex() - Method in class org.hibernate.validator.metadata.location.MethodConstraintLocation
The parameter index of this constraint location or null if this location represents a method return value.
getParameterIndex() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Returns the index of the parameter holding the constraint which caused this constraint violation.
getParameterMetaData(int) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Returns meta data for the specified parameter of the represented method.
getParameterMetaData(int) - Method in class org.hibernate.validator.metadata.MethodMetaData
Constraint meta data for the specified parameter.
getParameterName() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
getParameterName() - Method in class org.hibernate.validator.engine.ValueContext
 
getParameterName() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
getParameterName() - Method in interface org.hibernate.validator.method.MethodConstraintViolation
Returns the name of the parameter holding the constraint which caused this constraint violation.
getParameters() - Method in class org.hibernate.validator.cfg.context.impl.ConfiguredConstraint
 
getParent() - Method in class org.hibernate.validator.engine.NodeImpl
 
getPartition(V) - Method in interface org.hibernate.validator.util.CollectionHelper.Partitioner
 
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.
getPath() - Method in class org.hibernate.validator.engine.MessageAndPath
 
getPathWithoutLeafNode() - Method in class org.hibernate.validator.engine.PathImpl
 
getPayload() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
getPayload() - Method in class org.hibernate.validator.xml.ConstraintType
Gets the value of the payload property.
getProperties() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getProperty() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the property property.
getPropertyDescriptor(String) - Method in interface org.hibernate.validator.metadata.BeanMetaData
Return PropertyDescriptor for the given property.
getPropertyDescriptor(String) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getPropertyName() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
getPropertyName() - Method in class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
getPropertyName(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
Process bean properties getter by applying the JavaBean naming conventions.
getPropertyPath() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getPropertyPath() - Method in class org.hibernate.validator.engine.ValueContext
 
getProvider() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getProviderClass() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
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.resourceloading.ResourceBundleLocator
Returns a resource bundle for the given locale.
getRootBean() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getRootBean() - Method in class org.hibernate.validator.engine.ValidationContext
 
getRootBeanClass() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
getRootBeanClass() - Method in class org.hibernate.validator.engine.ValidationContext
 
getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.util.scriptengine.ScriptEvaluatorFactory
Retrieves a script executor for the given language.
getSequence() - Method in class org.hibernate.validator.engine.groups.Group
 
getSequenceIterator() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
getSingleMetaDataFor(Method) - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Returns a single method meta data from this aggregation.
getter - Variable in class org.hibernate.validator.xml.BeanType
 
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
 
GetterType - Class in org.hibernate.validator.xml
Java class for getterType complex type.
GetterType() - Constructor for class org.hibernate.validator.xml.GetterType
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ValidationContext
 
getTraversableResolver() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getTraversableResolver() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getTraversableResolver() - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
getTraversableResolver() - Method in class org.hibernate.validator.xml.ValidationConfigType
Gets the value of the traversableResolver property.
getType() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
getType(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the type of the field of return type of a method.
getTypeDescriptor() - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
getTypeDescriptor() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
getTypeOfAnnotatedElement() - Method in class org.hibernate.validator.engine.ValueContext
 
getValid() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the valid property.
getValid() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the valid property.
getValidatedBy() - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Gets the value of the validatedBy property.
getValidatedValue() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
getValidationGroups(T) - Method in interface org.hibernate.validator.group.DefaultGroupSequenceProvider
This method returns the default group sequence for the given instance.
getValidator() - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
getValidator() - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
getValidator() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
getValidatorsTypes(List<Class<? extends ConstraintValidator<T, ?>>>) - Static method in class org.hibernate.validator.util.ValidatorTypeHelper
 
getValue(Object) - Method in class org.hibernate.validator.metadata.BeanMetaConstraint
 
getValue(Member, Object) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
getValue() - Method in class org.hibernate.validator.xml.GroupSequenceType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.GroupsType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.PayloadType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.PropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.validator.xml.ValidatedByType
Gets the value of the value property.
getVersionString() - Static method in class org.hibernate.validator.util.Version
 
getXmlConfiguredClasses() - Method in class org.hibernate.validator.xml.XmlMappingParser
 
Group - Class in org.hibernate.validator.engine.groups
Encapsulates a single group.
Group(Class<?>) - Constructor for class org.hibernate.validator.engine.groups.Group
 
Group(Class<?>, Class<?>) - Constructor for class org.hibernate.validator.engine.groups.Group
 
GroupChain - Class in org.hibernate.validator.engine.groups
An instance of GroupChain defines the group order during one full validation call.
GroupChain() - Constructor for class org.hibernate.validator.engine.groups.GroupChain
 
GroupChainGenerator - Class in org.hibernate.validator.engine.groups
Helper class used to resolve groups and sequences into a single chain of groups which can then be validated.
GroupChainGenerator() - Constructor for class org.hibernate.validator.engine.groups.GroupChainGenerator
 
groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
groups - Variable in class org.hibernate.validator.xml.ConstraintType
 
groupSequence - Variable in class org.hibernate.validator.xml.ClassType
 
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
 
GroupSequenceType - Class in org.hibernate.validator.xml
Java class for groupSequenceType complex type.
GroupSequenceType() - Constructor for class org.hibernate.validator.xml.GroupSequenceType
 
GroupsType - Class in org.hibernate.validator.xml
Java class for groupsType complex type.
GroupsType() - Constructor for class org.hibernate.validator.xml.GroupsType
 

H

handleGetObject(String) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
 
hasConstraints() - Method in class org.hibernate.validator.metadata.ElementDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
 
hashCode() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
hashCode() - Method in class org.hibernate.validator.engine.groups.Group
 
hashCode() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
hashCode() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
hashCode() - Method in class org.hibernate.validator.engine.NodeImpl
 
hashCode() - Method in class org.hibernate.validator.engine.PathImpl
 
hashCode() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
 
hashCode() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
hashCode() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
hashCode() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
hashCode() - Method in class org.hibernate.validator.metadata.MethodMetaData
It is expected that there is exactly one instance of this type for a given method in a type system.
hasMoreElements() - Method in class org.hibernate.validator.util.IteratorEnumeration
 
hasParameterConstraints() - Method in class org.hibernate.validator.metadata.MethodMetaData
Whether this method has at least one cascaded parameter or at least one parameter with constraints.
haveSameSignature(Method, Method) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks, whether the given methods have the same signature, which is the case if they have the same name, parameter count and types.
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.
host(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 

I

IdentitySet - Class in org.hibernate.validator.util
Set that compares object by identity rather than equality.
IdentitySet() - Constructor for class org.hibernate.validator.util.IdentitySet
 
IdentitySet(int) - Constructor for class org.hibernate.validator.util.IdentitySet
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.BeanType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.ClassType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.FieldType
 
ignoreAnnotations - Variable in class org.hibernate.validator.xml.GetterType
 
ignoreXmlConfiguration() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
includeExistingValidators - Variable in class org.hibernate.validator.xml.ValidatedByType
 
INDEX_CLOSE - Static variable in class org.hibernate.validator.engine.NodeImpl
 
INDEX_OPEN - Static variable in class org.hibernate.validator.engine.NodeImpl
 
init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
 
initialize(AssertFalse) - Method in class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
initialize(AssertTrue) - Method in class org.hibernate.validator.constraints.impl.AssertTrueValidator
 
initialize(CreditCardNumber) - Method in class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 
initialize(DecimalMax) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
initialize(DecimalMax) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
initialize(DecimalMin) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
initialize(DecimalMin) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
initialize(Digits) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
initialize(Digits) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
initialize(Email) - Method in class org.hibernate.validator.constraints.impl.EmailValidator
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForReadableInstant
 
initialize(Future) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForReadablePartial
 
initialize(Length) - Method in class org.hibernate.validator.constraints.impl.LengthValidator
 
initialize(Max) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
initialize(Max) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
initialize(Min) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
initialize(Min) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForString
 
initialize(NotBlank) - Method in class org.hibernate.validator.constraints.impl.NotBlankValidator
 
initialize(NotNull) - Method in class org.hibernate.validator.constraints.impl.NotNullValidator
 
initialize(Null) - Method in class org.hibernate.validator.constraints.impl.NullValidator
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForReadableInstant
 
initialize(Past) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForReadablePartial
 
initialize(Pattern) - Method in class org.hibernate.validator.constraints.impl.PatternValidator
 
initialize(SafeHtml) - Method in class org.hibernate.validator.constraints.impl.SafeHtmlValidator
 
initialize(ScriptAssert) - Method in class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArray
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForMap
 
initialize(Size) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForString
 
initialize(URL) - Method in class org.hibernate.validator.constraints.impl.URLValidator
 
insertGroup(Group) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
insertSequence(List<Group>) - Method in class org.hibernate.validator.engine.groups.GroupChain
 
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
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
isAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
isBeanConstrained() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
isBuiltinConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.JPATraversableResolver
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
isCascaded() - Method in class org.hibernate.validator.metadata.MethodDescriptorImpl
 
isCascaded() - Method in class org.hibernate.validator.metadata.ParameterDescriptorImpl
 
isCascaded() - Method in class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
isCascaded() - Method in interface org.hibernate.validator.method.metadata.MethodDescriptor
Whether a cascaded validation for this method's return value shall be performed or not.
isCascaded() - Method in interface org.hibernate.validator.method.metadata.ParameterDescriptor
Whether cascaded validation for this parameter shall be performed or not.
isCascading() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Whether a cascaded validation of the return value of the represented method shall be performed or not.
isCascading() - Method in class org.hibernate.validator.metadata.MethodMetaData
Whether cascading validation for the return value of the represented method shall be performed or not.
isCascading() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
Checks, whether the given type element represents a composed constraint or not.
isConstrained() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
Whether the represented method itself or any of the method's up in the inheritance hierarchy which it overrides/implements is constrained.
isConstrained() - Method in class org.hibernate.validator.metadata.MethodMetaData
Whether the represented method is constrained or not.
isConstrained() - Method in class org.hibernate.validator.metadata.ParameterMetaData
Whether this parameter is constrained 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.
isConstraintAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether the specified annotation is a valid constraint annotation.
isConstraintComposition(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
 
isDefaultGroup() - Method in class org.hibernate.validator.engine.groups.Group
 
isEmpty() - Method in class org.hibernate.validator.util.IdentitySet
 
isGetterMethod(Method) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the given method's name is a valid JavaBeans getter name, meaning it starts with "is" or "has".
isIgnoreAnnotations(Member) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
isIgnoreAnnotations(Class<?>) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.BeanType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.ClassType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.FieldType
Gets the value of the ignoreAnnotations property.
isIgnoreAnnotations() - Method in class org.hibernate.validator.xml.GetterType
Gets the value of the ignoreAnnotations property.
isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
isIncludeExistingValidators() - Method in class org.hibernate.validator.xml.ValidatedByType
Gets the value of the includeExistingValidators property.
isInIterable() - Method in class org.hibernate.validator.engine.NodeImpl
 
isIterable() - Method in class org.hibernate.validator.engine.NodeImpl
 
isIterable(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isList(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isMap(Type) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
isMultiValueConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.metadata.ConstraintHelper
Checks whether a given annotation is a multi value constraint or not.
isPropertyPresent(String) - Method in interface org.hibernate.validator.metadata.BeanMetaData
 
isPropertyPresent(String) - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.DefaultTraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.JPATraversableResolver
 
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
isReportAsSingleViolation() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
isRootPath() - Method in class org.hibernate.validator.engine.PathImpl
 
isTypeConstrained() - Method in class org.hibernate.validator.metadata.BeanDescriptorImpl
 
isTypeConstrained() - Method in interface org.hibernate.validator.method.metadata.TypeDescriptor
Whether this type has any class-, property- (field or getter style) or method-level constraints or not.
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.AssertFalseValidator
 
isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.AssertTrueValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.CreditCardNumberValidator
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMaxValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DecimalMinValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.DigitsValidatorForString
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.EmailValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForDate
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.FutureValidatorForReadablePartial
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.LengthValidator
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.MinValidatorForString
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NotBlankValidator
Checks that the trimmed string is not empty.
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NotNullValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.NullValidator
 
isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForReadableInstant
 
isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PastValidatorForReadablePartial
 
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.PatternValidator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SafeHtmlValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArray
Checks the number of entries in an array.
isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfBoolean
Checks the number of entries in an array.
isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfByte
Checks the number of entries in an array.
isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar
Checks the number of entries in an array.
isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfDouble
Checks the number of entries in an array.
isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfFloat
Checks the number of entries in an array.
isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt
Checks the number of entries in an array.
isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfLong
Checks the number of entries in an array.
isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfShort
Checks the number of entries in an array.
isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
Checks the number of entries in a map.
isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForMap
Checks the number of entries in a map.
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.SizeValidatorForString
Checks the length of the specified string.
isValid(String, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraints.impl.URLValidator
 
isVerbose() - Method in class org.hibernate.validator.ap.util.Configuration
Whether logging information shall be put out in a verbose way or not.
iterator() - Method in class org.hibernate.validator.engine.PathImpl
 
iterator() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
An iterator with the return value constraints of the represented method.
iterator() - Method in class org.hibernate.validator.metadata.MethodMetaData
An iterator with the return value constraints of the represented method.
iterator() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
iterator() - Method in class org.hibernate.validator.util.IdentitySet
 
IteratorEnumeration<T> - Class in org.hibernate.validator.util
An Enumeration implementation, that wraps an Iterator.
IteratorEnumeration(Iterator<T>) - Constructor for class org.hibernate.validator.util.IteratorEnumeration
Creates a new IterationEnumeration.

J

JPATraversableResolver - Class in org.hibernate.validator.engine.resolver
An implementation of TraversableResolver which is aware of JPA 2 and utilizes PersistenceUtil to get query the reachability of a property.
JPATraversableResolver() - Constructor for class org.hibernate.validator.engine.resolver.JPATraversableResolver
 

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
 
LazyValidatorFactory - Class in org.hibernate.validator.util
This class lazily initialize the ValidatorFactory on the first usage One benefit is that no domain class is loaded until the ValidatorFactory is really needed.
LazyValidatorFactory() - Constructor for class org.hibernate.validator.util.LazyValidatorFactory
Use the default ValidatorFactory creation routine
LazyValidatorFactory(Configuration<?>) - Constructor for class org.hibernate.validator.util.LazyValidatorFactory
 
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
 
LengthValidator - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
LengthValidator() - Constructor for class org.hibernate.validator.constraints.impl.LengthValidator
 
LoadClass - Class in org.hibernate.validator.util.privilegedactions
 
loadClass(String, Class<?>) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
location - Variable in class org.hibernate.validator.metadata.MetaConstraint
The location at which this constraint is defined.
LoggerFactory - Class in org.hibernate.validator.util
 
LRUMap<K,V> - Class in org.hibernate.validator.util
 
LRUMap(int) - Constructor for class org.hibernate.validator.util.LRUMap
 
LuhnValidator - Class in org.hibernate.validator.constraints.impl
Implement the Luhn algorithm (with Luhn key on the last digit).
LuhnValidator(int) - Constructor for class org.hibernate.validator.constraints.impl.LuhnValidator
 

M

make() - Static method in class org.hibernate.validator.util.LoggerFactory
 
makeLeafNodeIterable() - Method in class org.hibernate.validator.engine.PathImpl
 
mapping - Variable in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.engine.ValueContext
 
markProcessed(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.engine.ValidationContext
 
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 - Variable in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
MaxDef - Class in org.hibernate.validator.cfg.defs
 
MaxDef() - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
 
MaxValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is less than or equal to the maximum value specified.
MaxValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.MaxValidatorForNumber
 
MaxValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value less than or equal to the maximum value specified.
MaxValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.MaxValidatorForString
 
merge(MethodMetaData) - Method in class org.hibernate.validator.metadata.MethodMetaData
 
merge(ParameterMetaData) - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
message - Variable in class org.hibernate.validator.xml.ConstraintType
 
MessageAndPath - Class in org.hibernate.validator.engine
Container class for a validation error message and its corresponding path.
MessageAndPath(String, Path) - Constructor for class org.hibernate.validator.engine.MessageAndPath
 
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
messageInterpolator - Variable in class org.hibernate.validator.engine.ValidationContext
The message resolver which should be used in this context.
messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
messageInterpolator - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
MessageInterpolatorContext - Class in org.hibernate.validator.engine
Implementation of the context used during message interpolation.
MessageInterpolatorContext(ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.engine.MessageInterpolatorContext
 
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.
MetaConstraint<A extends Annotation> - Class in org.hibernate.validator.metadata
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
MetaConstraint(ConstraintDescriptorImpl<A>, ConstraintLocation) - Constructor for class org.hibernate.validator.metadata.MetaConstraint
 
method(String, Class<?>...) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
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.
MethodConstraintLocation - Class in org.hibernate.validator.metadata.location
A ConstraintLocation implementation that represents a method parameter or return value.
MethodConstraintLocation(Method) - Constructor for class org.hibernate.validator.metadata.location.MethodConstraintLocation
 
MethodConstraintLocation(Method, int) - Constructor for class org.hibernate.validator.metadata.location.MethodConstraintLocation
Creates a new MethodConstraintLocation.
MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a method.
MethodConstraintMappingContextImpl - Class in org.hibernate.validator.cfg.context.impl
A constraint mapping creational context which allows to select the parameter or return value to which the next operations shall apply.
MethodConstraintMappingContextImpl(Class<?>, Method, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.MethodConstraintMappingContextImpl
 
methodConstraintsSupported() - Method in class org.hibernate.validator.ap.util.Configuration
Whether method constraints are allowed at any method (true) or only getter methods (false).
MethodConstraintViolation<T> - Interface in org.hibernate.validator.method
Describes the violation of a method-level constraint by providing access to the method/parameter hosting the violated constraint etc.
MethodConstraintViolation.Kind - Enum in org.hibernate.validator.method
The kind of a MethodConstraintViolation.
MethodConstraintViolationException - Exception in org.hibernate.validator.method
Exception class to be thrown by integrators of HV's method level validation feature.
MethodConstraintViolationException(Set<? extends MethodConstraintViolation<?>>) - Constructor for exception org.hibernate.validator.method.MethodConstraintViolationException
Creates a new new MethodConstraintViolationException.
MethodConstraintViolationException(String, Set<? extends MethodConstraintViolation<?>>) - Constructor for exception org.hibernate.validator.method.MethodConstraintViolationException
Creates a new new MethodConstraintViolationException.
MethodConstraintViolationImpl<T> - Class in org.hibernate.validator.engine
 
MethodConstraintViolationImpl(String, String, Method, Integer, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Constructor for class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
MethodDescriptor - Interface in org.hibernate.validator.method.metadata
Describes a method and the constraints associated with it.
MethodDescriptorImpl - Class in org.hibernate.validator.metadata
 
MethodDescriptorImpl(BeanMetaData<?>, AggregatedMethodMetaData) - Constructor for class org.hibernate.validator.metadata.MethodDescriptorImpl
 
MethodMetaConstraint<A extends Annotation> - Class in org.hibernate.validator.metadata
A MetaConstraint implementation that represents a method parameter or return value constraint.
MethodMetaConstraint(ConstraintDescriptorImpl<A>, Method, int) - Constructor for class org.hibernate.validator.metadata.MethodMetaConstraint
Creates a new MethodMetaConstraint representing a method parameter constraint.
MethodMetaConstraint(ConstraintDescriptorImpl<A>, Method) - Constructor for class org.hibernate.validator.metadata.MethodMetaConstraint
Creates a new MethodMetaConstraint representing a method return value constraint.
MethodMetaConstraint(ConstraintDescriptorImpl<A>, MethodConstraintLocation) - Constructor for class org.hibernate.validator.metadata.MethodMetaConstraint
Creates a new MethodMetaConstraint representing a method parameter constraint.
MethodMetaData - Class in org.hibernate.validator.metadata
Represents a method of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at it's parameters or return value.
MethodMetaData(Method, List<MethodMetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.metadata.MethodMetaData
 
MethodMetaData(Method, List<ParameterMetaData>, List<MethodMetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.metadata.MethodMetaData
Creates a new method meta data object.
MethodParameterNodeImpl - Class in org.hibernate.validator.engine
A Path.Node implementation representing a single method parameter.
MethodReturnValueNodeImpl - Class in org.hibernate.validator.engine
A Path.Node implementation representing a single method parameter.
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.
MethodValidationContext<T> - Class in org.hibernate.validator.engine
A ValidationContext implementation which creates and manages violations of type MethodConstraintViolation.
MethodValidationContext(Class<T>, T, Method, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.engine.MethodValidationContext
 
MethodValidationContext(Class<T>, T, Method, Integer, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.engine.MethodValidationContext
 
MethodValidator - Interface in org.hibernate.validator.method
Provides an API for method-level constraint validation, based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation").
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
 
min - Variable in class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
MinDef - Class in org.hibernate.validator.cfg.defs
 
MinDef() - Constructor for class org.hibernate.validator.cfg.defs.MinDef
 
MinValidatorForNumber - Class in org.hibernate.validator.constraints.impl
Check that the number being validated is greater than or equal to the minimum value specified.
MinValidatorForNumber() - Constructor for class org.hibernate.validator.constraints.impl.MinValidatorForNumber
 
MinValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that the String being validated represents a number, and has a value more than or equal to the minimum value specified.
MinValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.MinValidatorForString
 
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

name - Variable in class org.hibernate.validator.xml.ElementType
 
name - Variable in class org.hibernate.validator.xml.FieldType
 
name - Variable in class org.hibernate.validator.xml.GetterType
 
name - Variable in class org.hibernate.validator.xml.PropertyType
 
newArrayList() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newArrayList() - Static method in class org.hibernate.validator.util.CollectionHelper
 
newArrayList(int) - Static method in class org.hibernate.validator.util.CollectionHelper
 
newArrayList(Iterable<T>...) - Static method in class org.hibernate.validator.util.CollectionHelper
 
newConstructorInstance(Constructor<T>, Object...) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashMap() - Static method in class org.hibernate.validator.util.CollectionHelper
 
newHashMap(int) - Static method in class org.hibernate.validator.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.ap.util.CollectionHelper
 
newHashSet() - Static method in class org.hibernate.validator.util.CollectionHelper
 
newHashSet(int) - Static method in class org.hibernate.validator.util.CollectionHelper
 
NewInstance<T> - Class in org.hibernate.validator.util.privilegedactions
Execute instance creation as privileged action.
newInstance(Class<T>, String) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
nextElement() - Method in class org.hibernate.validator.util.IteratorEnumeration
 
NodeImpl - Class in org.hibernate.validator.engine
Immutable implementation of a Path.Node.
NodeImpl(String, NodeImpl, boolean, Integer, Object) - Constructor for class org.hibernate.validator.engine.NodeImpl
 
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
 
NotBlankValidator - Class in org.hibernate.validator.constraints.impl
Check that a string's trimmed length is not empty.
NotBlankValidator() - Constructor for class org.hibernate.validator.constraints.impl.NotBlankValidator
 
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
 
NotNullValidator - Class in org.hibernate.validator.constraints.impl
Validate that the object is not null.
NotNullValidator() - Constructor for class org.hibernate.validator.constraints.impl.NotNullValidator
 
NullDef - Class in org.hibernate.validator.cfg.defs
 
NullDef() - Constructor for class org.hibernate.validator.cfg.defs.NullDef
 
NullValidator - Class in org.hibernate.validator.constraints.impl
Validate that the object is null
NullValidator() - Constructor for class org.hibernate.validator.constraints.impl.NullValidator
 
numberOfElements() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 

O

ObjectFactory - Class in org.hibernate.validator.xml
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.validator.xml package.
ObjectFactory() - Constructor for class org.hibernate.validator.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.xml
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.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.context.impl - package org.hibernate.validator.cfg.context.impl
Creational context implementations of 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.impl - package org.hibernate.validator.constraints.impl
Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints.
org.hibernate.validator.engine - package org.hibernate.validator.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.engine.groups - package org.hibernate.validator.engine.groups
Helper classes for the processing of groups.
org.hibernate.validator.engine.resolver - package org.hibernate.validator.engine.resolver
Various implementations of the TraversableResolver interface.
org.hibernate.validator.group - package org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.metadata - package org.hibernate.validator.metadata
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
org.hibernate.validator.metadata.location - package org.hibernate.validator.metadata.location
Contains types for the representation of constraint locations.
org.hibernate.validator.method - package org.hibernate.validator.method
This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation").
org.hibernate.validator.method.metadata - package org.hibernate.validator.method.metadata
This package provides a meta model related to method-level constraints and as such is an addition to the package javax.validation.metadata provided by the Bean Validation API.
org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.util - package org.hibernate.validator.util
Independent helper classes.
org.hibernate.validator.util.annotationfactory - package org.hibernate.validator.util.annotationfactory
Annotation proxy helper.
org.hibernate.validator.util.privilegedactions - package org.hibernate.validator.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
org.hibernate.validator.util.scriptengine - package org.hibernate.validator.util.scriptengine
Classes related to the evaluation of script with ScriptEngine (JSR-223).
org.hibernate.validator.xml - package org.hibernate.validator.xml
Classes used to parse Bean Validation XML configuration files.

P

param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
 
parameter(int) - Method in class org.hibernate.validator.cfg.context.impl.MethodConstraintMappingContextImpl
 
parameter(int) - Method in class org.hibernate.validator.cfg.context.impl.ParameterConstraintMappingContextImpl
Changes the parameter for which added constraints apply.
parameter(int) - Method in class org.hibernate.validator.cfg.context.impl.ReturnValueConstraintMappingContextImpl
Changes the parameter for which added constraints apply.
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.
ParameterConstraintMappingContextImpl - Class in org.hibernate.validator.cfg.context.impl
Constraint mapping creational context which allows to configure the constraints for one method parameter.
ParameterConstraintMappingContextImpl(Class<?>, Method, int, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.ParameterConstraintMappingContextImpl
 
ParameterDescriptor - Interface in org.hibernate.validator.method.metadata
Describes a constrained parameter and the constraints associated with it.
ParameterDescriptorImpl - Class in org.hibernate.validator.metadata
 
ParameterDescriptorImpl(BeanMetaData<?>, ParameterMetaData) - Constructor for class org.hibernate.validator.metadata.ParameterDescriptorImpl
 
ParameterMetaData - Class in org.hibernate.validator.metadata
Contains constraint-related meta-data for one method parameter.
ParameterMetaData(int, Class<?>, String, List<MethodMetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.metadata.ParameterMetaData
 
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.
parse(Set<InputStream>) - Method in class org.hibernate.validator.xml.XmlMappingParser
 
parseValidationXml() - Method in class org.hibernate.validator.xml.ValidationXmlParser
Tries to check whether a validation.xml file exists and parses it using JAXB.
partition(List<V>, CollectionHelper.Partitioner<K, V>) - Static method in class org.hibernate.validator.util.CollectionHelper
Creates a map containing the given list's values partitioned by the given partitioner.
passesLuhnTest(String) - Method in class org.hibernate.validator.constraints.impl.LuhnValidator
 
PastDef - Class in org.hibernate.validator.cfg.defs
 
PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
 
PastValidatorForCalendar - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Calendar passed to be validated is in the past.
PastValidatorForCalendar() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForCalendar
 
PastValidatorForDate - Class in org.hibernate.validator.constraints.impl
Check that the java.util.Date passed to be validated is in the past.
PastValidatorForDate() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForDate
 
PastValidatorForReadableInstant - Class in org.hibernate.validator.constraints.impl
Check if Joda Time type who implements org.joda.time.ReadableInstant is in the past.
PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForReadableInstant
 
PastValidatorForReadablePartial - Class in org.hibernate.validator.constraints.impl
Check if Joda Time type who implements org.joda.time.ReadablePartial is in the past.
PastValidatorForReadablePartial() - Constructor for class org.hibernate.validator.constraints.impl.PastValidatorForReadablePartial
 
PathImpl - Class in org.hibernate.validator.engine
 
PatternDef - Class in org.hibernate.validator.cfg.defs
 
PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
 
PatternValidator - Class in org.hibernate.validator.constraints.impl
 
PatternValidator() - Constructor for class org.hibernate.validator.constraints.impl.PatternValidator
 
payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
 
payload - Variable in class org.hibernate.validator.xml.ConstraintType
 
PayloadType - Class in org.hibernate.validator.xml
Java class for payloadType complex type.
PayloadType() - Constructor for class org.hibernate.validator.xml.PayloadType
 
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 class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
Selects a property to which the next operations shall apply.
property - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
PROPERTY_PATH_SEPARATOR - Static variable in class org.hibernate.validator.engine.PathImpl
 
PropertyConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
Constraint mapping creational context representing a property of a bean.
PropertyConstraintMappingContextImpl - Class in org.hibernate.validator.cfg.context.impl
Constraint mapping creational context which allows to configure the constraints for one bean property.
PropertyConstraintMappingContextImpl(Class<?>, Member, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.PropertyConstraintMappingContextImpl
 
PropertyDescriptorImpl - Class in org.hibernate.validator.metadata
Describes a validated element (class, field or property).
PropertyDescriptorImpl(Class<?>, boolean, String, BeanMetaData<?>) - Constructor for class org.hibernate.validator.metadata.PropertyDescriptorImpl
 
propertyExists(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.util.ReflectionHelper
Checks whether the property with the specified name and type exists on the given class.
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.
PropertyType - Class in org.hibernate.validator.xml
Java class for propertyType complex type.
PropertyType() - Constructor for class org.hibernate.validator.xml.PropertyType
 
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
 
ReflectionHelper - Class in org.hibernate.validator.util
Some reflection utility methods.
regexp(String) - Method in class org.hibernate.validator.cfg.defs.PatternDef
 
regexp(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
 
remove(Object) - Method in class org.hibernate.validator.util.IdentitySet
 
removeAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
removeEldestEntry(Map.Entry) - Method in class org.hibernate.validator.util.LRUMap
 
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.
ResourceBundleLocator - Interface in org.hibernate.validator.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
 
retainAll(Collection) - Method in class org.hibernate.validator.util.IdentitySet
 
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 class org.hibernate.validator.cfg.context.impl.MethodConstraintMappingContextImpl
 
returnValue() - Method in class org.hibernate.validator.cfg.context.impl.ParameterConstraintMappingContextImpl
Defines constraints on the return value of the current method.
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.
ReturnValueConstraintMappingContextImpl - Class in org.hibernate.validator.cfg.context.impl
Constraint mapping creational context which allows to configure the constraints for one method return value.
ReturnValueConstraintMappingContextImpl(Class<?>, Method, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.ReturnValueConstraintMappingContextImpl
 
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.util.privilegedactions.ConstructorInstance
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetAnnotationParameter
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetClassLoader
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetConstructor
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredField
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredFields
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetDeclaredMethods
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethod
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethodFromPropertyName
 
run() - Method in class org.hibernate.validator.util.privilegedactions.GetMethods
 
run() - Method in class org.hibernate.validator.util.privilegedactions.LoadClass
 
run() - Method in class org.hibernate.validator.util.privilegedactions.NewInstance
 
run() - Method in class org.hibernate.validator.util.privilegedactions.SetAccessibility
 

S

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 @WebSafe annotations on the same element.
SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
Defines default whitelist implementations
SafeHtmlValidator - Class in org.hibernate.validator.constraints.impl
Validate that the string does not contain malicious code.
SafeHtmlValidator() - Constructor for class org.hibernate.validator.constraints.impl.SafeHtmlValidator
 
script(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
 
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
 
ScriptAssertValidator - Class in org.hibernate.validator.constraints.impl
Validator for the ScriptAssert constraint annotation.
ScriptAssertValidator() - Constructor for class org.hibernate.validator.constraints.impl.ScriptAssertValidator
 
ScriptEvaluator - Class in org.hibernate.validator.util.scriptengine
A wrapper around JSR 223 ScriptEngines.
ScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.util.scriptengine.ScriptEvaluator
Creates a new script executor.
ScriptEvaluatorFactory - Class in org.hibernate.validator.util.scriptengine
Factory responsible for the creation of ScriptEvaluators.
SetAccessibility - Class in org.hibernate.validator.util.privilegedactions
 
setAccessibility(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
setAnnotation(String) - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Sets the value of the annotation property.
setAnnotation(String) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the annotation property.
setClassType(ClassType) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the classType property.
setClazz(String) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the clazz property.
setCompositionType(CompositionType) - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
setConstraintValidatorFactory(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the constraintValidatorFactory property.
setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.engine.ValueContext
 
setCurrentValidatedValue(V) - Method in class org.hibernate.validator.engine.ValueContext
 
setDefaultIgnoreAnnotation(Class<?>, Boolean) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setDefaultPackage(String) - Method in class org.hibernate.validator.xml.ConstraintMappingsType
Sets the value of the defaultPackage property.
setDefaultProvider(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the defaultProvider property.
setElementType(ElementType) - Method in class org.hibernate.validator.engine.ValueContext
 
setGroups(GroupsType) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the groups property.
setGroupSequence(GroupSequenceType) - Method in class org.hibernate.validator.xml.ClassType
Sets the value of the groupSequence property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.BeanType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.ClassType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the ignoreAnnotations property.
setIgnoreAnnotationsOnClass(Class<?>, boolean) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setIgnoreAnnotationsOnMember(Member) - Method in class org.hibernate.validator.metadata.AnnotationIgnores
 
setIncludeExistingValidators(Boolean) - Method in class org.hibernate.validator.xml.ValidatedByType
Sets the value of the includeExistingValidators property.
setIndex(Integer) - Method in class org.hibernate.validator.engine.ValueContext
 
setKey(Object) - Method in class org.hibernate.validator.engine.ValueContext
 
setLeafNodeIndex(Integer) - Method in class org.hibernate.validator.engine.PathImpl
 
setLeafNodeMapKey(Object) - Method in class org.hibernate.validator.engine.PathImpl
 
setMessage(String) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the message property.
setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
setMessageInterpolator(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the messageInterpolator property.
setName(String) - Method in class org.hibernate.validator.xml.ElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.validator.xml.PropertyType
Sets the value of the name property.
setParameterIndex(int) - Method in class org.hibernate.validator.engine.ValueContext
 
setParameterName(String) - Method in class org.hibernate.validator.engine.ValueContext
 
setPayload(PayloadType) - Method in class org.hibernate.validator.xml.ConstraintType
Sets the value of the payload property.
setPropertyPath(PathImpl) - Method in class org.hibernate.validator.engine.ValueContext
Sets the property path to the match the currently validated value.
setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.xml.ValidationBootstrapParameters
 
setTraversableResolver(String) - Method in class org.hibernate.validator.xml.ValidationConfigType
Sets the value of the traversableResolver property.
setTypeOfAnnotatedElement(Type) - Method in class org.hibernate.validator.engine.ValueContext
 
setValid(String) - Method in class org.hibernate.validator.xml.FieldType
Sets the value of the valid property.
setValid(String) - Method in class org.hibernate.validator.xml.GetterType
Sets the value of the valid property.
setValidatedBy(ValidatedByType) - Method in class org.hibernate.validator.xml.ConstraintDefinitionType
Sets the value of the validatedBy property.
setValue(String, Object) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
setValue(String) - Method in class org.hibernate.validator.xml.PropertyType
Sets the value of the value property.
shouldFailFast() - Method in class org.hibernate.validator.engine.ValidationContext
 
SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.engine.resolver
Cache results of a delegated traversable resovler to optimize calls It works only for a single validate* call and should not be used if the TraversableResolver is accessed concurrently
SingleThreadCachedTraversableResolver(TraversableResolver) - Constructor for class org.hibernate.validator.engine.resolver.SingleThreadCachedTraversableResolver
 
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() - Method in class org.hibernate.validator.util.IdentitySet
 
SizeDef - Class in org.hibernate.validator.cfg.defs
 
SizeDef() - Constructor for class org.hibernate.validator.cfg.defs.SizeDef
 
SizeValidatorForArray - Class in org.hibernate.validator.constraints.impl
Check that the length of an array is between min and max
SizeValidatorForArray() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArray
 
SizeValidatorForArraysOfBoolean - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfBoolean
 
SizeValidatorForArraysOfByte - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfByte
 
SizeValidatorForArraysOfChar - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfChar
 
SizeValidatorForArraysOfDouble - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfDouble
 
SizeValidatorForArraysOfFloat - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfFloat
 
SizeValidatorForArraysOfInt - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfInt
 
SizeValidatorForArraysOfLong - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfLong
 
SizeValidatorForArraysOfPrimitives - Class in org.hibernate.validator.constraints.impl
Check that the length of an array is between min and max
SizeValidatorForArraysOfPrimitives() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
 
SizeValidatorForArraysOfShort - Class in org.hibernate.validator.constraints.impl
 
SizeValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfShort
 
SizeValidatorForCollection - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForCollection() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForCollection
 
SizeValidatorForMap - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForMap() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForMap
 
SizeValidatorForString - Class in org.hibernate.validator.constraints.impl
Check that a string's length is between min and max.
SizeValidatorForString() - Constructor for class org.hibernate.validator.constraints.impl.SizeValidatorForString
 
StandardValidationContext<T> - Class in org.hibernate.validator.engine
A ValidationContext implementation which creates and manages violations of type ConstraintViolation.
StandardValidationContext(Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.engine.StandardValidationContext
 
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
 

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
 
toArray() - Method in class org.hibernate.validator.util.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.validator.util.IdentitySet
 
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.cfg.context.impl.ConstraintMappingContext
 
toString() - Method in class org.hibernate.validator.engine.ConstraintTree
 
toString() - Method in class org.hibernate.validator.engine.ConstraintViolationImpl
 
toString() - Method in class org.hibernate.validator.engine.groups.Group
 
toString() - Method in class org.hibernate.validator.engine.groups.GroupChain
 
toString() - Method in class org.hibernate.validator.engine.groups.GroupChainGenerator
 
toString() - Method in class org.hibernate.validator.engine.MessageInterpolatorContext
 
toString() - Method in class org.hibernate.validator.engine.MethodConstraintViolationImpl
 
toString() - Method in class org.hibernate.validator.engine.NodeImpl
 
toString() - Method in class org.hibernate.validator.engine.PathImpl
 
toString() - Method in class org.hibernate.validator.engine.ValueContext
 
toString() - Method in class org.hibernate.validator.metadata.AggregatedMethodMetaData
 
toString() - Method in class org.hibernate.validator.metadata.BeanMetaDataImpl
 
toString() - Method in class org.hibernate.validator.metadata.ConstraintDescriptorImpl
 
toString() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
toString() - Method in class org.hibernate.validator.metadata.location.MethodConstraintLocation
 
toString() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
toString() - Method in class org.hibernate.validator.metadata.MethodMetaData
 
toString() - Method in class org.hibernate.validator.metadata.ParameterMetaData
 
toString() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationProxy
 
toString() - Method in class org.hibernate.validator.util.IdentitySet
 
touch() - Static method in class org.hibernate.validator.util.Version
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.engine.ConfigurationImpl
 
traversableResolver(TraversableResolver) - Method in class org.hibernate.validator.engine.ValidatorContextImpl
 
traversableResolver(TraversableResolver) - Method in interface org.hibernate.validator.HibernateValidatorContext
 
traversableResolver - Variable in class org.hibernate.validator.xml.ValidationConfigType
 
type(Class<C>) - Method in class org.hibernate.validator.cfg.ConstraintMapping
Starts defining constraints on the specified bean class.
type(Class<C>) - Method in class org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase
 
type(Class<C>) - Method in interface org.hibernate.validator.cfg.context.TypeTarget
Selects the type to which the next operations shall apply.
type() - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
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.
TypeConstraintMappingContextImpl<C> - Class in org.hibernate.validator.cfg.context.impl
Constraint mapping creational context which allows to configure the class-level constraints for one bean.
TypeConstraintMappingContextImpl(Class<?>, ConstraintMappingContext) - Constructor for class org.hibernate.validator.cfg.context.impl.TypeConstraintMappingContextImpl
 
TypeDescriptor - Interface in org.hibernate.validator.method.metadata
Describes a constrained Java type and the constraints associated to it.
typeOf(Member) - Static method in class org.hibernate.validator.util.ReflectionHelper
 
typeOf(Method, int) - Static method in class org.hibernate.validator.util.ReflectionHelper
Returns the type of the parameter of the given method with the given parameter index.
typeOfAnnotatedElement() - Method in class org.hibernate.validator.metadata.location.BeanConstraintLocation
 
typeOfAnnotatedElement() - Method in interface org.hibernate.validator.metadata.location.ConstraintLocation
Returns the type of the element at this constraint location.
typeOfAnnotatedElement() - Method in class org.hibernate.validator.metadata.location.MethodConstraintLocation
 
typeOfAnnotatedElement() - Method in class org.hibernate.validator.metadata.MetaConstraint
 
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

unwrap(Class<T>) - Method in class org.hibernate.validator.engine.ValidatorFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
unwrap(Class<T>) - Method in class org.hibernate.validator.util.LazyValidatorFactory
 
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
 
URLValidator - Class in org.hibernate.validator.constraints.impl
Validate that the string is a valid URL.
URLValidator() - Constructor for class org.hibernate.validator.constraints.impl.URLValidator
 
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 class org.hibernate.validator.engine.ValidatorFactoryImpl
 
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.
usingContext() - Method in class org.hibernate.validator.util.LazyValidatorFactory
 

V

valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
Marks the current element (property, parameter etc.) as cascadable.
valid() - Method in class org.hibernate.validator.cfg.context.impl.ParameterConstraintMappingContextImpl
Marks the currently selected method parameter as cascadable.
valid() - Method in class org.hibernate.validator.cfg.context.impl.PropertyConstraintMappingContextImpl
 
valid() - Method in class org.hibernate.validator.cfg.context.impl.ReturnValueConstraintMappingContextImpl
Marks the current property as cascadable.
valid - Variable in class org.hibernate.validator.xml.FieldType
 
valid - Variable in class org.hibernate.validator.xml.GetterType
 
validate(T, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateAllParameters(T, Method, Object[], Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateAllParameters(T, Method, Object[], Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Validates all parameters of a given method.
validateConstraint(ValidationContext<T, ?>, ValueContext<U, V>) - Method in class org.hibernate.validator.metadata.MetaConstraint
 
validateConstraints(ValidationContext<T, E>, ValueContext<U, V>) - Method in class org.hibernate.validator.engine.ConstraintTree
 
VALIDATED_VALUE_FORMAT_SEPARATOR - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
VALIDATED_VALUE_KEYWORD - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
validatedBy - Variable in class org.hibernate.validator.xml.ConstraintDefinitionType
 
ValidatedByType - Class in org.hibernate.validator.xml
Java class for validated-byType complex type.
ValidatedByType() - Constructor for class org.hibernate.validator.xml.ValidatedByType
 
validateParameter(T, Method, Object, int, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateParameter(T, Method, Object, int, Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Validates a given parameter of a given method.
validateProperty(T, String, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateReturnValue(T, Method, Object, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validateReturnValue(T, Method, Object, Class<?>...) - Method in interface org.hibernate.validator.method.MethodValidator
Validates the return value of a given method.
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.hibernate.validator.engine.ValidatorImpl
 
validatingDefault() - Method in class org.hibernate.validator.engine.ValueContext
 
ValidationBootstrapParameters - Class in org.hibernate.validator.xml
 
ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.xml.ValidationBootstrapParameters
 
ValidationConfigType - Class in org.hibernate.validator.xml
Java class for validation-configType complex type.
ValidationConfigType() - Constructor for class org.hibernate.validator.xml.ValidationConfigType
 
ValidationContext<T,C extends ConstraintViolation<T>> - Class in org.hibernate.validator.engine
Context object keeping track of all important data for a top level Validator.validate(Object, Class[]) }, Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call.
ValidationContext(Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.engine.ValidationContext
 
ValidationXmlParser - Class in org.hibernate.validator.xml
Parser for validation.xml using JAXB.
ValidationXmlParser() - Constructor for class org.hibernate.validator.xml.ValidationXmlParser
 
ValidatorContextImpl - Class in org.hibernate.validator.engine
 
ValidatorContextImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, ConstraintHelper, BeanMetaDataCache, boolean) - Constructor for class org.hibernate.validator.engine.ValidatorContextImpl
 
ValidatorFactoryImpl - Class in org.hibernate.validator.engine
Factory returning initialized Validator instances.
ValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.engine.ValidatorFactoryImpl
 
ValidatorImpl - Class in org.hibernate.validator.engine
The main Bean Validation class.
ValidatorImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, ConstraintHelper, BeanMetaDataCache, boolean) - Constructor for class org.hibernate.validator.engine.ValidatorImpl
 
ValidatorTypeHelper - Class in org.hibernate.validator.util
Helper methods around ConstraintValidator types.
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
 
value - Variable in class org.hibernate.validator.xml.GroupSequenceType
 
value - Variable in class org.hibernate.validator.xml.GroupsType
 
value - Variable in class org.hibernate.validator.xml.PayloadType
 
value - Variable in class org.hibernate.validator.xml.PropertyType
 
value - Variable in class org.hibernate.validator.xml.ValidatedByType
 
ValueContext<T,V> - Class in org.hibernate.validator.engine
An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
ValueContext(T, Class<T>, PathImpl) - Constructor for class org.hibernate.validator.engine.ValueContext
 
ValueFormatterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
A message interpolator which can interpolate the validated value and format this value using the syntax from Formatter.
ValueFormatterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
ValueFormatterMessageInterpolator(MessageInterpolator) - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
 
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.SafeHtml.WhiteListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.metadata.ConstraintOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.validator.method.MethodConstraintViolation.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.hibernate.validator.util.annotationfactory.AnnotationDescriptor
 
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.SafeHtml.WhiteListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.metadata.ConstraintOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.validator.method.MethodConstraintViolation.Kind
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.
Version - Class in org.hibernate.validator.util
 

X

XmlMappingParser - Class in org.hibernate.validator.xml
 
XmlMappingParser(ConstraintHelper) - Constructor for class org.hibernate.validator.xml.XmlMappingParser
 

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

Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved