- 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.
- 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.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.
- 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
-
- 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.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
-
- 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
-
- 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
-
- createBeanType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createClassType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createConstraintDefinitionType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createConstraintMappings(ConstraintMappingsType) - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createConstraintMappingsType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createConstraintType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- 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
-
- createElementTypeAnnotation(AnnotationType) - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createElementTypeValue(String) - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createFieldType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- createGetterType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createGroupSequenceType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createGroupsType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- 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
-
- createPropertyType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- 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
-
- createValidationConfig(ValidationConfigType) - Method in class org.hibernate.validator.xml.ObjectFactory
-
- createValidationConfigType() - Method in class org.hibernate.validator.xml.ObjectFactory
-
- 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
-
- 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.
- getAnnotationIgnores() - Method in class org.hibernate.validator.xml.XmlMappingParser
-
- GetAnnotationParameter<T> - Class in org.hibernate.validator.util.privilegedactions
-
- getAnnotationParameter(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.util.ReflectionHelper
-
- 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.
- 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.
- 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
-
- getDescriptor() - Method in class org.hibernate.validator.engine.ConstraintTree
-
- getDescriptor() - Method in class org.hibernate.validator.metadata.MetaConstraint
-
- 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.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.
- 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).
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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(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
-
- 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
-
- IteratorEnumeration(Iterator<T>) - Constructor for class org.hibernate.validator.util.IteratorEnumeration
-
Creates a new IterationEnumeration.
- 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.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.
- 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
-
- 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
-
- 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
-
- ScriptAssertValidator() - Constructor for class org.hibernate.validator.constraints.impl.ScriptAssertValidator
-
- ScriptEvaluator - Class in org.hibernate.validator.util.scriptengine
-
A wrapper around JSR 223 ScriptEngine
s.
- ScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.util.scriptengine.ScriptEvaluator
-
Creates a new script executor.
- ScriptEvaluatorFactory - Class in org.hibernate.validator.util.scriptengine
-
- 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
-
- 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
-
- 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 javax.validation.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.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.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.
- Version - Class in org.hibernate.validator.util
-