- 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.
- Cascadable - Interface in org.hibernate.validator.internal.metadata.aggregated
-
Provides a unified view on cascadable elements of all kinds, be it properties
of a Java bean, the arguments passed to an executable or the value returned
from an executable.
- classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- classCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- classCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- classIsNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- classIsNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- classType - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- ClassType - Class in org.hibernate.validator.internal.xml
-
Java class for classType complex type.
- ClassType() - Constructor for class org.hibernate.validator.internal.xml.ClassType
-
- clazz - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- clear() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
-
- clear() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- close() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- CNPJ - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CNPJ (Cadastro de Pessoa JurÃdica - Brazilian corporate tax payer registry number).
- CollectionHelper - Class in org.hibernate.validator.internal.util
-
Provides some methods for simplified collection instantiation.
- CollectionHelper.Partitioner<K,V> - Interface in org.hibernate.validator.internal.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.internal.util.ReflectionHelper
-
Get all interfaces a class directly implements.
- computeClassHierarchy(Class<?>, boolean) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Get all superclasses and optionally interfaces recursively.
- ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.validator.internal.util
-
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, reference types, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity
and load factor and with the default reference types (weak keys,
strong values), and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
reference types and with default load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
and with default reference types (weak keys, strong values),
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap() - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new, empty map with a default initial capacity (16),
reference types (weak keys, strong values), default
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentReferenceHashMap.Option - Enum in org.hibernate.validator.internal.util
-
- ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.validator.internal.util
-
An option specifying which Java reference type should be used to refer
to a key and/or value.
- ConfigurationImpl - Class in org.hibernate.validator.internal.engine
-
Hibernate specific Configuration implementation.
- ConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- ConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- ConfigurationSource - Enum in org.hibernate.validator.internal.metadata.raw
-
The source of constraint meta data.
- ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation> - Class in org.hibernate.validator.internal.cfg.context
-
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.
- ConstrainedElement - Interface in org.hibernate.validator.internal.metadata.raw
-
Represents a (potentially) constrained Java element such as a type, field or
method.
- ConstrainedElement.ConstrainedElementKind - Enum in org.hibernate.validator.internal.metadata.raw
-
- ConstrainedExecutable - Class in org.hibernate.validator.internal.metadata.raw
-
Represents a method or constructor of a Java type and all its associated
meta-data relevant in the context of bean validation, for instance the
constraints at it's parameters or return value.
- ConstrainedExecutable(ConfigurationSource, ExecutableConstraintLocation, Set<MetaConstraint<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Creates a new executable meta data object for a parameter-less executable.
- ConstrainedExecutable(ConfigurationSource, ExecutableConstraintLocation, List<ConstrainedParameter>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Creates a new executable meta data object.
- ConstrainedField - Class in org.hibernate.validator.internal.metadata.raw
-
Represents a field of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance its constraints.
- ConstrainedField(ConfigurationSource, BeanConstraintLocation, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedField
-
Creates a new field meta data object.
- ConstrainedParameter - Class in org.hibernate.validator.internal.metadata.raw
-
Contains constraint-related meta-data for one method parameter.
- ConstrainedParameter(ConfigurationSource, ExecutableConstraintLocation, String, Set<MetaConstraint<?>>, Map<Class<?>, Class<?>>, boolean) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
Creates a new parameter meta data object.
- ConstrainedType - Class in org.hibernate.validator.internal.metadata.raw
-
Represents a Java type and all its associated meta-data relevant in the
context of bean validation, for instance its constraints.
- ConstrainedType(ConfigurationSource, BeanConstraintLocation, Set<MetaConstraint<?>>) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedType
-
Creates a new type meta data object.
- constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
-
Adds a new constraint.
- constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl
-
- constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
-
- constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
-
- constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- constraint - Variable in class org.hibernate.validator.internal.xml.ClassType
-
- constraint - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- constraint - Variable in class org.hibernate.validator.internal.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.internal.xml.ConstraintMappingsType
-
- ConstraintDefinitionType - Class in org.hibernate.validator.internal.xml
-
Java class for constraint-definitionType complex type.
- ConstraintDefinitionType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintDefinitionType
-
- ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a single constraint (including it's composing constraints).
- ConstraintDescriptorImpl(T, ConstraintHelper, Class<?>, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl(T, ConstraintHelper, ElementType, ConstraintOrigin) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl.ConstraintType - Enum in org.hibernate.validator.internal.metadata.descriptor
-
The type of a constraint.
- constraintHelper - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- ConstraintHelper - Class in org.hibernate.validator.internal.metadata.core
-
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
- ConstraintHelper() - Constructor for class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- constraintHelper - Variable in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
-
- ConstraintLocation - Interface in org.hibernate.validator.internal.metadata.location
-
Implementations describe the location at which a constraint is specified (a
bean, a method parameter etc.).
- ConstraintMapping - Interface in org.hibernate.validator.cfg
-
Represents a constraint mapping configured via the programmatic API.
- constraintMapping - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
-
- ConstraintMappingContext - Class in org.hibernate.validator.internal.cfg.context
-
Context which collects constraints, cascades etc.
- ConstraintMappingContext() - Constructor for class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- ConstraintMappingContextImplBase - Class in org.hibernate.validator.internal.cfg.context
-
Base class for implementations of constraint mapping creational context types.
- ConstraintMappingContextImplBase(Class<?>, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
-
- ConstraintMappingsType - Class in org.hibernate.validator.internal.xml
-
Java class for constraint-mappingsType complex type.
- ConstraintMappingsType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
- ConstraintMetaData - Interface in org.hibernate.validator.internal.metadata.aggregated
-
An aggregated view of the constraint related meta data for a given bean/type
element and all the elements in the inheritance hierarchy which it overrides
or implements.
- ConstraintMetaData.ConstraintMetaDataKind - Enum in org.hibernate.validator.internal.metadata.aggregated
-
- ConstraintOrigin - Enum in org.hibernate.validator.internal.metadata.core
-
Visibility looked at when discovering constraints.
- ConstraintTree<A extends Annotation> - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
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.internal.engine.constraintvalidation.ConstraintTree
-
- constraintType - Variable in class org.hibernate.validator.cfg.ConstraintDef
-
The constraint annotation type of this definition.
- ConstraintType - Class in org.hibernate.validator.internal.xml
-
Java class for constraintType complex type.
- ConstraintType() - Constructor for class org.hibernate.validator.internal.xml.ConstraintType
-
- ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorContextImpl(PathImpl, ConstraintDescriptor<?>) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- constraintValidatorFactory - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
-
- ConstraintValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
Default ConstraintValidatorFactory using a no-arg constructor.
- ConstraintValidatorFactoryImpl() - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
-
- ConstraintValidatorManager - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
Manager in charge of providing and caching initialized ConstraintValidator instances.
- ConstraintValidatorManager(ConstraintValidatorFactory) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
Creates a new ConstraintValidatorManager.
- ConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
-
- ConstraintViolationImpl(String, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, ElementType) - Constructor for class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Execute instance creation as privileged action.
- contains(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Legacy method testing if some key maps into the specified value
in this table.
- contains(Object) - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- containsAll(Collection) - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- containsConstraintValidatorDefinition(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- containsDeclaredField(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Checks whether the specified class contains a declared field with the given name.
- containsElement(String) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
-
- containsKey(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Tests if the specified object is a key in this table.
- containsMethodWithPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Checks whether the specified class contains a method for the specified property.
- containsValue(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- content - Variable in class org.hibernate.validator.internal.xml.ElementType
-
- Contracts - Class in org.hibernate.validator.internal.util
-
- convertGroup(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.Cascadable
-
Converts the given validation group as per the group conversion
configuration for this element (as e.g.
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConverter
-
Converts the given validation group as per the group conversion
configuration for this property (as e.g.
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- CPF - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CPF (Cadastro de Pessoa FÃsica - Brazilian individual taxpayer registry number).
- create(CreationalContext<Validator>) - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- create(CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationFactory
-
- createAnnotationProxy() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- createAnnotationType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createBeanConfiguration(ConfigurationSource, Class<T>, Set<? extends ConstrainedElement>, List<Class<?>>, DefaultGroupSequenceProvider<? super T>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
-
- createBeanMetaDataLocatorForBeanValidation(Object, Class<?>, BeanMetaDataManager) - Static method in class org.hibernate.validator.internal.engine.path.BeanMetaDataLocator
-
- createBeanType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createClassType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createConstraintDefinitionType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createConstraintMapping() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
- createConstraintMapping() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- createConstraintMappings(ConstraintMappingsType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createConstraintMappingsType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createConstraintType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.MethodValidationContext
-
- createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.StandardValidationContext
-
- createConstraintViolation(ValueContext<U, V>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- createConstraintViolations(ValueContext<U, V>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- createCopy(PathImpl) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createCopyWithElementDescriptorsAttached(PathImpl, List<ElementDescriptor>) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createElementType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createElementTypeAnnotation(AnnotationType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createElementTypeValue(String) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createFieldType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- createGetterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createGroupSequenceType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createGroupsType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createIteratorForCascadedValue(Type, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
This methods inspects the type of the cascaded constraints and in case
of a list or array creates an iterator in order to validate each element.
- createPathForExecutable(ExecutableElement) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createPathFromString(String) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
Returns a Path instance representing the path described by the
given string.
- createPayloadType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createPropertyType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createRootPath() - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- createValidatedByType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createValidationConfig(ValidationConfigType) - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createValidationConfigType() - Method in class org.hibernate.validator.internal.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
-
- CrossParameterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
-
A
ConstraintLocation representing all the parameters of a method or
constructor; Used for cross-parameter constraints.
- CrossParameterConstraintLocation(ExecutableElement) - Constructor for class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
-
- genericArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
Creates a generic array type for the specified component type.
- 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
-
- get(Object) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- getAccessibleObject() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
Returns meta data for all parameters of the represented executable.
- getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Returns meta data for all parameters of the represented executable.
- getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAnnotation() - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
-
Gets the value of the annotation property.
- getAnnotation() - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Gets the value of the annotation property.
- getAnnotationDoesNotContainAParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAnnotationDoesNotContainAParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAnnotationDoesNotContainAParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAnnotationIsNoConstraintTypeException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAnnotationIsNoConstraintTypeException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAnnotationIsNoConstraintTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- GetAnnotationParameter<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getAnnotationParameter(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
- getAnnotationProcessingOptions() - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
-
Returns the annotation processing options as configured by this provider.
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
-
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
-
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- getAnnotations() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getAnnotations() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getArrayType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getAtLeastOneCustomMessageMustBeCreatedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAtLeastOneCustomMessageMustBeCreatedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAtLeastOneCustomMessageMustBeCreatedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAtLeastOneGroupHasToBeSpecifiedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAtLeastOneGroupHasToBeSpecifiedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAtLeastOneGroupHasToBeSpecifiedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getBaseType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getBaseType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getBean() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Gets the value of the bean property.
- getBeanClass() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getBeanClass() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getBeanClass() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
-
- getBeanClass() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanClassHasAlreadyBeConfiguredInXmlException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanClassHasAlreadyBeConfiguredInXmlException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanConfiguration(Class<?>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
-
- getBeanConfigurationForHierarchy(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
- getBeanConfigurationForHierarchy(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
-
Returns a list with the configurations for all types contained in the
given type's hierarchy (including implemented interfaces) starting at the
specified type.
- getBeanConfigurationForHierarchy(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.MetaDataProviderKeyedByClassName
-
- getBeanDescriptor() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getBeanDoesNotContainTheFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainTheFieldException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainTheFieldException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainThePropertyException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainThePropertyException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainThePropertyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManager
-
- getBeanMetaDataManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getBootstrapConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getBuiltInConstraints(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterListMetaData
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getCascadables() - Method in interface org.hibernate.validator.internal.metadata.aggregated.Validatable
-
Returns the cascaded elements of this validatable, e.g.
- getCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- getCascadedMembersForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCharacterIsNotADigitException(char) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCharacterIsNotADigitException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getChildren() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- getClassHierarchy() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getClassHierarchy() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- GetClassLoader - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getClassLoaderFromClass(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getClassLoaderFromContext() - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getClassType() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the classType property.
- getClazz() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the clazz property.
- getComponentType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getComposingConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getComposingGroups() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
-
- getCompositionType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConfigProperties() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getConfiguredClasses() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- getConstrainedConstructors() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getConstrainedMethods() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstrainedProperties() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstraint() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- getConstraint() - Method in class org.hibernate.validator.internal.xml.ClassType
-
Gets the value of the constraint property.
- getConstraint() - Method in class org.hibernate.validator.internal.xml.FieldType
-
Gets the value of the constraint property.
- getConstraint() - Method in class org.hibernate.validator.internal.xml.GetterType
-
Gets the value of the constraint property.
- getConstraintConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
Returns all constraint definitions registered with this mapping.
- getConstraintDefinition() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Gets the value of the constraintDefinition property.
- getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getConstraintDescriptor() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getConstraintDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
-
- getConstraintFactoryMustNotReturnNullException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintFactoryMustNotReturnNullException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstraintFactoryMustNotReturnNullException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstraintMapping() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the constraintMapping property.
- getConstraintMappingResourcePaths() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintParametersCannotStartWithValidException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstraintParametersCannotStartWithValidException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- getConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getConstraints() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns a set containing the constraints specified for this constrained
element.
- getConstraintsForClass(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- getConstraintsForClass(Class<T>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- getConstraintsForConstructor(Class<?>...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstraintsForMethod(String, Class<?>...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstraintsForProperty(String) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- getConstraintType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConstraintValidatorDefinition(Class<T>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the constraintValidatorFactory property.
- getConstraintValidatorFactoryClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getConstraintWithoutMandatoryParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintWithoutMandatoryParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstraintWithoutMandatoryParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- GetConstructor<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getConstructor(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getConstructors() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getContent() - Method in class org.hibernate.validator.internal.xml.ElementType
-
Gets the value of the content property.
- getContext() - Method in class org.hibernate.validator.internal.cfg.DefaultConstraintMapping
-
- getContextForValidate(BeanMetaDataManager, ConstraintValidatorManager, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getContextForValidateParameters(BeanMetaDataManager, ConstraintValidatorManager, ExecutableElement, Object[], T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getContextForValidateProperty(BeanMetaDataManager, ConstraintValidatorManager, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getContextForValidateValue(BeanMetaDataManager, ConstraintValidatorManager, Class<T>, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getCrossParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
Returns the cross-parameter constraints declared for the represented
method or constructor.
- getCrossParameterConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
- getCurrentBean() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getCurrentBeanType() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getCurrentGroup() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getCurrentValidatable() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getCyclicDependencyInGroupsDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCyclicDependencyInGroupsDefinitionException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCyclicDependencyInGroupsDefinitionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- GetDeclaredConstructors - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getDeclaredConstructors(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the declared constructors of the specified class.
- GetDeclaredField - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getDeclaredField(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the declared field with the specified name or null if it does not exist.
- GetDeclaredFields - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getDeclaredFields(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the fields of the specified class.
- GetDeclaredMethod - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.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.internal.util.privilegedactions
-
- getDeclaredMethods(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the declared methods of the specified class.
- getDeclaringType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- getDefaultGroupSequence(T) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
Get the composition of the default group sequence.
- getDefaultGroupSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getDefaultGroupSequence() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getDefaultGroupSequenceProvider(Class<T>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
Returns the class of the default group sequence provider defined
for the given bean type.
- getDefaultGroupSequenceProvider() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getDefaultMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getDefaultPackage() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Gets the value of the defaultPackage property.
- getDefaultParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getDefaultProvider() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the defaultProvider property.
- getDefaultProviderClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.HibernateValidatorConfiguration
-
- getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getDefaultSequence(Class<?>) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getDefinedOn() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getDefiningClass() - Method in class org.hibernate.validator.internal.engine.groups.Group
-
- getDefiningClass() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
-
- getDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- getDescriptor() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getDirectMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getDirectMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getElement() - Method in class org.hibernate.validator.internal.xml.AnnotationType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Gets the value of the element property.
- getElementClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
-
- getElementDescriptor() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getElements() - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
-
Returns a map with the elements contained in this descriptor keyed by name.
- getElementType() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getElementType() - Method in interface org.hibernate.validator.internal.metadata.aggregated.Cascadable
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
-
- getElementType() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getElementTypeHasToBeFieldOrMethodException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getElementTypeHasToBeFieldOrMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getEndIndexCannotBeNegativeException(int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getEndIndexCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErasedType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
Gets the erased type of the specified type.
- getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorDuringCallOfTraversableResolverIsCascadableException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorDuringCallOfTraversableResolverIsCascadableException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorDuringCallOfTraversableResolverIsReachableException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorDuringScriptExecutionException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorDuringScriptExecutionException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorDuringScriptExecutionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorParsingMappingFileException(JAXBException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorParsingMappingFileException(JAXBException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getErrorParsingMappingFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExceptionDuringIsValidCall(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExceptionDuringIsValidCall(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExceptionDuringIsValidCall$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExecutable() - Method in class org.hibernate.validator.internal.engine.MethodValidationContext
-
- getExecutableElement() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getFailFast() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getField() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the field property.
- getFields() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getGenericParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getGetter() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the getter property.
- getGroupConversionForSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupConversionForSequenceException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupConversionForSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupConversionOnNonCascadingElementException(ConstraintLocation) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupConversionOnNonCascadingElementException(ConstraintLocation) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupConversionOnNonCascadingElementException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getGroupConversions() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns a map with the group conversions for this constrained element, as
e.g.
- getGroupHasToBeAnInterfaceException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupHasToBeAnInterfaceException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupHasToBeAnInterfaceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- getGroupIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
- getGroupList() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getGroups() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getGroups() - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Gets the value of the groups property.
- getGroupSequence() - Method in class org.hibernate.validator.internal.xml.ClassType
-
Gets the value of the groupSequence property.
- getHasToBeAPrimitiveTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getHasToBeAPrimitiveTypeException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getHasToBeAPrimitiveTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIdentifier() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
Returns an identifier for this meta data object, based on the represented
executable's name and its parameter types.
- getIdentifier() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ClassType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.FieldType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.GetterType
-
Gets the value of the ignoreAnnotations property.
- getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIllegalArgumentException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIllegalArgumentException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIncludeExistingValidators() - Method in class org.hibernate.validator.internal.xml.ValidatedByType
-
Gets the value of the includeExistingValidators property.
- getInconsistentConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInconsistentConfigurationException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInconsistentConfigurationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInconsistentFailFastConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInconsistentFailFastConfigurationException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInconsistentFailFastConfigurationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getIndex() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getIndex() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- getIndexedType(Type) - Static method in class org.hibernate.validator.internal.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.internal.util.ReflectionHelper
-
Tries to retrieve the indexed value from the specified object.
- getInitializedValidator(Type, ConstraintDescriptor<A>, ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- getInjectionPoints() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getInjectionPoints() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getInstance() - Method in class org.hibernate.validator.internal.cdi.DestructibleBeanInstance
-
- getInstance(Class<T>) - Method in class org.hibernate.validator.internal.cdi.InjectingConstraintValidatorFactory
-
- getInstance(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
-
- getInstance(ConstraintHelper, Class<T>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.BeanMetaDataBuilder
-
- getInstance(Class<S>) - Static method in class org.hibernate.validator.internal.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.internal.util.annotationfactory.AnnotationDescriptor
-
Returns a new descriptor for the given annotation type.
- getInstance() - Static method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluatorFactory
-
Retrieves an instance of this factory.
- getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidBigDecimalFormatException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidCharValueException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidCharValueException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidCharValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidCheckDigitException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidCheckDigitException(int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidCheckDigitException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidDefaultGroupSequenceDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidDefaultGroupSequenceDefinitionException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidDefaultGroupSequenceDefinitionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidIndexException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidIndexException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidIndexException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidJavaIdentifierException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidJavaIdentifierException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidJavaIdentifierException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthForFractionPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthForFractionPartException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthForFractionPartException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthForIntegerPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthForIntegerPartException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthForIntegerPartException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthOfParameterMetaDataListException(ExecutableElement, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthOfParameterMetaDataListException(ExecutableElement, int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidLengthOfParameterMetaDataListException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidMethodParameterIndexException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidMethodParameterIndexException(String, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidMethodParameterIndexException(String, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidMethodParameterIndexException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidMethodParameterIndexException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidMethodParameterIndexException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidNumberFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidNumberFormatException(String, NumberFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidNumberFormatException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyPathException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyPathException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyPathException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyPathException0$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyPathException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyValue(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyValue(String, String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyValue$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidRangeException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidRangeException(int, int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidRangeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidRegularExpressionException(PatternSyntaxException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidRegularExpressionException(PatternSyntaxException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidRegularExpressionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidReturnTypeException(Class<?>, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidReturnTypeException(Class, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidReturnTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIsNotAConstraintValidatorClassException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIsNotAConstraintValidatorClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIsNotAnAnnotationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIsNotAnAnnotationException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getIsNotAnAnnotationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getJavaClass() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getJavaMember() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedConstructor
-
- getJavaMember() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedMethod
-
- getKey() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getKind() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Returns the
kind of this meta data object.
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getKind() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns the kind of this constrained element.
- getLeafBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- getLengthCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getLengthCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getLengthCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getLocalExecutionContext(T, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
-
- getLocalExecutionContext(Class<T>, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.ValueContext
-
- getLocation() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getLocation() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns the location of this constrained element.
- getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
-
- getMappedValue(Object, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Tries to retrieve the mapped value from the specified object.
- getMappings() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getMappingStreams() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMaxCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMaxCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMember() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
-
- getMember() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- getMember() - Method in class org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
-
- getMember() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getMember() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getMember(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the member with the given name and type.
- getMemberIsNeitherAFieldNorAMethodException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMemberIsNeitherAFieldNorAMethodException(Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMemberIsNeitherAFieldNorAMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMessage() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getMessage() - Method in class org.hibernate.validator.internal.engine.path.MessageAndPath
-
- getMessage() - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Gets the value of the message property.
- getMessageAndPathList() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the messageInterpolator property.
- getMessageInterpolatorClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getMetaConstraints() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getMetaConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getMetaDataFor(String) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
Returns constraint-related meta data for the given property of this bean.
- getMetaDataFor(ExecutableElement) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
Returns the constraint-related meta data for the given method of the
class represented by this bean meta data.
- getMetaDataFor(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getMetaDataFor(ExecutableElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- GetMethod - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getMethod(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the method with the specified name or null if it does not exist.
- getMethodCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- getMethodConstraintConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- GetMethodFromPropertyName - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getMethodFromPropertyName(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the method with the specified property name or null if it does not exist.
- getMethods() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getMethods(Class<?>) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the methods of the specified class (include inherited methods).
- getMinCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMinCannotBeNegativeException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMinCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMissingActualTypeArgumentForTypeParameterException(TypeVariable) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMissingActualTypeArgumentForTypeParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMissingFormatStringInTemplateException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMissingFormatStringInTemplateException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMissingFormatStringInTemplateException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMoreThanOneValidatorFoundForTypeException(Type, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMoreThanOneValidatorFoundForTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleDefinitionOfDefaultGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleDefinitionOfDefaultGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleDefinitionOfDefaultGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleDefinitionOfDefaultGroupSequenceProviderException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleDefinitionOfDefaultGroupSequenceProviderException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleDefinitionOfDefaultGroupSequenceProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleGroupConversionsForSameSourceException(Class<?>, Set<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleGroupConversionsForSameSourceException(Class, Set) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleGroupConversionsForSameSourceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultiValueConstraints(A) - Method in class org.hibernate.validator.internal.metadata.core.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.internal.cdi.ValidatorBean
-
- getName() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getName() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getName() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getName() - Method in interface org.hibernate.validator.internal.metadata.aggregated.Cascadable
-
- getName() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Returns the name of this meta data object.
- getName() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getName() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- getName() - Method in class org.hibernate.validator.internal.xml.ElementType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.validator.internal.xml.FieldType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.validator.internal.xml.GetterType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.validator.internal.xml.PropertyType
-
Gets the value of the name property.
- getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoDefaultGroupInGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNoDefaultGroupInGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNoValidatorFoundForTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValidatorFoundForTypeException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNoValidatorFoundForTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNoValueProvidedForAnnotationParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValueProvidedForAnnotationParameterException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNoValueProvidedForAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getNullIsAnInvalidTypeForAConstraintValidatorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getOverriddenConstraintAttributeNotFoundException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getOverriddenConstraintAttributeNotFoundException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterAnnotations() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getParameterIndex() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getParameterIndex() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getParameterListMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getParameterMetaData(int) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
Returns meta data for the specified parameter of the represented executable.
- getParameterMetaData(int) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Constraint meta data for the specified parameter.
- getParameterName() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getParameterName() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the parameterNameProvider property.
- getParameterNameProviderClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
- getParameterNames(Method) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
- getParameterNames(ParameterNameProvider) - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParameters() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getParameters() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- getParameterType() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getPartition(V) - Method in interface org.hibernate.validator.internal.util.CollectionHelper.Partitioner
-
- getPath() - Method in class org.hibernate.validator.internal.engine.path.MessageAndPath
-
- getPathWithoutLeafNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- getPayload() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getPayload() - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Gets the value of the payload property.
- getPrefix() - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
Returns the prefix to be used for parameter names.
- getPriority() - Method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Returns this sources priority.
- getProgrammaticMappings() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getProperties() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getProperties() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getProperty() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the property property.
- getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- getPropertyName(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Process bean properties getter by applying the JavaBean naming conventions.
- getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getPropertyNameCannotBeNullOrEmptyException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getPropertyNameCannotBeNullOrEmptyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getPropertyPathMustProvideIndexOrMapKeyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getPropertyPathMustProvideIndexOrMapKeyException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getPropertyPathMustProvideIndexOrMapKeyException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getProvider() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getProviderClass() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getQualifiers() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getRawType() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- getReservedParameterNamesException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getReservedParameterNamesException(String, String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getReservedParameterNamesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getResettableInputStreamForPath(String) - Static method in class org.hibernate.validator.internal.util.ResourceLoaderHelper
-
Returns an input stream for the given path, which supports the mark/reset
contract.
- getResolvedInterfaces(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
- getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.CachingResourceBundleLocator
-
- getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
-
- getResourceBundle(Locale) - Method in class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
Search current thread classloader for the resource bundle.
- getResourceBundle(Locale) - Method in interface org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
-
Returns a resource bundle for the given locale.
- getReturnType() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getReturnValueMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getRootBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getRootBean() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getSchema(String) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
-
- getSchemaVersion(String, InputStream) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
-
Retrieves the schema version applying for the given XML input stream as
represented by the "version" attribute of the root element of the stream.
- getScope() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getScope() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluatorFactory
-
Retrieves a script executor for the given language.
- getScriptMustReturnTrueOrFalseException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getScriptMustReturnTrueOrFalseException(String, Object, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getScriptMustReturnTrueOrFalseException(String, Object, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getScriptMustReturnTrueOrFalseException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getScriptMustReturnTrueOrFalseException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getScriptMustReturnTrueOrFalseException3$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getSequenceDefinitionsNotAllowedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getSequenceDefinitionsNotAllowedException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getSequenceDefinitionsNotAllowedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
- getSimpleName() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getStartIndexCannotBeNegativeException(int) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getStartIndexCannotBeNegativeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getStereotypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getter - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- GetterType - Class in org.hibernate.validator.internal.xml
-
Java class for getterType complex type.
- GetterType() - Constructor for class org.hibernate.validator.internal.xml.GetterType
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the traversableResolver property.
- getTraversableResolverClassName() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getTryingToInstantiateAnnotationWithUnknownParametersException(Class<?>, Set<String>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTryingToInstantiateAnnotationWithUnknownParametersException(Class, Set) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getTryingToInstantiateAnnotationWithUnknownParametersException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getType() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getType() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Returns the data type of this meta data object, e.g.
- getType(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Returns the type of the field of return type of a method.
- getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getTypeNotSupportedException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTypeNotSupportedException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getTypeNotSupportedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getTypeOfAnnotatedElement() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- getTypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getTypes() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- getUnableToAccessMemberException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToAccessMemberException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToAccessMemberException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToCreateAnnotationForConfiguredConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToDetermineSchemaVersionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToExpandDefaultGroupListException(List<?>, List<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToExpandDefaultGroupListException(List, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToExpandDefaultGroupListException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToExpandGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToExpandGroupSequenceException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToExpandGroupSequenceException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindAnnotationConstraintsException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindAnnotationConstraintsException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindAnnotationConstraintsException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindAnnotationParameterException(String, NoSuchMethodException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindMethodException(Class<?>, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindMethodException(Class, String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindPropertyWithAccessException(Class<?>, String, ElementType) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindPropertyWithAccessException(Class, String, ElementType) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindPropertyWithAccessException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindProviderException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindProviderException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToFindProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToGetAnnotationParameterException(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToGetAnnotationParameterException(String, String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToGetAnnotationParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInitializeConstraintValidatorException(String, RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInitializeConstraintValidatorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateBeanValidationProviderException(List<String>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateBeanValidationProviderException(List, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateBeanValidationProviderException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateConstraintFactoryClassException(String, ValidationException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateConstraintFactoryClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateException(Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateException(String, Class<?>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateException(Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException(String, Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException1$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException2$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateMessageInterpolatorClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateParameterNameProviderClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateTraversableResolverClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateValidationProviderClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToLoadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToLoadClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToLoadClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToLoadClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToLoadClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToOpenInputStreamForMappingFileException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToOpenInputStreamForMappingFileException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToOpenInputStreamForMappingFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToParsePropertyPathException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToParsePropertyPathException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToParsePropertyPathException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToParseValidationXmlFileException(String, JAXBException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToParseValidationXmlFileException(String, JAXBException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToParseValidationXmlFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToReadAnnotationAttributesException(Class<? extends Annotation>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToReadAnnotationAttributesException(Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToReadAnnotationAttributesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToReadServicesFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToReadServicesFileException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToReadServicesFileException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToResetXmlInputStreamException(String, IOException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToResetXmlInputStreamException(String, IOException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToResetXmlInputStreamException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToRetrieveAnnotationParameterValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnexpectedParameterValueException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnexpectedParameterValueException(ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnexpectedParameterValueException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnexpectedParameterValueException(ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnexpectedParameterValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnsupportedSchemaVersionException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnsupportedSchemaVersionException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnsupportedSchemaVersionException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValid() - Method in class org.hibernate.validator.internal.xml.FieldType
-
Gets the value of the valid property.
- getValid() - Method in class org.hibernate.validator.internal.xml.GetterType
-
Gets the value of the valid property.
- getValidatedBy() - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
-
Gets the value of the validatedBy property.
- getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
-
This method returns the default group sequence for the given instance.
- getValidationOrder(Collection<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
-
Generates a order of groups and sequences for the specified validation groups.
- getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getValidatorsTypes(List<Class<? extends ConstraintValidator<T, ?>>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.aggregated.Cascadable
-
Retrieves the value of this element from the given object.
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getValue(Member, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getValue(Field, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getValue(Method, Object) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- getValue() - Method in class org.hibernate.validator.internal.xml.GroupSequenceType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.validator.internal.xml.GroupsType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.validator.internal.xml.PayloadType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.validator.internal.xml.PropertyType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.validator.internal.xml.ValidatedByType
-
Gets the value of the value property.
- getVersion() - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the version property.
- getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
-
- getWrongAttributeTypeForOverriddenConstraintException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongAttributeTypeForOverriddenConstraintException(String, Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongAttributeTypeForOverriddenConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultGroupSequenceProviderTypeException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultGroupSequenceProviderTypeException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultGroupSequenceProviderTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultValueForGroupsParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultValueForGroupsParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultValueForGroupsParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultValueForPayloadParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultValueForPayloadParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongDefaultValueForPayloadParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongParameterTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongParameterTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongPayloadClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongPayloadClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongPayloadClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForGroupsParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForMessageParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForMessageParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForMessageParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getWrongTypeForPayloadParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getXmlConfiguredClasses() - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- Group - Class in org.hibernate.validator.internal.engine.groups
-
Encapsulates a single group.
- Group(Class<?>) - Constructor for class org.hibernate.validator.internal.engine.groups.Group
-
- GroupConverter - Class in org.hibernate.validator.internal.metadata.aggregated
-
Provides group conversion functionality to
Cascadables.
- GroupConverter(Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.GroupConverter
-
- groupMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- groupMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- groupMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- groups - Variable in class org.hibernate.validator.internal.xml.ConstraintType
-
- groupSequence - Variable in class org.hibernate.validator.internal.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.internal.xml
-
Java class for groupSequenceType complex type.
- GroupSequenceType() - Constructor for class org.hibernate.validator.internal.xml.GroupSequenceType
-
- GroupsType - Class in org.hibernate.validator.internal.xml
-
Java class for groupsType complex type.
- GroupsType() - Constructor for class org.hibernate.validator.internal.xml.GroupsType
-
- IdentitySet - Class in org.hibernate.validator.internal.util
-
Set that compares object by identity rather than equality.
- IdentitySet() - Constructor for class org.hibernate.validator.internal.util.IdentitySet
-
- IdentitySet(int) - Constructor for class org.hibernate.validator.internal.util.IdentitySet
-
- ignoreAllAnnotations() - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
-
Defines that all annotations for this type should be ignored.
- ignoreAllAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- ignoreAnnotationConstraintForClass(Class<?>, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
-
Specifies that annotations specified on the configured type or property should be ignored.
- ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
-
- ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ClassType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.GetterType
-
- ignoreClassLevelConstraintAnnotations(Class<?>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- ignorePropertyLevelConstraintAnnotationsOnMember(Member) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- ignoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- ignoringXmlConfiguration() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- ignoringXmlConfiguration() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- ignoringXmlConfiguration$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- includeExistingValidators - Variable in class org.hibernate.validator.internal.xml.ValidatedByType
-
- INDEX_CLOSE - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- INDEX_OPEN - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- initialize(AssertFalse) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator
-
- initialize(AssertTrue) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator
-
- initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence
-
- initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber
-
- initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence
-
- initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber
-
- initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence
-
- initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber
-
- initialize(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.EmailValidator
-
- initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar
-
- initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate
-
- initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant
-
- initialize(Future) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial
-
- initialize(Length) - Method in class org.hibernate.validator.internal.constraintvalidators.LengthValidator
-
- initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence
-
- initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber
-
- initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence
-
- initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber
-
- initialize(ModCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.ModCheckValidator
-
- initialize(NotBlank) - Method in class org.hibernate.validator.internal.constraintvalidators.NotBlankValidator
-
- initialize(NotNull) - Method in class org.hibernate.validator.internal.constraintvalidators.NotNullValidator
-
- initialize(Null) - Method in class org.hibernate.validator.internal.constraintvalidators.NullValidator
-
- initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
-
- initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
-
- initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
-
- initialize(Past) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
-
- initialize(Pattern) - Method in class org.hibernate.validator.internal.constraintvalidators.PatternValidator
-
- initialize(SafeHtml) - Method in class org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator
-
- initialize(ScriptAssert) - Method in class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
-
- initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.URLValidator
-
- InjectingConstraintValidatorFactory - Class in org.hibernate.validator.internal.cdi
-
- InjectingConstraintValidatorFactory(BeanManager) - Constructor for class org.hibernate.validator.internal.cdi.InjectingConstraintValidatorFactory
-
- insertGroup(Group) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- insertSequence(Sequence) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- INSTANCE - Static variable in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- 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.internal.util.annotationfactory.AnnotationProxy
-
- isAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- isAlternative() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- isAlternative() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- isArray(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isAssignable(Type, Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isBeanConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- isBuiltinConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver
-
- isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- isCascading() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Whether this meta data object is marked for cascaded validation or not.
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- isCascading() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Whether cascading validation for the represented element shall be
performed or not.
- isConstrained() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- isConstrained() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Whether this meta data object is constrained by any means or not.
- isConstrained() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- isConstrained() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Whether this element is constrained or not.
- isConstrained() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Whether the represented executable is constrained or not.
- isConstraintAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Checks whether the specified annotation is a valid constraint annotation.
- isConstraintComposition(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- isDefaultGroup() - Method in class org.hibernate.validator.internal.engine.groups.Group
-
- isEmpty() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- isFailFastModeEnabled() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- isGetterMethod() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Whether the represented executable is a JavaBeans getter executable or not.
- isGetterMethod() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- isGetterMethod(Method) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Checks whether the given method is a valid JavaBeans getter method,
meaning its name starts with "is" or "has" and it has no parameters.
- isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- isInIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- isInstance(Type, Object) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- isIterable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isList(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isMap(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isMultiValueConstraint(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Checks whether a given annotation is a multi value constraint or not.
- isNullable() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- isNullable() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver
-
- isReportAsSingleViolation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- isReturnValueConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- isStatic() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertFalseValidator
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AssertTrueValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMaxValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DecimalMinValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.DigitsValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.EmailValidator
-
- isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForCalendar
-
- isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForDate
-
- isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadableInstant
-
- isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.FutureValidatorForReadablePartial
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.LengthValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MaxValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.MinValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.ModCheckValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NotBlankValidator
-
Checks that the trimmed string is not empty.
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NotNullValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.NullValidator
-
- isValid(Calendar, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
-
- isValid(Date, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
-
- isValid(ReadableInstant, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
-
- isValid(ReadablePartial, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.PatternValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SafeHtmlValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
-
- isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
-
Checks the number of entries in an array.
- isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfBoolean
-
Checks the number of entries in an array.
- isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfByte
-
Checks the number of entries in an array.
- isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfChar
-
Checks the number of entries in an array.
- isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfDouble
-
Checks the number of entries in an array.
- isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfFloat
-
Checks the number of entries in an array.
- isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfInt
-
Checks the number of entries in an array.
- isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfLong
-
Checks the number of entries in an array.
- isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfShort
-
Checks the number of entries in an array.
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
-
Checks the length of the specified character sequence (e.g.
- isValid(Collection<?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
-
Checks the number of entries in a map.
- isValid(Map<?, ?>, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
-
Checks the number of entries in a map.
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.URLValidator
-
- iterator() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- iterator() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- iterator() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- iterator() - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- ObjectFactory - Class in org.hibernate.validator.internal.xml
-
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.hibernate.validator.internal.xml package.
- ObjectFactory() - Constructor for class org.hibernate.validator.internal.xml.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.internal.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.cdi - package org.hibernate.validator.cdi
-
- org.hibernate.validator.cfg - package org.hibernate.validator.cfg
-
Entry point for the programmatic constraint definition API.
- org.hibernate.validator.cfg.context - package org.hibernate.validator.cfg.context
-
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
- org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
-
Constraint definition classes for programmatic constraint
definition API.
- org.hibernate.validator.constraints - package org.hibernate.validator.constraints
-
Hibernate Validator specific constraints.
- org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
-
Hibernate Validator Brazilian constraints.
- org.hibernate.validator.group - package org.hibernate.validator.group
-
This package provides support for dynamic default group sequence
definition.
- org.hibernate.validator.internal.cdi - package org.hibernate.validator.internal.cdi
-
Classes for enabling Bean Validation CDI integration.
- org.hibernate.validator.internal.cdi.interceptor - package org.hibernate.validator.internal.cdi.interceptor
-
Classes for enabling Bean Validation method validation via a CDI interceptor.
- org.hibernate.validator.internal.cfg - package org.hibernate.validator.internal.cfg
-
- org.hibernate.validator.internal.cfg.context - package org.hibernate.validator.internal.cfg.context
-
Creational context implementations of the API for programmatic
constraint definition.
- org.hibernate.validator.internal.constraintvalidators - package org.hibernate.validator.internal.constraintvalidators
-
Implementations of the Bean Validation built-in as well as
Hibernate Validator specific constraints.
- org.hibernate.validator.internal.engine - package org.hibernate.validator.internal.engine
-
Implementations for the core interfaces of JSR-303.
- org.hibernate.validator.internal.engine.constraintvalidation - package org.hibernate.validator.internal.engine.constraintvalidation
-
- org.hibernate.validator.internal.engine.groups - package org.hibernate.validator.internal.engine.groups
-
Helper classes for the processing of groups.
- org.hibernate.validator.internal.engine.path - package org.hibernate.validator.internal.engine.path
-
Classes related to the Path.Node API.
- org.hibernate.validator.internal.engine.resolver - package org.hibernate.validator.internal.engine.resolver
-
Various implementations of the TraversableResolver interface.
- org.hibernate.validator.internal.metadata - package org.hibernate.validator.internal.metadata
-
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
- org.hibernate.validator.internal.metadata.aggregated - package org.hibernate.validator.internal.metadata.aggregated
-
The classes in this package contain the aggregated meta data needed for an actual validation.
- org.hibernate.validator.internal.metadata.core - package org.hibernate.validator.internal.metadata.core
-
- org.hibernate.validator.internal.metadata.descriptor - package org.hibernate.validator.internal.metadata.descriptor
-
Implementation of the Bean Validation meta data API.
- org.hibernate.validator.internal.metadata.location - package org.hibernate.validator.internal.metadata.location
-
Contains types for the representation of constraint locations.
- org.hibernate.validator.internal.metadata.provider - package org.hibernate.validator.internal.metadata.provider
-
Abstraction of the meta data sources - annotation, xml, programmatic
- org.hibernate.validator.internal.metadata.raw - package org.hibernate.validator.internal.metadata.raw
-
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
- org.hibernate.validator.internal.util - package org.hibernate.validator.internal.util
-
Independent helper classes.
- org.hibernate.validator.internal.util.annotationfactory - package org.hibernate.validator.internal.util.annotationfactory
-
Annotation proxy helper.
- org.hibernate.validator.internal.util.logging - package org.hibernate.validator.internal.util.logging
-
Logging classes.
- org.hibernate.validator.internal.util.privilegedactions - package org.hibernate.validator.internal.util.privilegedactions
-
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
- org.hibernate.validator.internal.util.scriptengine - package org.hibernate.validator.internal.util.scriptengine
-
Classes related to the evaluation of script with ScriptEngine (JSR-223).
- org.hibernate.validator.internal.xml - package org.hibernate.validator.internal.xml
-
Classes used to parse Bean Validation XML configuration files.
- 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.resourceloading - package org.hibernate.validator.resourceloading
-
ResourceBundleLocator interface and its various implementations.
- org.hibernate.validator.spi.group - package org.hibernate.validator.spi.group
-
This package provides support for dynamic default group sequence definition.
- org.hibernate.validator.spi.resourceloading - package org.hibernate.validator.spi.resourceloading
-
ResourceBundleLocator interface.
- param(String, Object) - Method in class org.hibernate.validator.cfg.GenericConstraintDef
-
- parameter(int) - Method in interface org.hibernate.validator.cfg.context.ParameterTarget
-
Changes the parameter for which added constraints apply.
- parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.MethodConstraintMappingContextImpl
-
- parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.ParameterConstraintMappingContextImpl
-
Changes the parameter for which added constraints apply.
- parameter(int) - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
-
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.internal.cfg.context
-
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.internal.cfg.context.ParameterConstraintMappingContextImpl
-
- ParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a validated method parameter.
- ParameterDescriptorImpl(Type, int, String, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- parameterizedType(Class<?>, Type...) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
Creates a parameterized type for the specified raw type and actual type arguments.
- ParameterListMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
Represents the constraint related meta data of the arguments of a method or
constructor.
- ParameterListMetaData(Iterable<? extends Cascadable>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterListMetaData
-
- ParameterMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
An aggregated view of the constraint related meta data for a single method
parameter.
- ParameterMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- ParameterMetaData.Builder(Class<?>, ConstrainedParameter, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
-
- parameterMustNotBeEmpty(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- parameterMustNotBeEmpty(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- parameterMustNotBeEmpty$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- parameterMustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- parameterMustNotBeNull(String) - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- parameterMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- parameterNameProvider - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
-
- 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.internal.xml.XmlMappingParser
-
Parses the given set of input stream representing XML constraint
mappings.
- parseValidationXml() - Method in class org.hibernate.validator.internal.xml.ValidationXmlParser
-
Tries to check whether a validation.xml file exists and parses it.
- parsingXMLFile(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- parsingXMLFile(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- parsingXMLFile$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- partition(List<V>, CollectionHelper.Partitioner<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
Creates a map containing the given list's values partitioned by the given
partitioner.
- partition(Set<V>, CollectionHelper.Partitioner<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
Creates a map containing the given set's values partitioned by the given
partitioner.
- passesMod10Test(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Mod10 (Luhn) algorithm implementation
- passesMod11Test(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Check if the input passes the mod11 test
- PastDef - Class in org.hibernate.validator.cfg.defs
-
- PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
-
- PastValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that the java.util.Calendar passed to be validated is in the
past.
- PastValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForCalendar
-
- PastValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that the java.util.Date passed to be validated is in the
past.
- PastValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForDate
-
- PastValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators
-
Check if Joda Time type who implements
org.joda.time.ReadableInstant
is in the past.
- PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadableInstant
-
- PastValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators
-
Check if Joda Time type who implements
org.joda.time.ReadablePartial
is in the past.
- PastValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PastValidatorForReadablePartial
-
- PathImpl - Class in org.hibernate.validator.internal.engine.path
-
- PatternDef - Class in org.hibernate.validator.cfg.defs
-
- PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
-
- PatternValidator - Class in org.hibernate.validator.internal.constraintvalidators
-
- PatternValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PatternValidator
-
- payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- payload - Variable in class org.hibernate.validator.internal.xml.ConstraintType
-
- PayloadType - Class in org.hibernate.validator.internal.xml
-
Java class for payloadType complex type.
- PayloadType() - Constructor for class org.hibernate.validator.internal.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
-
- processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
-
- ProgrammaticMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
-
- ProgrammaticMetaDataProvider(ConstraintHelper, ParameterNameProvider, Set<ConstraintMapping>) - Constructor for class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
-
- property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
-
Selects a property to which the next operations shall apply.
- property(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContextImplBase
-
- property - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
-
- PROPERTY_PATH_SEPARATOR - Static variable in class org.hibernate.validator.internal.engine.path.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.internal.cfg.context
-
Constraint mapping creational context which allows to configure the constraints for one bean property.
- PropertyConstraintMappingContextImpl(Class<?>, Member, ConstraintMappingContext) - Constructor for class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
-
- PropertyDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a validated property.
- PropertyDescriptorImpl(Type, String, Set<ConstraintDescriptorImpl<?>>, boolean, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- propertyExists(Class<?>, String, ElementType) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Checks whether the property with the specified name and type exists on the given class.
- PropertyMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
Represents the constraint related meta data for a JavaBeans property.
- PropertyMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- PropertyMetaData.Builder(ConstrainedField, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- PropertyMetaData.Builder(ConstrainedType, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- PropertyMetaData.Builder(ConstrainedExecutable, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- propertyNameMustNotBeEmpty() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- propertyNameMustNotBeEmpty() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- propertyNameMustNotBeEmpty$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- propertyPathCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- propertyPathCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- propertyPathCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- 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.internal.xml
-
Java class for propertyType complex type.
- PropertyType() - Constructor for class org.hibernate.validator.internal.xml.PropertyType
-
- protocol(String) - Method in class org.hibernate.validator.cfg.defs.URLDef
-
- purgeStaleEntries() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Removes any stale entries whose keys have been finalized.
- put(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Maps the specified key to the specified value in this table.
- putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Copies all of the mappings from the specified map to this one.
- putIfAbsent(K, V) - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
- SafeHtml - Annotation Type in org.hibernate.validator.constraints
-
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded
<script> elements.
- SafeHtml.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @SafeHtml annotations on the same element.
- SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
-
Defines default whitelist implementations
- SafeHtmlValidator - Class in org.hibernate.validator.internal.constraintvalidators
-
Validate that the string does not contain malicious code.
- SafeHtmlValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.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.internal.constraintvalidators
-
- ScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.ScriptAssertValidator
-
- ScriptEvaluator - Class in org.hibernate.validator.internal.util.scriptengine
-
- ScriptEvaluator(ScriptEngine) - Constructor for class org.hibernate.validator.internal.util.scriptengine.ScriptEvaluator
-
Creates a new script executor.
- ScriptEvaluatorFactory - Class in org.hibernate.validator.internal.util.scriptengine
-
- Sequence - Class in org.hibernate.validator.internal.engine.groups
-
Models a group sequence.
- Sequence(Class<?>, List<Group>) - Constructor for class org.hibernate.validator.internal.engine.groups.Sequence
-
- SetAccessibility - Class in org.hibernate.validator.internal.util.privilegedactions
-
- setAccessibility(Member) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- setAnnotation(String) - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
-
Sets the value of the annotation property.
- setAnnotation(String) - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Sets the value of the annotation property.
- setClassType(ClassType) - Method in class org.hibernate.validator.internal.xml.BeanType
-
Sets the value of the classType property.
- setClazz(String) - Method in class org.hibernate.validator.internal.xml.BeanType
-
Sets the value of the clazz property.
- setCompositionType(CompositionType) - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setConstraintValidatorFactory(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the constraintValidatorFactory property.
- setCurrentGroup(Class<?>) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setCurrentValidatedValue(V) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setDefaultPackage(String) - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Sets the value of the defaultPackage property.
- setDefaultProvider(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the defaultProvider property.
- setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setGroups(GroupsType) - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Sets the value of the groups property.
- setGroupSequence(GroupSequenceType) - Method in class org.hibernate.validator.internal.xml.ClassType
-
Sets the value of the groupSequence property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.BeanType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ClassType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.FieldType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.GetterType
-
Sets the value of the ignoreAnnotations property.
- setIncludeExistingValidators(Boolean) - Method in class org.hibernate.validator.internal.xml.ValidatedByType
-
Sets the value of the includeExistingValidators property.
- setIndex(Integer) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setKey(Object) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setLeafNodeIndex(Integer) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- setLeafNodeMapKey(Object) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- setMessage(String) - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Sets the value of the message property.
- setMessageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setMessageInterpolator(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the messageInterpolator property.
- setName(String) - Method in class org.hibernate.validator.internal.xml.ElementType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.validator.internal.xml.FieldType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.validator.internal.xml.GetterType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.validator.internal.xml.PropertyType
-
Sets the value of the name property.
- setParameterIndex(Integer) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setParameterName(String) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setParameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setParameterNameProvider(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the parameterNameProvider property.
- setPayload(PayloadType) - Method in class org.hibernate.validator.internal.xml.ConstraintType
-
Sets the value of the payload property.
- setPropertyPath(PathImpl) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setProvider(ValidationProvider<?>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setProviderClass(Class<? extends ValidationProvider<?>>) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setTraversableResolver(TraversableResolver) - Method in class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- setTraversableResolver(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the traversableResolver property.
- setTypeOfAnnotatedElement(Type) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setValid(String) - Method in class org.hibernate.validator.internal.xml.FieldType
-
Sets the value of the valid property.
- setValid(String) - Method in class org.hibernate.validator.internal.xml.GetterType
-
Sets the value of the valid property.
- setValidatedBy(ValidatedByType) - Method in class org.hibernate.validator.internal.xml.ConstraintDefinitionType
-
Sets the value of the validatedBy property.
- setValue(String, Object) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
-
- setValue(String) - Method in class org.hibernate.validator.internal.xml.PropertyType
-
Sets the value of the value property.
- setVersion(String) - Method in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
Sets the value of the version property.
- setVersion(String) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the version property.
- SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.internal.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.internal.engine.resolver.SingleThreadCachedTraversableResolver
-
- size() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.hibernate.validator.internal.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.internal.constraintvalidators
-
Check that the length of an array is between min and max
- SizeValidatorForArray() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArray
-
- SizeValidatorForArraysOfBoolean - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfBoolean
-
- SizeValidatorForArraysOfByte - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfByte
-
- SizeValidatorForArraysOfChar - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfChar
-
- SizeValidatorForArraysOfDouble - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfDouble
-
- SizeValidatorForArraysOfFloat - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfFloat
-
- SizeValidatorForArraysOfInt - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfInt
-
- SizeValidatorForArraysOfLong - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfLong
-
- SizeValidatorForArraysOfPrimitives - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that the length of an array is between min and max
- SizeValidatorForArraysOfPrimitives() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfPrimitives
-
- SizeValidatorForArraysOfShort - Class in org.hibernate.validator.internal.constraintvalidators
-
- SizeValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForArraysOfShort
-
- SizeValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that the length of a character sequence is between min and max.
- SizeValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCharSequence
-
- SizeValidatorForCollection - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that a string's length is between min and max.
- SizeValidatorForCollection() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForCollection
-
- SizeValidatorForMap - Class in org.hibernate.validator.internal.constraintvalidators
-
Check that a string's length is between min and max.
- SizeValidatorForMap() - Constructor for class org.hibernate.validator.internal.constraintvalidators.SizeValidatorForMap
-
- StandardValidationContext<T> - Class in org.hibernate.validator.internal.engine
-
- StandardValidationContext(BeanMetaDataManager, ConstraintValidatorManager, Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.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.internal.cfg.context.ParameterConstraintMappingContextImpl
-
Marks the currently selected method parameter as cascadable.
- valid() - Method in class org.hibernate.validator.internal.cfg.context.PropertyConstraintMappingContextImpl
-
- valid() - Method in class org.hibernate.validator.internal.cfg.context.ReturnValueConstraintMappingContextImpl
-
Marks the current property as cascadable.
- valid - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- valid - Variable in class org.hibernate.validator.internal.xml.GetterType
-
- Validatable - Interface in org.hibernate.validator.internal.metadata.aggregated
-
Provides a unified view on validatable elements of all kinds, be it Java
beans, the arguments passed to a method or the value returned from a method.
- validate(T, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateConstraint(ValidationContext<?, ?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- validateConstraints(ValidationContext<T, E>, ValueContext<U, V>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- validateConstructorParameters(Constructor<T>, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateConstructorReturnValue(Constructor<T>, T, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- 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.internal.xml.ConstraintDefinitionType
-
- ValidatedByType - Class in org.hibernate.validator.internal.xml
-
Java class for validated-byType complex type.
- ValidatedByType() - Constructor for class org.hibernate.validator.internal.xml.ValidatedByType
-
- validatedConstructorMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedConstructorMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedConstructorMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedMethodMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedMethodMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedMethodMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedObjectMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedObjectMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedObjectMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validateMethodInvocation(InvocationContext) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor
-
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.
- validateParameters(T, Method, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateProperty(T, String, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateReturnValue(T, Method, Object, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validatingDefault() - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- ValidationBootstrapParameters - Class in org.hibernate.validator.internal.xml
-
- ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- ValidationBootstrapParameters(BootstrapConfiguration) - Constructor for class org.hibernate.validator.internal.xml.ValidationBootstrapParameters
-
- ValidationConfigType - Class in org.hibernate.validator.internal.xml
-
Java class for validation-configType complex type.
- ValidationConfigType() - Constructor for class org.hibernate.validator.internal.xml.ValidationConfigType
-
- ValidationContext<T,C extends ConstraintViolation<T>> - Class in org.hibernate.validator.internal.engine
-
Context object keeping track of all required data for a validation call.
- ValidationContext(BeanMetaDataManager, ConstraintValidatorManager, Class<T>, T, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidationContext
-
- ValidationEnabledAnnotatedCallable<T> - Class in org.hibernate.validator.internal.cdi.interceptor
-
- ValidationEnabledAnnotatedCallable(AnnotatedCallable<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- ValidationEnabledAnnotatedConstructor<T> - Class in org.hibernate.validator.internal.cdi.interceptor
-
- ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedConstructor
-
- ValidationEnabledAnnotatedMethod<T> - Class in org.hibernate.validator.internal.cdi.interceptor
-
- ValidationEnabledAnnotatedMethod(AnnotatedMethod<T>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedMethod
-
- ValidationEnabledAnnotatedType<T> - Class in org.hibernate.validator.internal.cdi.interceptor
-
- ValidationEnabledAnnotatedType(AnnotatedType<T>, Set<AnnotatedCallable<T>>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- ValidationExtension - Class in org.hibernate.validator.internal.cdi
-
A CDI portable extension which registers beans for
ValidatorFactory and
Validator,
if such beans not yet exist (which for instance would be the case in a Java EE 6 container).
- ValidationExtension() - Constructor for class org.hibernate.validator.internal.cdi.ValidationExtension
-
- ValidationInterceptor - Class in org.hibernate.validator.internal.cdi.interceptor
-
An interceptor which performs a validation of the Bean Validation constraints specified at the parameters and/or return
values of intercepted methods using the method validation functionality provided by Hibernate Validator.
- ValidationInterceptor() - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor
-
- ValidationOrder - Interface in org.hibernate.validator.internal.engine.groups
-
Interface defining the methods needed to execute groups and sequences in the right order.
- ValidationOrderGenerator - Class in org.hibernate.validator.internal.engine.groups
-
Helper class used to order groups and sequences into the right order for validation.
- ValidationOrderGenerator() - Constructor for class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
-
- ValidationXmlParser - Class in org.hibernate.validator.internal.xml
-
Parser for validation.xml using JAXB.
- ValidationXmlParser() - Constructor for class org.hibernate.validator.internal.xml.ValidationXmlParser
-
- ValidatorBean - Class in org.hibernate.validator.internal.cdi
-
- ValidatorBean(BeanManager, Set<Annotation>) - Constructor for class org.hibernate.validator.internal.cdi.ValidatorBean
-
- ValidatorContextImpl - Class in org.hibernate.validator.internal.engine
-
- ValidatorContextImpl(MessageInterpolator, TraversableResolver, ParameterNameProvider, BeanMetaDataManager, ConstraintValidatorManager, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- ValidatorFactoryBean - Class in org.hibernate.validator.internal.cdi
-
- ValidatorFactoryBean(BeanManager, Set<Annotation>) - Constructor for class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- ValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine
-
Factory returning initialized Validator instances.
- ValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- ValidatorImpl - Class in org.hibernate.validator.internal.engine
-
The main Bean Validation class.
- ValidatorImpl(ConstraintValidatorFactory, MessageInterpolator, TraversableResolver, BeanMetaDataManager, ConstraintValidatorManager, boolean) - Constructor for class org.hibernate.validator.internal.engine.ValidatorImpl
-
- 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.internal.xml.GroupSequenceType
-
- value - Variable in class org.hibernate.validator.internal.xml.GroupsType
-
- value - Variable in class org.hibernate.validator.internal.xml.PayloadType
-
- value - Variable in class org.hibernate.validator.internal.xml.PropertyType
-
- value - Variable in class org.hibernate.validator.internal.xml.ValidatedByType
-
- ValueContext<T,V> - Class in org.hibernate.validator.internal.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>, Validatable, PathImpl) - Constructor for class org.hibernate.validator.internal.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.ModCheck.ModType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData.ConstraintMetaDataKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.core.ConstraintOrigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationDescriptor
-
- valueOf(String) - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.validator.constraints.CompositionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData.ConstraintMetaDataKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.metadata.core.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.internal.metadata.descriptor.ConstraintDescriptorImpl.ConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.internal.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns a
Collection view of the values contained in this map.
- version(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- version(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- Version - Class in org.hibernate.validator.internal.util
-
- version - Variable in class org.hibernate.validator.internal.xml.ConstraintMappingsType
-
- version - Variable in class org.hibernate.validator.internal.xml.ValidationConfigType
-
- version$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-