- 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.facets
-
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.
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AnnotationTypeMemberCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given annotation
type declaration.
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.RetentionPolicyCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TargetCheck
-
- checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Checks whether the given annotation type (which must be a
constraint annotation type) may be specified at elements of the specified
type.
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given field.
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given method.
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GetterCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.StaticCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.AbstractConstraintCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given type
declaration (class, interface, enum).
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.TypeCheck
-
- 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
-
- ClassHierarchyHelper - Class in org.hibernate.validator.internal.util.classhierarchy
-
Helper class for dealing with inheritance hierarchies of given types which
allows to selectively retrieve elements from such hierarchies, e.g.
- ClassHierarchyHelper() - Constructor for class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
-
- 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.ap.util
-
Provides some methods for simplified collection instantiation.
- CollectionHelper() - Constructor for class org.hibernate.validator.ap.util.CollectionHelper
-
- CollectionHelper - Class in org.hibernate.validator.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
.
- 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.
- Configuration - Class in org.hibernate.validator.ap.util
-
Provides access to the processor options supported by the Hibernate Validator
annotation processor.
- Configuration(Map<String, String>, Messager) - Constructor for class org.hibernate.validator.ap.util.Configuration
-
- ConfigurationImpl - Class in org.hibernate.validator.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.
- ConstrainedExecutableBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for constraint methods and constructors.
- 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.
- ConstrainedFieldBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for constraint fields.
- ConstrainedGetterBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for constraint getters.
- 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.
- ConstrainedParameterBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for constraint parameters.
- 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.
- ConstrainedTypeBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for constraint types.
- CONSTRAINT - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- constraint(ConstraintDef<?, ?>) - Method in interface org.hibernate.validator.cfg.context.Constrainable
-
Adds a new constraint.
- constraint(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.CrossParameterType
-
- constraint - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- constraint - Variable in class org.hibernate.validator.internal.xml.GetterType
-
- constraint - Variable in class org.hibernate.validator.internal.xml.ParameterType
-
- constraint - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
-
- CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- ConstraintCheck - Interface in org.hibernate.validator.ap.checks
-
Implementations represent checks, which determine whether a given constraint
annotation is allowed at a given element.
- ConstraintCheckError - Class in org.hibernate.validator.ap.checks
-
- ConstraintCheckError(Element, AnnotationMirror, String, Object...) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckError
-
Creates a new ConstraintCheckError.
- ConstraintCheckFactory - Class in org.hibernate.validator.ap.checks
-
A factory in charge of determining the
ConstraintCheck
s required for
the validation of annotations at given elements.
- ConstraintCheckFactory(Types, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.checks.ConstraintCheckFactory
-
- ConstraintChecks - Interface in org.hibernate.validator.ap.checks
-
Represents an ordered set of
ConstraintCheck
s with the ability
to execute these checks against given elements and their annotations.
- ConstraintComposition - Annotation Type in org.hibernate.validator.constraints
-
Boolean operator that is applied to all constraints of a composing constraint annotation.
- ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
-
Base class for all constraint definition types.
- ConstraintDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
-
- ConstraintDef(ConstraintDef<?, A>) - Constructor for class org.hibernate.validator.cfg.ConstraintDef
-
- constraintDefinition - Variable in class org.hibernate.validator.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, Member) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl(Member, 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 - Class in org.hibernate.validator.ap.util
-
Helper class that deals with all constraint-related stuff, such as
determining whether a given annotation represents a constraint annotation or
whether a given annotation is allowed to be declared at a given element.
- ConstraintHelper(Types, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.util.ConstraintHelper
-
- constraintHelper - 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
-
- ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.util
-
The type of an annotation with respect to the BV API.
- ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.util
-
- 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.
- ConstraintOrigin - Enum in org.hibernate.validator.internal.metadata.core
-
Visibility looked at when discovering constraints.
- constraints - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- 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
-
- ConstraintValidationProcessor - Class in org.hibernate.validator.ap
-
- ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- ConstraintValidatorCheck - Class in org.hibernate.validator.ap.checks
-
Checks, that for each constraint annotation type, which is not a composed constraint,
a validator implementation is specified using the
Constraint
annotation.
- ConstraintValidatorCheck(ConstraintHelper, AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.checks.ConstraintValidatorCheck
-
- ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorContextImpl(List<String>, 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
-
- constructor - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Execute instance creation as privileged action.
- ConstructorType - Class in org.hibernate.validator.internal.xml
-
Java class for constructorType complex type.
- ConstructorType() - Constructor for class org.hibernate.validator.internal.xml.ConstructorType
-
- 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<? extends Object>) - Method in class org.hibernate.validator.internal.util.IdentitySet
-
- 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.
- 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 class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
-
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
-
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- convertGroup(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Converts the given validation group as per the group conversion
configuration for this element (as e.g.
- convertGroup - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- convertGroup - Variable in class org.hibernate.validator.internal.xml.GetterType
-
- convertGroup - Variable in class org.hibernate.validator.internal.xml.ParameterType
-
- convertGroup - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
-
- 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
-
- createBeanNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- 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<?, ?>, MessageAndPath, ConstraintDescriptor<?>) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- createConstraintViolations(ValueContext<?, ?>, ConstraintValidatorContextImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- createConstructorNode(String, NodeImpl, List<Class<?>>) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createConstructorType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createCopy(PathImpl) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createCrossParameterNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createCrossParameterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createDefaultValidatedExecutableTypesType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- 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
-
- createExecutableValidationType() - 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
-
- createGroupConversionType() - 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
-
- createMethodNode(String, NodeImpl, List<Class<?>>) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createMethodType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createParameterNode(String, NodeImpl, int) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createParameterType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createPathForExecutable(ExecutableMetaData) - 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
-
- createPropertyNode(String, NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createPropertyType() - Method in class org.hibernate.validator.internal.xml.ObjectFactory
-
- createReturnValue(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createReturnValueType() - 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
-
- crossParameter - Variable in class org.hibernate.validator.internal.xml.ConstructorType
-
- crossParameter - Variable in class org.hibernate.validator.internal.xml.MethodType
-
- 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
-
- CrossParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes cross-parameters.
- CrossParameterDescriptorImpl(Set<ConstraintDescriptorImpl<?>>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.CrossParameterDescriptorImpl
-
- CrossParameterType - Class in org.hibernate.validator.internal.xml
-
Java class for crossParameterType complex type.
- CrossParameterType() - Constructor for class org.hibernate.validator.internal.xml.CrossParameterType
-
- 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
-
- getAllMethods(Class<?>) - Static method in class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
-
Get a list of all methods wich the given class declares, implements,
overrides or inherits.
- getAllParameterMetaData() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Returns meta data for all parameters of the represented executable.
- getAllValidatorClasses(Class<A>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Returns the constraint validator classes for the given constraint
annotation type, as retrieved from
Constraint.validatedBy()
,
internally registered validators for built-in constraints and
XML configuration.
The result is cached internally.
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getAnnotation(Class<A>) - 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.
- getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns the given annotation mirror's array-typed annotation value with
the given name.
- 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
-
- getAnnotationMirror() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- 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
-
- getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
- getAnnotationType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAnnotationValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns the annotation value of the given annotation mirror with the
given name.
- 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
-
Returns the class on which the constraint is defined.
- 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<T>) - 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
-
- getBeanDoesNotContainConstructorException(String, List<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainConstructorException(String, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainConstructorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainMethodException(String, String, List<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainMethodException(String, String, List) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getBeanDoesNotContainMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
-
- getCascadables() - Method in interface org.hibernate.validator.internal.metadata.facets.Validatable
-
Returns the cascaded elements of this validatable, e.g.
- getCascadeConfig() - Method in class org.hibernate.validator.internal.cfg.context.ConstraintMappingContext
-
- 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.
- getCommonPropertyType(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- getComponentType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getComposedAndComposingConstraintsHaveDifferentTypesException(String, String, ConstraintDescriptorImpl.ConstraintType, ConstraintDescriptorImpl.ConstraintType) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getComposedAndComposingConstraintsHaveDifferentTypesException(String, String, ConstraintDescriptorImpl.ConstraintType, ConstraintDescriptorImpl.ConstraintType) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getComposedAndComposingConstraintsHaveDifferentTypesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getComposingConstraintImpls() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- 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
-
- getConstrainedElementConfiguredMultipleTimesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstrainedElementConfiguredMultipleTimesException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstrainedElementConfiguredMultipleTimesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getConstrainedElementsForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.XmlMappingParser
-
- getConstrainedMethods(MethodType, MethodType...) - 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.CrossParameterType
-
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.
- getConstraint() - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Gets the value of the constraint property.
- getConstraint() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
Gets the value of the constraint property.
- getConstraintChecks(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.checks.ConstraintCheckFactory
-
Returns those checks that have to be performed to validate the given
annotation at the given element.
- getConstraintConfig() - Method in class org.hibernate.validator.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
-
- 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
-
- 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
-
- getConstructor() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the constructor property.
- getConstructorIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstructorIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getConstructorIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- getConvertGroup() - Method in class org.hibernate.validator.internal.xml.FieldType
-
Gets the value of the convertGroup property.
- getConvertGroup() - Method in class org.hibernate.validator.internal.xml.GetterType
-
Gets the value of the convertGroup property.
- getConvertGroup() - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Gets the value of the convertGroup property.
- getConvertGroup() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
Gets the value of the convertGroup property.
- getCrossParameter() - Method in class org.hibernate.validator.internal.xml.ConstructorType
-
Gets the value of the crossParameter property.
- getCrossParameter() - Method in class org.hibernate.validator.internal.xml.MethodType
-
Gets the value of the crossParameter property.
- getCrossParameterConstraintHasNoValidatorException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintHasNoValidatorException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintHasNoValidatorException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnClassException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnClassException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnFieldException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnFieldException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnFieldException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnMethodWithoutParametersException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnMethodWithoutParametersException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getCrossParameterConstraintOnMethodWithoutParametersException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- getCrossParameterDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- 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.
- getDeclaredTypeByName(String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
- getDeclaringType() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getDefaultBootstrapConfiguration() - Static method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- 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
-
- getDefaultValidatedExecutableTypes() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- getDefaultValidatedExecutableTypes() - Method in class org.hibernate.validator.internal.xml.ExecutableValidationType
-
Gets the value of the defaultValidatedExecutableTypes property.
- 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
-
- getDelegate() - Method in class org.hibernate.validator.ap.util.MessagerAdapter
-
Returns the messager used by this adapter.
- getDescriptor() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- getDescriptor() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getDiagnosticKind() - Method in class org.hibernate.validator.ap.util.Configuration
-
Returns the diagnosticKind to be used when reporting failing constraint checks.
- getDirectlyImplementedInterfaces(Class<T>) - Static method in class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
-
Gets all interfaces (and recursively their super-interfaces) which the
given class directly implements.
- 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.ap.checks.ConstraintCheckError
-
- 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
-
- 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 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.aggregated.ReturnValueMetaData
-
- 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 interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
- getElementType() - Method in class org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
-
- getElementType() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Returns the ElementType
on which the constraint is defined.
- 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
-
- getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- getEnabled() - Method in class org.hibernate.validator.internal.xml.ExecutableValidationType
-
Gets the value of the enabled property.
- 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
-
- getExceptionDuringIsValidCallException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExceptionDuringIsValidCallException(RuntimeException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExceptionDuringIsValidCallException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExceptionOcurredDuringMessageInterpolationException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExceptionOcurredDuringMessageInterpolationException(Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExceptionOcurredDuringMessageInterpolationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getExecutable() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getExecutableElement() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getExecutableParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getExecutableReturnValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getExecutableType() - Method in class org.hibernate.validator.internal.xml.DefaultValidatedExecutableTypesType
-
Gets the value of the executableType property.
- getExecutableValidation() - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Gets the value of the executableValidation property.
- getFailFast() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- getFailingConstraints() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- 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
-
- getFrom() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
-
- getFrom() - Method in class org.hibernate.validator.internal.xml.GroupConversionType
-
Gets the value of the from property.
- getFunctionMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGenericAndCrossParameterValidatorWithoutConstraintTargetException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGenericAndCrossParameterValidatorWithoutConstraintTargetException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getGenericAndCrossParameterValidatorWithoutConstraintTargetException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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.
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getGroupConversionDescriptors() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
- 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(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupConversionOnNonCascadingElementException(String) - 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.descriptor.ParameterDescriptorImpl
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
-
- 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.
- getHasToBeABoxedTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getHasToBeABoxedTypeException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getHasToBeABoxedTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- getHierarchy(Class<T>, Filter...) - Static method in class org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
-
Gets the elements of the hierarchy of the given class which match the
given filters.
- getId() - Method in class org.hibernate.validator.internal.cdi.ValidatorBean
-
- getId() - Method in class org.hibernate.validator.internal.cdi.ValidatorFactoryBean
-
- 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.ConstructorType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.CrossParameterType
-
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.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.MethodType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Gets the value of the ignoreAnnotations property.
- getIgnoreAnnotations() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
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
-
- getImplicitConstraintTargetInAmbiguousConfigurationException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getImplicitConstraintTargetInAmbiguousConfigurationException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getImplicitConstraintTargetInAmbiguousConfigurationException$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, ConstraintDescriptorImpl<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, ExecutableHelper, 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
-
- getInvalidFormatException(String, IllegalFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidFormatException(String, IllegalFormatException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidFormatException$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
-
- getInvalidParameterTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidParameterTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidParameterTypeException$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
-
- getInvalidPropertyValueException(String, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyValueException(String, String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getInvalidPropertyValueException$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.engine.path.NodeImpl
-
- 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 interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns the element kind of this cascadable.
- 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
-
- getMatchingConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
Returns those validators registered with this constraint which apply to
the given constraint type (either generic or cross-parameter).
- 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
-
Returns the member the constraint is defined on.
- 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
-
- getMessageKey() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getMessageParameters() - Method in class org.hibernate.validator.ap.checks.ConstraintCheckError
-
- getMessageTemplate() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getMessageTemplate() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- 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.
- getMethod() - Method in class org.hibernate.validator.internal.xml.BeanType
-
Gets the value of the method property.
- 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.
- getMethodIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodIsDefinedTwiceInMappingXmlForBeanException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodIsDefinedTwiceInMappingXmlForBeanException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodOrConstructorNotDefinedByValidatedTypeException(String, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodOrConstructorNotDefinedByValidatedTypeException(String, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodOrConstructorNotDefinedByValidatedTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Member, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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).
- getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Member, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- getMirror(List<? extends AnnotationMirror>, Class<? extends Annotation>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns that mirror from the given list of annotation mirrors that
represents the annotation type specified by the given class.
- getMirror(List<? extends AnnotationMirror>, String) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns that mirror from the given list of annotation mirrors that
represents the annotation type specified by the given class.
- getMirrorForType(Class<?>) - Method in class org.hibernate.validator.ap.util.AnnotationApiHelper
-
Returns a TypeMirror for the given class.
- 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
-
- getMixingImplicitWithOtherExecutableTypesException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMixingImplicitWithOtherExecutableTypesException() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMixingImplicitWithOtherExecutableTypesException$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
-
- getMultipleCrossParameterValidatorClassesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleCrossParameterValidatorClassesException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleCrossParameterValidatorClassesException$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
-
- getMultipleValidatorsForSameTypeException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleValidatorsForSameTypeException(String, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getMultipleValidatorsForSameTypeException$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.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 interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns the name of this cascadable element.
- 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.MethodType
-
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
-
- getOverridingConstraintDefinitionsInMultipleMappingFilesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getOverridingConstraintDefinitionsInMultipleMappingFilesException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getOverridingConstraintDefinitionsInMultipleMappingFilesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameter() - Method in class org.hibernate.validator.internal.xml.ConstructorType
-
Gets the value of the parameter property.
- getParameter() - Method in class org.hibernate.validator.internal.xml.MethodType
-
Gets the value of the parameter property.
- getParameterAnnotations() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParameterConfigurationAlteredInSubTypeException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterConfigurationAlteredInSubTypeException(Member, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterConfigurationAlteredInSubTypeException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterConstraintsDefinedInMethodsFromParallelTypesException(Member, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterConstraintsDefinedInMethodsFromParallelTypesException(Member, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterConstraintsDefinedInMethodsFromParallelTypesException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getParameterIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getParameterIndex() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- 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.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() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
Returns a list with the current executable's parameter names as retrieved
from the current
ParameterNameProvider
.
- getParameterNames(ParameterNameProvider) - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterNodeAddedForNonCrossParameterConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameters() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getParameters() - Method in class org.hibernate.validator.internal.cfg.context.ConfiguredConstraint
-
- getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(String, ConstraintTarget) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(String, ConstraintTarget) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterType() - Method in class org.hibernate.validator.internal.metadata.location.ExecutableConstraintLocation
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.metadata.raw.ExecutableElement
-
- getParameterTypesDoNotMatchException(String, String, int, Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterTypesDoNotMatchException(String, String, int, Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParameterTypesDoNotMatchException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getPartition(V) - Method in interface org.hibernate.validator.internal.util.CollectionHelper.Partitioner
-
- getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Returns a list with the constraint annotations contained in the given
array-valued annotation mirror.
- getPath() - Method in class org.hibernate.validator.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
-
Returns the JavaBeans property name of the given member.
- 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
-
- 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.
- 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
-
- getReturnValue() - Method in class org.hibernate.validator.internal.xml.ConstructorType
-
Gets the value of the returnValue property.
- getReturnValue() - Method in class org.hibernate.validator.internal.xml.MethodType
-
Gets the value of the returnValue property.
- 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
-
- getRootBeanType() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getRootBeanType() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
-
Returns the currently validated root bean type.
- 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) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getScriptMustReturnTrueOrFalseException(String, Object, 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
-
- getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- getter - Variable in class org.hibernate.validator.internal.xml.BeanType
-
- GetterCheck - Class in org.hibernate.validator.ap.checks
-
Checks whether a given element is a valid getter method.
- GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.checks.GetterCheck
-
- GetterType - Class in org.hibernate.validator.internal.xml
-
Java class for getterType complex type.
- GetterType() - Constructor for class org.hibernate.validator.internal.xml.GetterType
-
- getTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
-
- getTo() - Method in class org.hibernate.validator.internal.xml.GroupConversionType
-
Gets the value of the to property.
- 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(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- 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() - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Gets the value of the type property.
- getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- getTypeClosure() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- getTypeNotSupportedForUnwrappingException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTypeNotSupportedForUnwrappingException(Class) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getTypeNotSupportedForUnwrappingException$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(String, Class, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToInstantiateException(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
-
- getUnableToLoadConstraintAnnotationClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToLoadConstraintAnnotationClassException(String, Exception) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToLoadConstraintAnnotationClassException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToNarrowNodeTypeException(String, ElementKind, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToNarrowNodeTypeException(String, ElementKind, String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnableToNarrowNodeTypeException$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(ClassCastException) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getUnexpectedParameterValueException() - 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.
- getValid() - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Gets the value of the valid property.
- getValid() - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
Gets the value of the valid property.
- getValidatableParametersMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- 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
-
- getValidateOnExecutionOnOverriddenOrInterfaceMethodException(Method) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidateOnExecutionOnOverriddenOrInterfaceMethodException(Method) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidateOnExecutionOnOverriddenOrInterfaceMethodException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getValidationAppliesToParameterMustHaveDefaultValueImplicitException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesToParameterMustHaveDefaultValueImplicitException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesToParameterMustHaveDefaultValueImplicitException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidationContext(BeanMetaDataManager, ConstraintValidatorManager, MessageInterpolator, ConstraintValidatorFactory, TraversableResolver, boolean) - Static method in class org.hibernate.validator.internal.engine.ValidationContext
-
- getValidationGroups(T) - Method in interface org.hibernate.validator.spi.group.DefaultGroupSequenceProvider
-
This method returns the default group sequence for the given instance.
- getValidationOrder(Class<?>, boolean) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
-
- 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
-
- getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(String) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getValidatorsTypes(Class<A>, List<Class<? extends ConstraintValidator<A, ?>>>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- getValue(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- 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.aggregated.ReturnValueMetaData
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Retrieves the value of this element from the given object.
- 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.
- getVariableMapper() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- 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
-
- getVoidMethodsMustNotBeConstrainedException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getVoidMethodsMustNotBeConstrainedException(Member) - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- getVoidMethodsMustNotBeConstrainedException$str() - Method in class org.hibernate.validator.internal.util.logging.Log_$logger
-
- 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
-
- GROUP_SEQUENCE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
-
- GroupConversionBuilder - Class in org.hibernate.validator.internal.xml
-
Builder for group conversions.
- GroupConversionDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a group conversion rule.
- GroupConversionDescriptorImpl(Class<?>, Class<?>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
-
- GroupConversionHelper - Class in org.hibernate.validator.internal.metadata.aggregated
-
Provides group conversion functionality to
Cascadable
s.
- GroupConversionHelper(Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
-
- groupConversions - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- GroupConversionType - Class in org.hibernate.validator.internal.xml
-
Java class for groupConversionType complex type.
- GroupConversionType() - Constructor for class org.hibernate.validator.internal.xml.GroupConversionType
-
- 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 - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- 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.
- GroupSequenceProviderCheck - Class in org.hibernate.validator.ap.checks
-
- GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.checks.GroupSequenceProviderCheck
-
- 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.AnnotationProcessingOptionsImpl
-
- 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.ConstructorType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.CrossParameterType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.FieldType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.GetterType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.MethodType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ParameterType
-
- ignoreAnnotations - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
-
- ignoreClassLevelConstraintAnnotations(Class<?>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsForCrossParameterConstraint(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsForReturnValue(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsOnMember(Member, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsOnParameter(Member, int, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- 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
-
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
-
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
-
- init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- 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
-
- inputStreamCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- inputStreamCannotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- inputStreamCannotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- 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(MessageInterpolator.Context) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
-
- interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
-
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
-
- interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
-
Deprecated.
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
-
Deprecated.
- InterpolationTerm - Class in org.hibernate.validator.internal.engine.messageinterpolation
-
Helper class dealing with the interpolation of a single message parameter or expression extracted from a message
descriptor.
- InterpolationTerm(String, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.validator.internal.util.annotationfactory.AnnotationProxy
-
- 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
-
- isBeanAlreadyValidated(Object, Class<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- isBeanConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- 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 - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- 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.
- isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Checks, whether the given type element represents a composed constraint or not.
- isConstrained() - Method in class org.hibernate.validator.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(Element) - Method in class org.hibernate.validator.ap.util.ConstraintHelper
-
Checks, whether the given type element represents a constraint annotation
or not.
- isConstraintAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.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
-
- isDefinedOnParallelType(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
Whether otherExecutable
is defined on a parallel of the declaring
type of executable
or not.
- isDefinedOnSubType(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
Whether otherExecutable
is defined on a subtype of the declaring
type of executable
or not.
- 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
-
- isEquallyParameterConstrained(ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Whether this and the given other executable have the same parameter
constraints.
- isExecutableValidationEnabled() - Method in class org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
-
- isFailFastModeEnabled() - Method in class org.hibernate.validator.internal.engine.ValidationContext
-
- isGetter() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- 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, which
is the case if
its name starts with "get" and it has a return type but no parameter or
its name starts with "is", it has no parameter and is returning
boolean
or
its name starts with "has", it has no parameter and is returning
boolean
(HV-specific, not mandated by JavaBeans spec).
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- isReportAsSingleViolation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- isStatic() - Method in class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable
-
- isStrictSubType(Class<?>, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
Whether otherClazz
is a strict subtype of clazz
or not.
- 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
-
- isVerbose() - Method in class org.hibernate.validator.ap.util.Configuration
-
Whether logging information shall be put out in a verbose way or not.
- iterator() - Method in class org.hibernate.validator.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.ap - package org.hibernate.validator.ap
-
This package contains the main class of Hibernate Validator annotation processor.
- org.hibernate.validator.ap.checks - package org.hibernate.validator.ap.checks
-
This package contains check implementations used by the annotation processor to verify
constraint declarations.
- org.hibernate.validator.ap.util - package org.hibernate.validator.ap.util
-
This package contains helper classes.
- org.hibernate.validator.cdi - package org.hibernate.validator.cdi
-
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
- org.hibernate.validator.cfg - package org.hibernate.validator.cfg
-
Entry point for the programmatic constraint definition API.
- org.hibernate.validator.cfg.context - package org.hibernate.validator.cfg.context
-
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
- org.hibernate.validator.cfg.defs - package org.hibernate.validator.cfg.defs
-
Constraint definition classes for programmatic constraint
definition API.
- org.hibernate.validator.constraints - package org.hibernate.validator.constraints
-
Hibernate Validator specific constraints.
- org.hibernate.validator.constraints.br - package org.hibernate.validator.constraints.br
-
Hibernate Validator Brazilian constraints.
- org.hibernate.validator.group - package org.hibernate.validator.group
-
This package provides support for dynamic default group sequence
definition.
- org.hibernate.validator.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
-
Implementation parts of the API for programmatic constraint definition.
- 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
-
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
- 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.messageinterpolation - package org.hibernate.validator.internal.engine.messageinterpolation
-
Helper classes for message interpolation.
- org.hibernate.validator.internal.engine.messageinterpolation.el - package org.hibernate.validator.internal.engine.messageinterpolation.el
-
Helper classes for setting up the Expression Language context for message interpolation.
- 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.aggregated.rule - package org.hibernate.validator.internal.metadata.aggregated.rule
-
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
- org.hibernate.validator.internal.metadata.core - package org.hibernate.validator.internal.metadata.core
-
Core classes of the internal model used for representing constraints and related metadata.
- 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.facets - package org.hibernate.validator.internal.metadata.facets
-
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
- 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.classhierarchy - package org.hibernate.validator.internal.util.classhierarchy
-
Contains classes for working with the elements of a class hierarchy.
- 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 for parsing of 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.
- overrides(ExecutableElement, ExecutableElement) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
-
Checks, whether the represented method overrides the given method.
- overrides(Method, Method) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
-
Checks, whether subTypeMethod
overrides superTypeMethod
.
- OverridingMethodMustNotAlterParameterConstraints - Class in org.hibernate.validator.internal.metadata.aggregated.rule
-
Rule that ensures that overriding methods don't add to or alter the
constraints defined on the overridden method.
- OverridingMethodMustNotAlterParameterConstraints() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
-
- ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue - Class in org.hibernate.validator.internal.metadata.aggregated.rule
-
Rule that ensures that methods in parallel types don't define group
conversions for methods marked as cascaded in one of the parallel types.
- ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
-
- ParallelMethodsMustNotDefineParameterConstraints - Class in org.hibernate.validator.internal.metadata.aggregated.rule
-
Rule that ensures that parallel methods don't define any parameter
constraints.
- ParallelMethodsMustNotDefineParameterConstraints() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
-
- 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.
- parameter - Variable in class org.hibernate.validator.internal.xml.ConstructorType
-
- parameter - Variable in class org.hibernate.validator.internal.xml.MethodType
-
- 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<?>>, Set<GroupConversionDescriptor>) - 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.
- 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.
- ParameterType - Class in org.hibernate.validator.internal.xml
-
Java class for parameterType complex type.
- ParameterType() - Constructor for class org.hibernate.validator.internal.xml.ParameterType
-
- 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
- PAST - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- PastDef - Class in org.hibernate.validator.cfg.defs
-
- PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
-
- 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
-
Default implementation of javax.validation.Path
.
- PATTERN - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- PatternDef - Class in org.hibernate.validator.cfg.defs
-
- PatternDef() - Constructor for class org.hibernate.validator.cfg.defs.PatternDef
-
- PatternValidator - Class in org.hibernate.validator.internal.constraintvalidators
-
- PatternValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.PatternValidator
-
- PAYLOAD - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- payload(Class<? extends Payload>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- PAYLOAD - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- 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
-
- PrimitiveCheck - Class in org.hibernate.validator.ap.checks
-
Validates that the given element is not of a primitive type.
- PrimitiveCheck() - Constructor for class org.hibernate.validator.ap.checks.PrimitiveCheck
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
-
Used to register the method validation interceptor bindings.
- processBean(ProcessBean<?>) - Method in class org.hibernate.validator.internal.cdi.ValidationExtension
-
Watches the ProcessBean
event in order to determine whether and under which qualifiers ValidatorFactory
s
and Validator
s get registered.
- 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
-
- 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<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- 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(Class<?>, ConstrainedField, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- PropertyMetaData.Builder(Class<?>, ConstrainedType, ConstraintHelper) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- PropertyMetaData.Builder(Class<?>, 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
- putValidatorClasses(Class<A>, List<Class<? extends ConstraintValidator<A, ?>>>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Registers the given validator classes with the given constraint
annotation type.
- SAFE_HTML - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
-
- SafeHtml - Annotation Type in org.hibernate.validator.constraints
-
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded
<script> elements.
- SafeHtml.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @SafeHtml
annotations on the same element.
- SafeHtml.WhiteListType - Enum in org.hibernate.validator.constraints
-
Defines default whitelist implementations
- 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
-
- SCRIPT_ASSERT - Static variable in class org.hibernate.validator.ap.util.TypeNames.HibernateValidatorTypes
-
- ScriptAssert - Annotation Type in org.hibernate.validator.constraints
-
A class-level constraint, that evaluates a script expression against the
annotated element.
- ScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @ScriptAssert
annotations on the same element.
- ScriptAssertDef - Class in org.hibernate.validator.cfg.defs
-
- ScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ScriptAssertDef
-
- 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.
- 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.
- setCrossParameter(CrossParameterType) - Method in class org.hibernate.validator.internal.xml.ConstructorType
-
Sets the value of the crossParameter property.
- setCrossParameter(CrossParameterType) - Method in class org.hibernate.validator.internal.xml.MethodType
-
Sets the value of the crossParameter 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.
- setDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType) - Method in class org.hibernate.validator.internal.xml.ExecutableValidationType
-
Sets the value of the defaultValidatedExecutableTypes property.
- setElementType(ElementType) - Method in class org.hibernate.validator.internal.engine.ValueContext
-
- setEnabled(Boolean) - Method in class org.hibernate.validator.internal.xml.ExecutableValidationType
-
Sets the value of the enabled property.
- setExecutableValidation(ExecutableValidationType) - Method in class org.hibernate.validator.internal.xml.ValidationConfigType
-
Sets the value of the executableValidation property.
- setFrom(String) - Method in class org.hibernate.validator.internal.xml.GroupConversionType
-
Sets the value of the from property.
- setFunction(String, String, Method) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedFunctionMapper
-
- setFunction(String, String, Method) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- 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.ConstructorType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.CrossParameterType
-
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.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.MethodType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Sets the value of the ignoreAnnotations property.
- setIgnoreAnnotations(Boolean) - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
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(NodeImpl, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- 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
-
- setMapKey(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- 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.MethodType
-
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.
- 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
-
- setReturnValue(ReturnValueType) - Method in class org.hibernate.validator.internal.xml.ConstructorType
-
Sets the value of the returnValue property.
- setReturnValue(ReturnValueType) - Method in class org.hibernate.validator.internal.xml.MethodType
-
Sets the value of the returnValue property.
- setTo(String) - Method in class org.hibernate.validator.internal.xml.GroupConversionType
-
Sets the value of the to property.
- 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.
- setType(String) - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Sets the value of the type 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.
- setValid(String) - Method in class org.hibernate.validator.internal.xml.ParameterType
-
Sets the value of the valid property.
- setValid(String) - Method in class org.hibernate.validator.internal.xml.ReturnValueType
-
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(ELContext, Object, Object, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- 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.
- setVariable(String, ValueExpression) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.MapBasedVariableMapper
-
- setVariable(String, ValueExpression) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- 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.
- SimpleELContext - Class in org.hibernate.validator.internal.engine.messageinterpolation.el
-
- SimpleELContext() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- SingleThreadCachedTraversableResolver - Class in org.hibernate.validator.internal.engine.resolver
-
Cache results of a delegated traversable resolver to optimize calls.
- SingleThreadCachedTraversableResolver(TraversableResolver) - Constructor for class org.hibernate.validator.internal.engine.resolver.SingleThreadCachedTraversableResolver
-
- SingleValuedChecks - Class in org.hibernate.validator.ap.checks
-
A
ConstraintChecks
implementation that simply executes all
contained checks against given elements and annotations.
- SingleValuedChecks(ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.checks.SingleValuedChecks
-
Creates a new SingleValuedChecks.
- SIZE - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- 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
-
- source - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- StaticCheck - Class in org.hibernate.validator.ap.checks
-
Checks, that the given element is not a static element.
- StaticCheck() - Constructor for class org.hibernate.validator.ap.checks.StaticCheck
-
- VALID - Static variable in class org.hibernate.validator.ap.util.TypeNames.BeanValidationTypes
-
- valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
-
Marks the current element (property, parameter etc.) as cascadable.
- 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
-
- valid - Variable in class org.hibernate.validator.internal.xml.ParameterType
-
- valid - Variable in class org.hibernate.validator.internal.xml.ReturnValueType
-
- Validatable - Interface in org.hibernate.validator.internal.metadata.facets
-
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.
- ValidatableParametersMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
Represents the constraint related meta data of the arguments of a method or
constructor.
- ValidatableParametersMetaData(Iterable<? extends Cascadable>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.ValidatableParametersMetaData
-
- 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>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- validateConstructorInvocation(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 constructor.
- validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- validateConstructorReturnValue(Constructor<? extends 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
-
Deprecated.
- VALIDATED_VALUE_KEYWORD - Static variable in class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
-
Deprecated.
- 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
-
- validatedConstructorCreatedInstanceMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedConstructorCreatedInstanceMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedConstructorCreatedInstanceMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- 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
-
- validatedParameterArrayMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedParameterArrayMustNotBeNull() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validatedParameterArrayMustNotBeNull$str() - Method in class org.hibernate.validator.internal.util.logging.Messages_$bundle
-
- validateGroupConversions(boolean, String) - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
-
- 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
-
- VALIDATION_APPLIES_TO - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- 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> - Class in org.hibernate.validator.internal.engine
-
Context object keeping track of all required data for a validation call.
- ValidationContext.ValidationContextBuilder - Class in org.hibernate.validator.internal.engine
-
Builder for creating
ValidationContext
s suited for the different
kinds of validation.
- 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<? super T>>) - Constructor for class org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedType
-
- ValidationExtension - Class in org.hibernate.validator.internal.cdi
-
- 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(ValidatorFactoryImpl) - 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, ParameterNameProvider, 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.
- ValueFormatterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
-
Deprecated.
Deprecated since Hibernate Validator 5. Interpolation of validated value is since Bean Validation 1.1
part of the default message interpolation algorithm.
- ValueFormatterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
-
Deprecated.
- ValueFormatterMessageInterpolator(MessageInterpolator) - Constructor for class org.hibernate.validator.messageinterpolation.ValueFormatterMessageInterpolator
-
Deprecated.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.CompositionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns the enum constant of this type with the specified name.
- 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.ap.util.ConstraintHelper.AnnotationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.ap.util.ConstraintHelper.ConstraintCheckResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.CompositionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.util.Configuration
-
The name of the processor option for activating verbose message reporting.
- version(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
-
- VoidMethodsMustNotBeReturnValueConstrained - Class in org.hibernate.validator.internal.metadata.aggregated.rule
-
Rule that ensures that void methods don't have any constraints or are marked
as cascaded.
- VoidMethodsMustNotBeReturnValueConstrained() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
-