- AbstractBuilder(ValueExtractorManager, T, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
-
- AbstractCachingScriptEvaluatorFactory - Class in org.hibernate.validator.spi.scripting
-
- AbstractCachingScriptEvaluatorFactory() - Constructor for class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
-
- AbstractClassCheck - Class in org.hibernate.validator.ap.internal.classchecks
-
Abstract base class for
ClassCheck
implementations.
- AbstractClassCheck() - Constructor for class org.hibernate.validator.ap.internal.classchecks.AbstractClassCheck
-
- AbstractConfigurationImpl<T extends BaseHibernateValidatorConfiguration<T>> - Class in org.hibernate.validator.internal.engine
-
Hibernate specific Configuration
implementation.
- AbstractConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- AbstractConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- AbstractConstrainedElement - Class in org.hibernate.validator.internal.metadata.raw
-
Base implementation of with functionality common to all
ConstrainedElement
implementations.
- AbstractConstrainedElement(ConfigurationSource, ConstrainedElement.ConstrainedElementKind, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- AbstractConstraintCheck - Class in org.hibernate.validator.ap.internal.checks
-
- AbstractConstraintCheck() - Constructor for class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
-
- AbstractConstraintMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
Base implementation for
ConstraintMetaData
with attributes common
to all type of meta data.
- AbstractConstraintMetaData(String, Type, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, boolean, boolean) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- AbstractConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- AbstractConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
-
Creates a new ConstraintValidatorManager
.
- AbstractDecimalMaxValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- AbstractDecimalMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
-
- AbstractDecimalMinValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- AbstractDecimalMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
-
- AbstractElementVisitor<T,V> - Class in org.hibernate.validator.ap.internal
-
An abstract
ElementVisitor
that should be used for implementation
of any other element visitors.
- AbstractElementVisitor(MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.AbstractElementVisitor
-
- AbstractEmailValidator<A extends Annotation> - Class in org.hibernate.validator.internal.constraintvalidators
-
Checks that a given character sequence (e.g.
- AbstractEmailValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.AbstractEmailValidator
-
- AbstractEpochBasedTimeValidator<C extends Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
-
Base class for all time validators that use an epoch to be compared to the time reference.
- AbstractEpochBasedTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
- AbstractFutureEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Base class for all @Future
validators that use an epoch to be compared to the time reference.
- AbstractFutureEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
-
- AbstractFutureInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Base class for all
@Future
validators that use an
Instant
to be compared to the time reference.
- AbstractFutureInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
-
- AbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Base class for all @Future
validators that are based on the java.time
package.
- AbstractFutureJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
-
- AbstractFutureOrPresentEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Base class for all @FutureOrPresent
validators that use an epoch to be compared to the time reference.
- AbstractFutureOrPresentEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
-
- AbstractFutureOrPresentInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Base class for all
@FutureOrPresent
validators that use an
Instant
to be compared to the time reference.
- AbstractFutureOrPresentInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
-
- AbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Base class for all @FutureOrPresent
validators that are based on the java.time
package.
- AbstractFutureOrPresentJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
-
- AbstractInstantBasedTimeValidator<C extends Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
-
Base class for all time validators that use an
Instant
to be compared to the time reference.
- AbstractInstantBasedTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
- AbstractJavaTimeValidator<C extends Annotation,T extends TemporalAccessor & Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time
-
Base class for all time validators that are based on the java.time
package.
- AbstractJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
- AbstractMaxValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- AbstractMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
-
- AbstractMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
-
Resource bundle backed message interpolator.
- AbstractMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
using the default resource bundle locators.
- AbstractMessageInterpolator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking a resource bundle locator.
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- AbstractMessageInterpolator(Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
using the default resource bundle locators.
- AbstractMessageInterpolator(ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking a resource bundle locator.
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- AbstractMessageInterpolator(ResourceBundleLocator, ResourceBundleLocator, Set<Locale>, Locale, LocaleResolver, boolean, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
MessageInterpolator
taking two resource bundle locators.
- AbstractMethodOverrideCheck - Class in org.hibernate.validator.ap.internal.classchecks
-
Abstract base class for
ClassCheck
implementations that check overridden methods.
- AbstractMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
- AbstractMinValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- AbstractMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
-
- AbstractPastEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Base class for all @Past
validators that use an epoch to be compared to the time reference.
- AbstractPastEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
-
- AbstractPastInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Base class for all
@Past
validators that use an
Instant
to be compared to the time reference.
- AbstractPastInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
-
- AbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Base class for all @Past
validators that are based on the java.time
package.
- AbstractPastJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
-
- AbstractPastOrPresentEpochBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Base class for all @PastOrPresent
validators that use an epoch to be compared to the time reference.
- AbstractPastOrPresentEpochBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
-
- AbstractPastOrPresentInstantBasedValidator<T> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Base class for all
@PastOrPresent
validators that use an
Instant
to be compared to the time reference.
- AbstractPastOrPresentInstantBasedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
-
- AbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>> - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Base class for all @PastOrPresent
validators that are based on the java.time
package.
- AbstractPastOrPresentJavaTimeValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
-
- AbstractPropertyCascadable<T extends Property> - Class in org.hibernate.validator.internal.metadata.aggregated
-
- AbstractPropertyCascadable.AbstractBuilder<T extends Property> - Class in org.hibernate.validator.internal.metadata.aggregated
-
- AbstractPropertyConstraintLocation<T extends Property> - Class in org.hibernate.validator.internal.metadata.location
-
An abstract property constraint location.
- AbstractScriptAssertValidator<A extends Annotation,T> - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
- AbstractScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
-
- AbstractStaxBuilder - Class in org.hibernate.validator.internal.xml
-
Other Stax xml builders should extend from this one.
- AbstractStaxBuilder() - Constructor for class org.hibernate.validator.internal.xml.AbstractStaxBuilder
-
- accept(XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
-
Checks if the given
XMLEvent
is a
StartElement
and if the
corresponding xml tag can be processed based on a tag name.
- accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
-
- accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
-
- accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
Whether this builder allows to add the given element or not.
- accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
-
- accepts(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- accepts(Class<?>) - Method in interface org.hibernate.validator.internal.util.classhierarchy.Filter
-
Whether the given class is accepted by this filter or not.
- ACCESS_PRIVATE_MEMBERS - Static variable in class org.hibernate.validator.HibernateValidatorPermission
-
- action(Constructor<T>, Object...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
-
- action(Annotation, String, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute
-
- action(Annotation) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
-
- action(Class<T>, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
-
- action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
-
- action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
-
- action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
-
- action(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
-
- action(MethodHandles.Lookup, Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
-
- action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
-
- action(ClassLoader, Class<T>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
-
- action(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethod
-
- action(Class<?>, Set<String>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromGetterNameCandidates
-
- action(Class<?>, Set<String>, boolean) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethodFromGetterNameCandidates
-
- action(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetMethods
-
- action(ResolvedTypeWithMembers) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResolvedMemberMethods
-
- action(ClassLoader, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResource
-
- action(ClassLoader, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetResources
-
- action(String, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.IsClassPresent
-
- action(String, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
-
- action(String, ClassLoader, boolean) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
-
- action(String, ClassLoader, ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.LoadClass
-
in some cases, the TCCL has been overridden so we need to pass it explicitly.
- action(Class<T>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewInstance
-
- action(ClassLoader, Class<T>, InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
-
- action(ClassLoader, Class<?>[], InvocationHandler) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
-
- action(SchemaFactory, URL) - Static method in class org.hibernate.validator.internal.util.privilegedactions.NewSchema
-
- action(ClassLoader) - Static method in class org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
-
- adaptConstraints(ConstrainedElement, Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
Allows specific sub-classes to customize the retrieved constraints.
- adaptConstraints(ConstrainedElement, Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- adaptOriginsAndImplicitGroups(Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
Adapts the given constraints to the given bean type.
- add(BeanConfiguration<? super T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataBuilder
-
- add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData.Builder
-
- add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData.Builder
-
- add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
Adds the given element to this builder.
- add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData.Builder
-
- add(ConstrainedElement) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData.Builder
-
- add(XMLEventReader, XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
-
- addAllMappings(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- addAnnotationAsParameter(String, AnnotationDef<?, ?>) - Method in class org.hibernate.validator.cfg.AnnotationDef
-
- addBeanNode() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
- addBeanNode() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
-
- addBeanNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addConfigProperty(String, String) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- addConstraintFailure(ValueContext<?, ?>, ConstraintViolationCreationContext, ConstraintDescriptor<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- addConstraintMapping() - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor.ConstraintMappingBuilder
-
Adds a new constraint mapping.
- addContainerElementNode(String, Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
- addContainerElementNode(String, Class<?>, Integer) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
-
- addContainerElementNode(String) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addCrossParameterNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addELResolver(ELResolver) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- addExpressionVariable(String, Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
-
Allows to set an additional expression variable which will be available as an EL variable during interpolation.
- addExpressionVariable(String, Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- addingValueExtractor(Class<? extends ValueExtractor<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- additionalTags(String...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
-
Deprecated.
- additionalTags(SafeHtmlDef.TagDef, SafeHtmlDef.TagDef...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
-
Deprecated.
Whitelists additional tags.
- additionalTagsWithAttributes(SafeHtml.Tag...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef
-
- addMapping(ConstraintMapping) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- addMapping(InputStream) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- addMapping(ConstraintMapping) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- addMapping(InputStream) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- addMessageParameter(String, Object) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
-
Allows to set an additional named parameter which can be interpolated in the constraint violation message.
- addMessageParameter(String, Object) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- addNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
Deprecated.
- addNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
-
Deprecated.
- addOverriddenMethod(ExecutableElement, ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree.Builder
-
- addParameter(String, Object) - Method in class org.hibernate.validator.cfg.AnnotationDef
-
- addParameterNode(int) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
- addParameterNode(String, int) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addProperty(String, String) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
- addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
-
- addPropertyNode(String) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addReturnValueNode() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
Add additional cascading metadata when:
the element is marked with @Valid
,
the runtime type of the element is container based (e.g.
- addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- addRuntimeContainerSupport(ValueExtractorManager, Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- addValueExtractor(ValueExtractor<?>) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- addValueExtractor(ValueExtractor<?>) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- addValueExtractorDescriptor(ValueExtractorDescriptor) - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.hibernate.validator.cdi.ValidationExtension
-
Registers beans for ValidatorFactory
and Validator
if not yet present.
- AggregateBundle(List<ResourceBundle>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
Creates a new AggregateBundle.
- AggregateResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
- AggregateResourceBundleLocator(List<String>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, ResourceBundleLocator, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, boolean, Set<Locale>) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, boolean, Set<Locale>, ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator(List<String>, boolean, Set<Locale>, ResourceBundleLocator, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator
-
Creates a locator that delivers a resource bundle merged from the given
list of source bundles.
- AggregateResourceBundleLocator.AggregateBundle - Class in org.hibernate.validator.resourceloading
-
A
ResourceBundle
whose content is aggregated from multiple source bundles.
- alias(String) - Method in class org.hibernate.validator.cfg.defs.ScriptAssertDef
-
- ALLOW_MULTIPLE_CASCADED_VALIDATION_ON_RESULT - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- ALLOW_PARALLEL_METHODS_DEFINE_PARAMETER_CONSTRAINTS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- ALLOW_PARAMETER_CONSTRAINT_OVERRIDE - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
Define whether more than one constraint on a return value may be marked for cascading validation are allowed.
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- allowMultipleCascadedValidationOnReturnValues(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException
.
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException
.
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
Define whether overriding methods that override constraints should throw a ConstraintDefinitionException
.
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- allowOverridingMethodAlterParameterConstraint(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException
.
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException
.
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
Define whether parallel methods that define constraints should throw a ConstraintDefinitionException
.
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- allowParallelMethodsDefineParameterConstraints(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- andMakeAccessible(Class<?>, String) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
-
Before using this method, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager.
- andMakeAccessible(Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
-
Before using this method, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager.
- andMakeAccessible(MethodHandles.Lookup, Class<?>, String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
-
Before using this method on arbitrary classes, you need to check the HibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager, if the calling class exposes the handle to clients.
- AnnotatedObject - Class in org.hibernate.validator.internal.engine.valueextraction
-
A pseudo type variable used to express that the annotated element itself (e.g.
- annotatedObject(Type, boolean, Map<TypeVariable<?>, CascadingMetaDataBuilder>, Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- annotationApiHelper - Variable in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- AnnotationApiHelper - Class in org.hibernate.validator.ap.internal.util
-
A helper class providing some useful methods to work with types
from the JSR-269-API.
- AnnotationApiHelper(Elements, Types) - Constructor for class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
- AnnotationApiHelper.UnwrapMode - Enum in org.hibernate.validator.ap.internal.util
-
- AnnotationDef<C extends AnnotationDef<C,A>,A extends Annotation> - Class in org.hibernate.validator.cfg
-
Base class for all annotation definition types.
- AnnotationDef(Class<A>) - Constructor for class org.hibernate.validator.cfg.AnnotationDef
-
- AnnotationDef(AnnotationDef<?, A>) - Constructor for class org.hibernate.validator.cfg.AnnotationDef
-
- AnnotationDefaultMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the default annotation message parameter is valid and gives a warning otherwise.
- AnnotationDefaultMessageCheck(AnnotationApiHelper, Elements) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
-
- AnnotationDescriptor<A extends Annotation> - Class in org.hibernate.validator.internal.util.annotation
-
Encapsulates the data you need to create an annotation.
- AnnotationDescriptor(A) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- AnnotationDescriptor(AnnotationDescriptor<A>) - Constructor for class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- AnnotationDescriptor.Builder<S extends Annotation> - Class in org.hibernate.validator.internal.util.annotation
-
- AnnotationFactory - Class in org.hibernate.validator.internal.util.annotation
-
Creates live annotations (actually AnnotationProxy
instances) from AnnotationDescriptor
s.
- AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<C>> - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
- AnnotationMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
A base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.
- AnnotationMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
-
- AnnotationMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
-
MetaDataProvider
which reads the metadata from annotations which is the default configuration source.
- AnnotationMetaDataProvider(ConstraintCreationContext, JavaBeanHelper, AnnotationProcessingOptions) - Constructor for class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
- AnnotationParametersAbstractCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that parameters used on annotation are valid.
- AnnotationParametersAbstractCheck(AnnotationApiHelper, String...) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- AnnotationParametersDecimalMinMaxCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the parameters used on javax.validation.constraints.DecimalMin
and
javax.validation.constraints.DecimalMax
annotations are valid.
- AnnotationParametersDecimalMinMaxCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
-
- AnnotationParametersDigitsCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the parameters used on javax.validation.constraints.Digits
annotations are valid.
- AnnotationParametersDigitsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDigitsCheck
-
- AnnotationParametersGroupsCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the groups parameter of any constraint annotation contains only interfaces.
- AnnotationParametersGroupsCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
-
- AnnotationParametersPatternCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the parameters used on javax.validation.constraints.Pattern
annotations are valid.
- AnnotationParametersPatternCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersPatternCheck
-
- AnnotationParametersScriptAssertCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the parameters used on org.hibernate.validator.constraints.ScriptAssert
annotations are valid.
- AnnotationParametersScriptAssertCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersScriptAssertCheck
-
- AnnotationParametersSizeLengthCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the parameters used on javax.validation.constraints.Size
and
org.hibernate.validator.constraints.Length
annotations are valid.
- AnnotationParametersSizeLengthCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersSizeLengthCheck
-
- AnnotationPayloadUnwrappingCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that payload only contains one value for unwrapping - either Unwrapping.Unwrap
or Unwrapping.Skip
- AnnotationPayloadUnwrappingCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
-
- AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>> - Interface in org.hibernate.validator.cfg.context
-
- AnnotationProcessingOptions - Interface in org.hibernate.validator.internal.metadata.core
-
An AnnotationProcessingOptions
instance keeps track of annotations which should be ignored as configuration source.
- AnnotationProcessingOptionsImpl - Class in org.hibernate.validator.internal.metadata.core
-
An AnnotationProcessingOptions
instance keeps track of annotations which should be ignored as configuration source.
- AnnotationProcessingOptionsImpl() - Constructor for class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- AnnotationProcessingOptionsImpl.ExecutableParameterKey - Class in org.hibernate.validator.internal.metadata.core
-
- AnnotationTypeCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks, that only constraint annotation types are annotated with other
constraint annotations ("constraint composition"), but not non-constraint
annotations.
- AnnotationTypeCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.AnnotationTypeCheck
-
- AnnotationTypeMemberCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks, that each constraint annotation type declares the members message(), groups() and payload() as
defined by the BV spec.
- AnnotationTypeMemberCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.AnnotationTypeMemberCheck
-
- annotationTypeMustBeAnnotatedWithConstraint() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- annotationTypeMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- AnnotationUserMessageCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.
- AnnotationUserMessageCheck(AnnotationApiHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
-
- append(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
-
- appendNode(Cascadable) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- appendNode(ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
-
- appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- appendTo(PathImpl) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- appendTo(PathImpl) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Appends this cascadable element to the given path.
- appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- appendTo(ExecutableParameterNameProvider, PathImpl) - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Appends a node representing this location to the given property path.
- appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- appendTo(ExecutableParameterNameProvider, PathImpl) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- appendToToken(char) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- appendTypeParameterNode(String) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- appliesTo(MetaConstraint<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
Applies this rule.
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
-
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
-
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
-
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine
-
- apply(ConstrainedExecutable, ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
-
- areClassLevelConstraintsIgnoredFor(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- areClassLevelConstraintsIgnoredFor(Class<?>) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- areCrossParameterConstraintsIgnoredFor(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- areCrossParameterConstraintsIgnoredFor(Constrainable) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- areMemberConstraintsIgnoredFor(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- areMemberConstraintsIgnoredFor(Constrainable) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- areParameterConstraintsIgnoredFor(Constrainable, int) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- areParameterConstraintsIgnoredFor(Constrainable, int) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- areReturnValueConstraintsIgnoredFor(Constrainable) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- areReturnValueConstraintsIgnoredFor(Constrainable) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ArrayElement - Class in org.hibernate.validator.internal.engine.valueextraction
-
A pseudo type variable which is used to represent constraints applied to the elements of an array.
- ArrayElement(AnnotatedArrayType) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- ArrayElement(Type) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- ArrayOfClassesObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display array of class names in log messages.
- ArrayOfClassesObjectFormatter(Class<?>[]) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ArrayOfClassesObjectFormatter
-
- as(Class<T>) - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- as(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- as(Class<T>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- as(Class<T>) - Method in interface org.hibernate.validator.internal.properties.Constrainable
-
- asContainerElementTypeDescriptors(Set<MetaConstraint<?>>, CascadingMetaData, boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData
-
- asDescriptor(boolean, List<Class<?>>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Returns this meta data object's corresponding representation in the
descriptor model.
- asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- asDescriptor(boolean, List<Class<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- asDescriptors(Set<MetaConstraint<?>>) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- asDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
-
- ASSERT_FALSE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- ASSERT_TRUE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
- assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
- assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultGroupValidationOrder
-
- assertDefaultGroupSequenceIsExpandable(List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
-
- AssertFalseDef - Class in org.hibernate.validator.cfg.defs
-
- AssertFalseDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertFalseDef
-
- AssertFalseValidator - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validates that the value passed is false
- AssertFalseValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.AssertFalseValidator
-
- assertNotEmpty(String, String) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- assertNotEmpty(Collection<?>, String) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- assertNotEmpty(Collection<?>, String, Object...) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- assertNotNull(Object) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- assertNotNull(Object, String) - Static method in class org.hibernate.validator.internal.util.Contracts
-
Asserts that the given object is not null
.
- assertTrue(boolean, String) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- assertTrue(boolean, String, Object...) - Static method in class org.hibernate.validator.internal.util.Contracts
-
- AssertTrueDef - Class in org.hibernate.validator.cfg.defs
-
- AssertTrueDef() - Constructor for class org.hibernate.validator.cfg.defs.AssertTrueDef
-
- AssertTrueValidator - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validates that the value passed is true
- AssertTrueValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.AssertTrueValidator
-
- assertValueNotNull(Object, String) - Static method in class org.hibernate.validator.internal.util.Contracts
-
Asserts that the given object is not null
.
- asSet(T...) - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- asSet(T...) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- asString() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- asString() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- asTreeSet(T...) - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- AttributeDef(String, String, String...) - Constructor for class org.hibernate.validator.cfg.defs.SafeHtmlDef.AttributeDef
-
Deprecated.
- attributes(String, String...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef.TagDef
-
Deprecated.
- attributes(SafeHtmlDef.AttributeDef, SafeHtmlDef.AttributeDef...) - Method in class org.hibernate.validator.cfg.defs.SafeHtmlDef.TagDef
-
Deprecated.
- 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.
- calculateLuhnMod10Check(List<Integer>) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Calculate Luhn Modulo 10 checksum (Luhn algorithm implementation)
- calculateMod10Check(List<Integer>, int, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Calculate Generic Modulo 10 checksum
- calculateMod11Check(List<Integer>, int) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Calculate Modulo 11 checksum
- calculateMod11Check(List<Integer>) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Calculate Modulo 11 checksum assuming that the threshold is Integer.MAX_VALUE
- calculateModXCheckWithWeights(List<Integer>, int, int, int...) - Static method in class org.hibernate.validator.internal.util.ModUtil
-
Calculate Modulo moduloParam
checksum with given weights.
- Callable - Interface in org.hibernate.validator.internal.properties
-
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
-
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
-
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
Verify that this check class can process such annotation.
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
-
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
-
- canCheckThisAnnotation(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
-
- 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.
- Cascadable.Builder - Interface in org.hibernate.validator.internal.metadata.facets
-
- CascadingMetaData - Interface in org.hibernate.validator.internal.metadata.aggregated
-
An aggregated view of the cascading validation metadata.
- CascadingMetaDataBuilder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- CascadingMetaDataBuilder(Type, TypeVariable<?>, boolean, Map<TypeVariable<?>, CascadingMetaDataBuilder>, Map<Class<?>, Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- cascadingMetaDataBuilder - Variable in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AnnotationTypeCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AnnotationTypeMemberCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.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.internal.checks.ConstraintValidatorCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.CrossParameterConstraintCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.MixDirectAndListAnnotationCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.RetentionPolicyCheck
-
- checkAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TargetCheck
-
- checkConstraint(DeclaredType, TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
Checks whether the given annotation type (which must be a
constraint annotation type) may be specified at elements of the specified
type.
- checkCrossParameterTypes(DeclaredType) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
Check that a constraint has at most one cross-parameter validator that resolves to Object or Object[].
- checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
-
- checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
-
- checkDigitIndex(int) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given field.
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.StaticCheck
-
- checkField(VariableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
-
- checkMessage(String) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationMessageCheck
-
Verifies that message passed as parameter is valid (passes a regexp check).
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.checks.ConstraintCheck
-
Checks, whether the given annotation is allowed at the given method.
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.GetterCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.MethodAnnotationCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.StaticCheck
-
- checkMethod(ExecutableElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
-
- checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractClassCheck
-
- checkMethod(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
- checkMethod(ExecutableElement) - Method in interface org.hibernate.validator.ap.internal.classchecks.ClassCheck
-
Checks whether the given method is written correctly.
- checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
Performs the check of a method.
- checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
-
- checkMethodInternal(ExecutableElement, MethodInheritanceTree) - Method in class org.hibernate.validator.ap.internal.classchecks.ReturnValueMethodOverrideCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in interface org.hibernate.validator.ap.internal.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.internal.checks.GroupSequenceProviderCheck
-
- checkNonAnnotationType(TypeElement, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.TypeCheck
-
- classCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- ClassCheck - Interface in org.hibernate.validator.ap.internal.classchecks
-
Implementations represent checks that determine whether a given class
is implemented correctly.
- ClassCheckFactory - Class in org.hibernate.validator.ap.internal.classchecks
-
A factory class that provides a collection of
ClassCheck
s based on the type of the element we need to check.
- ClassCheckFactory(Types, Elements, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
-
- ClassDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a validated type class-level constraints.
- ClassDescriptorImpl(Type, Set<ConstraintDescriptorImpl<?>>, boolean, List<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ClassDescriptorImpl
-
- 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.
- classIsNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- ClassMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
Represents the constraint related meta data for a type i.e.
- ClassMetaData.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- ClassObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display class names in log messages.
- ClassObjectFormatter(Class<?>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ClassObjectFormatter
-
- ClassVisitor - Class in org.hibernate.validator.ap.internal
-
An
ElementVisitor
that visits methods of classes and interfaces and applies
different checks to them.
- ClassVisitor(ProcessingEnvironment, MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.ClassVisitor
-
- clear() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
-
- clear() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
-
- clear() - Method in class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
-
- clear() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
- clear() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
- clear() - Method in interface org.hibernate.validator.internal.metadata.BeanMetaDataManager
-
- clear() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
-
- clear() - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- clear() - Method in class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
-
- 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.spi.scripting.AbstractCachingScriptEvaluatorFactory
-
- clear() - Method in interface org.hibernate.validator.spi.scripting.ScriptEvaluatorFactory
-
Clear the state of the factory.
- clockProvider(ClockProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- clockProvider(ClockProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- close() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- close() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- close() - Method in class org.hibernate.validator.internal.xml.CloseIgnoringInputStream
-
- CloseIgnoringInputStream - Class in org.hibernate.validator.internal.xml
-
HV-1025 - On some JVMs (eg the IBM JVM) the JAXB implementation closes the underlying input stream.
- CloseIgnoringInputStream(InputStream) - Constructor for class org.hibernate.validator.internal.xml.CloseIgnoringInputStream
-
- CNPJ - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CNPJ (Cadastro de Pessoa JurÃdica - Brazilian corporate tax payer registry number).
- CNPJ.List - Annotation Type in org.hibernate.validator.constraints.br
-
Defines several @CNPJ
annotations on the same element.
- CNPJDef - Class in org.hibernate.validator.cfg.defs.br
-
- CNPJDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CNPJDef
-
- CNPJValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.br
-
- CNPJValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
-
- CODE_POINT_LENGTH - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- CodePointLength - Annotation Type in org.hibernate.validator.constraints
-
Validate that the code point length of a character sequence is between min and max included.
- CodePointLength.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @CodePointLength
annotations on the same element.
- CodePointLength.NormalizationStrategy - Enum in org.hibernate.validator.constraints
-
Strategy for normalization.
- CodePointLengthDef - Class in org.hibernate.validator.cfg.defs
-
- CodePointLengthDef() - Constructor for class org.hibernate.validator.cfg.defs.CodePointLengthDef
-
- CodePointLengthValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Check that the code point length of a character sequence is between min and max.
- CodePointLengthValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.CodePointLengthValidator
-
- CollectionHelper - Class in org.hibernate.validator.ap.internal.util
-
Provides some methods for simplified collection instantiation.
- CollectionHelper - Class in org.hibernate.validator.internal.util
-
Provides some methods for simplified collection instantiation.
- CollectionOfClassesObjectFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display collection of class names in log messages.
- CollectionOfClassesObjectFormatter(Collection<? extends Class<?>>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter
-
- CollectionOfObjectsToStringFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display collections of objects using toString() in log messages.
- CollectionOfObjectsToStringFormatter(Collection<?>) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.CollectionOfObjectsToStringFormatter
-
- compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
-
- compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
-
- compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
-
- compare(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
-
- compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigDecimal
-
- compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigInteger
-
- compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForByte
-
- compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForCharSequence
-
- compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
-
- compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForFloat
-
- compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForInteger
-
- compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
-
- compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForNumber
-
- compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForShort
-
- compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigDecimal
-
- compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigInteger
-
- compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForByte
-
- compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForCharSequence
-
- compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForDouble
-
- compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForFloat
-
- compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForInteger
-
- compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
-
- compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForNumber
-
- compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForShort
-
- compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
-
- compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigInteger
-
- compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForByte
-
- compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForCharSequence
-
- compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForDouble
-
- compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForFloat
-
- compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForInteger
-
- compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForLong
-
- compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForNumber
-
- compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForShort
-
- compare(BigDecimal) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigDecimal
-
- compare(BigInteger) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigInteger
-
- compare(Byte) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForByte
-
- compare(CharSequence) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForCharSequence
-
- compare(Double) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForDouble
-
- compare(Float) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForFloat
-
- compare(Integer) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForInteger
-
- compare(Long) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForLong
-
- compare(Number) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForNumber
-
- compare(Short) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForShort
-
- 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.internal.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.internal.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.
- 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.
- Constrainable - Interface in org.hibernate.validator.internal.properties
-
An element on which it is possible to define constraints (e.g.
- ConstrainableExecutable - Interface in org.hibernate.validator.spi.properties
-
Descriptor for a method of a Java class.
- 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 its parameters or return value.
- ConstrainedExecutable(ConfigurationSource, Callable, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Creates a new executable meta data object for a parameter-less executable.
- ConstrainedExecutable(ConfigurationSource, Callable, List<ConstrainedParameter>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Creates a new executable meta data object.
- ConstrainedField - Class in org.hibernate.validator.internal.metadata.raw
-
Represents a field of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance its constraints.
- ConstrainedField(ConfigurationSource, Field, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedField
-
Creates a new field meta data object.
- ConstrainedParameter - Class in org.hibernate.validator.internal.metadata.raw
-
Contains constraint-related meta-data for one method parameter.
- ConstrainedParameter(ConfigurationSource, Callable, Type, int) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
- ConstrainedParameter(ConfigurationSource, Callable, Type, int, Set<MetaConstraint<?>>, Set<MetaConstraint<?>>, CascadingMetaDataBuilder) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
Creates a new parameter meta data object.
- ConstrainedType - Class in org.hibernate.validator.internal.metadata.raw
-
Represents a Java type and all its associated meta-data relevant in the
context of bean validation, for instance its constraints.
- ConstrainedType(ConfigurationSource, Class<?>, Set<MetaConstraint<?>>) - Constructor for class org.hibernate.validator.internal.metadata.raw.ConstrainedType
-
Creates a new type meta data object.
- CONSTRAINT - Static variable in class org.hibernate.validator.ap.internal.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.ContainerElementConstraintMappingContextImpl
-
- constraint(ConstraintDef<?, ?>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- CONSTRAINT_MAPPING_CONTRIBUTOR - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- CONSTRAINT_MAPPING_CONTRIBUTORS - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property for configuring constraint mapping contributors, allowing to set up one or more constraint mappings for
the default validator factory.
- CONSTRAINT_TARGET - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- CONSTRAINT_VALIDATOR - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- ConstraintAnnotationDescriptor<A extends Annotation> - Class in org.hibernate.validator.internal.util.annotation
-
- ConstraintAnnotationDescriptor(A) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
-
- ConstraintAnnotationDescriptor(AnnotationDescriptor<A>) - Constructor for class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
-
- ConstraintAnnotationDescriptor.Builder<S extends Annotation> - Class in org.hibernate.validator.internal.util.annotation
-
- ConstraintAnnotationVisitor - Class in org.hibernate.validator.ap.internal
-
- ConstraintAnnotationVisitor(ProcessingEnvironment, MessagerAdapter, Configuration) - Constructor for class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
- ConstraintCheck - Interface in org.hibernate.validator.ap.internal.checks
-
Implementations represent checks, which determine whether a given constraint
annotation is allowed at a given element.
- ConstraintCheckFactory - Class in org.hibernate.validator.ap.internal.checks
-
A factory in charge of determining the
ConstraintCheck
s required for
the validation of annotations at given elements.
- ConstraintCheckFactory(Types, Elements, ConstraintHelper, AnnotationApiHelper, boolean) - Constructor for class org.hibernate.validator.ap.internal.checks.ConstraintCheckFactory
-
- ConstraintCheckIssue - Class in org.hibernate.validator.ap.internal.checks
-
- ConstraintCheckIssue(Element, AnnotationMirror, ConstraintCheckIssue.IssueKind, String, Object...) - Constructor for class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
Creates a new ConstraintCheckIssue.
- ConstraintCheckIssue.IssueKind - Enum in org.hibernate.validator.ap.internal.checks
-
- ConstraintChecks - Interface in org.hibernate.validator.ap.internal.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.
- ConstraintCreationContext - Class in org.hibernate.validator.internal.engine
-
- ConstraintCreationContext(ConstraintHelper, ConstraintValidatorManager, TypeResolutionHelper, ValueExtractorManager) - Constructor for class org.hibernate.validator.internal.engine.ConstraintCreationContext
-
- constraintCreationContext - Variable in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- 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(Class<A>) - Method in interface org.hibernate.validator.cfg.ConstraintMapping
-
- constraintDefinition(Class<A>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
-
Selects the constraint (i.e.
- constraintDefinition(Class<A>) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
- ConstraintDefinitionContext<A extends Annotation> - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a constraint (i.e.
- ConstraintDefinitionContext.ConstraintValidatorDefinitionContext<A extends Annotation,T> - Interface in org.hibernate.validator.cfg.context
-
Allows to specify a validation implementation for the given constraint and data type using a Lambda expression or
method reference.
- ConstraintDefinitionContext.ValidationCallable<T> - Interface in org.hibernate.validator.cfg.context
-
Callable implementing a validation routine.
- ConstraintDefinitionContribution<A extends Annotation> - Class in org.hibernate.validator.internal.engine.constraintdefinition
-
Type-safe wrapper class for a constraint annotation and its potential list of constraint validators.
- ConstraintDefinitionContribution(Class<A>, List<ConstraintValidatorDescriptor<A>>, boolean) - Constructor for class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
-
- ConstraintDefinitionTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint definition creational context which allows to select the constraint (annotation type) to
which the next operations shall apply.
- ConstraintDescriptorImpl<T extends Annotation> - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a single constraint (including its composing constraints).
- ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind, Class<?>, ConstraintOrigin, ConstraintDescriptorImpl.ConstraintType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl(ConstraintHelper, Constrainable, ConstraintAnnotationDescriptor<T>, ConstraintLocation.ConstraintLocationKind, ConstraintDescriptorImpl.ConstraintType) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- ConstraintDescriptorImpl.ConstraintType - Enum in org.hibernate.validator.internal.metadata.descriptor
-
The type of a constraint.
- constraintHelper - Variable in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
- ConstraintHelper - Class in org.hibernate.validator.ap.internal.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.internal.util.ConstraintHelper
-
- 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.AnnotationProcessorConstraintTarget - Enum in org.hibernate.validator.ap.internal.util
-
The validation target of a constraint annotation.
- ConstraintHelper.AnnotationProcessorValidationTarget - Enum in org.hibernate.validator.ap.internal.util
-
Defines the object on which a validation is targeted.
- ConstraintHelper.AnnotationType - Enum in org.hibernate.validator.ap.internal.util
-
The type of an annotation with respect to the BV API.
- ConstraintHelper.ConstraintCheckResult - Enum in org.hibernate.validator.ap.internal.util
-
- ConstraintLocation - Interface in org.hibernate.validator.internal.metadata.location
-
Represents the location (e.g.
- ConstraintLocation.ConstraintLocationKind - Enum in org.hibernate.validator.internal.metadata.location
-
- ConstraintMapping - Interface in org.hibernate.validator.cfg
-
Represents a constraint mapping configured via the programmatic API.
- ConstraintMappingContributor - Interface in org.hibernate.validator.spi.cfg
-
- ConstraintMappingContributor.ConstraintMappingBuilder - Interface in org.hibernate.validator.spi.cfg
-
A builder for adding constraint mappings.
- ConstraintMappingTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to start a new constraint mapping or definition.
- 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.
- constraintOnConstructorOfNonStaticInnerClass() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- 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(ConstraintValidatorManager, ConstraintDescriptorImpl<A>, Type) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- CONSTRAINTVALIDATION - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- ConstraintValidationProcessor - Class in org.hibernate.validator.ap
-
- ConstraintValidationProcessor() - Constructor for class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- ConstraintValidatorCheck - Class in org.hibernate.validator.ap.internal.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.internal.checks.ConstraintValidatorCheck
-
- ConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorContextImpl(ClockProvider, PathImpl, ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorContextImpl.NodeBuilder - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorDescriptor<A extends Annotation> - Interface in org.hibernate.validator.internal.engine.constraintvalidation
-
Represents a specific validator (either based on an implementation of
ConstraintValidator
or given as a
Lambda expression/method reference.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- 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 - Interface in org.hibernate.validator.internal.engine.constraintvalidation
-
Manager in charge of providing and caching initialized ConstraintValidator
instances.
- ConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- ConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
-
Creates a new ConstraintValidatorManager
.
- constraintValidatorPayload(Object) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Allows to set a payload which will be passed to the constraint validators.
- constraintValidatorPayload(Object) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
Define a payload passed to the constraint validators.
- constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- constraintValidatorPayload(Object) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- ConstraintViolationBuilderImpl(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl
-
- ConstraintViolationCreationContext - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
Container class for the information needed to create a constraint violation.
- ConstraintViolationCreationContext(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- ConstraintViolationCreationContext(String, PathImpl, Map<String, Object>, Map<String, Object>, Object) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- ConstraintViolationImpl<T> - Class in org.hibernate.validator.internal.engine
-
- constructor(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.ConstructorTarget
-
Selects a constructor to which the next operations shall apply.
- constructor(Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- constructor(Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- ConstructorConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a constructor.
- ConstructorInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Execute instance creation as privileged action.
- ConstructorTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select the bean
constructor to which the next operations shall apply.
- ContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
An aggregated view of the cascading validation metadata for containers.
- ContainerElementConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a type argument of a property, parameter or method return value
with a generic (return) type.
- ContainerElementConstraintMappingContextImpl - Class in org.hibernate.validator.internal.cfg.context
-
- ContainerElementNode - Interface in org.hibernate.validator.path
-
Node representing a container element, providing Hibernate Validator specific functionality.
- ContainerElementTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select a type argument or the component type of the
(return) type of the current property, parameter or method as target for the next operations.
- containerElementType() - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
-
Selects the single type argument of the current element's generic type as the target for the next operations.
- containerElementType(int, int...) - Method in interface org.hibernate.validator.cfg.context.ContainerElementTarget
-
Selects the single type argument of the current element's generic type as the target for the next operations.
- containerElementType() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- containerElementType(int, int...) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- ContainerElementTypeDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
- ContainerElementTypeDescriptorImpl(Type, Class<?>, Integer, Set<ConstraintDescriptorImpl<?>>, Set<ContainerElementTypeDescriptor>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- ContainerElementTypePath - Class in org.hibernate.validator.internal.xml.mapping
-
The path to a container element type.
- 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.
- 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.
- Contracts - Class in org.hibernate.validator.internal.util
-
- CONTRIBUTOR_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
Default name of the message bundle defined by a constraint definition contributor.
- convertGroup(Class<?>) - Method in interface org.hibernate.validator.cfg.context.Cascadable
-
Adds a group conversion for this cascadable element.
- convertGroup(Class<?>) - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- 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.NonContainerCascadingMetaData
-
- convertGroup(Class<?>) - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- CPF - Annotation Type in org.hibernate.validator.constraints.br
-
Validates a CPF (Cadastro de Pessoa FÃsica - Brazilian individual taxpayer registry number).
- CPF.List - Annotation Type in org.hibernate.validator.constraints.br
-
Defines several @CPF
annotations on the same element.
- CPFDef - Class in org.hibernate.validator.cfg.defs.br
-
- CPFDef() - Constructor for class org.hibernate.validator.cfg.defs.br.CPFDef
-
- CPFValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.br
-
- CPFValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
-
- create(CreationalContext<Validator>) - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- create(CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- create(T, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
-
- create(Field, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable.Builder
-
- create(Getter, CascadingMetaData) - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable.Builder
-
- create(TypeResolutionHelper, ValueExtractorManager, ConstraintValidatorManager, ConstraintDescriptorImpl<A>, ConstraintLocation) - Static method in class org.hibernate.validator.internal.metadata.core.MetaConstraints
-
- create(AnnotationDescriptor<T>) - Static method in class org.hibernate.validator.internal.util.annotation.AnnotationFactory
-
- createAccessor() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- createAccessor() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- createAccessor() - Method in interface org.hibernate.validator.internal.properties.Property
-
- createAndInitializeValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
-
- createBeanNode(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createConstraintMapping() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
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.AbstractConfigurationImpl
-
- createConstraintMappings(ConstraintMappingContributor.ConstraintMappingBuilder) - Method in class org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintMappingContributor
-
- createConstraintMappings(ConstraintMappingContributor.ConstraintMappingBuilder) - Method in interface org.hibernate.validator.spi.cfg.ConstraintMappingContributor
-
Callback invoked during validator factory creation.
- createConstraintValidatorContextFor(ConstraintDescriptorImpl<?>, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
-
- createConstraintValidatorContextFor(ConstraintDescriptorImpl<?>, PathImpl) - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- createConstraintViolation(String, String, Path, ConstraintDescriptor<?>, ValueContext<?, ?>, ConstraintViolationCreationContext) - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
-
- createConstraintViolation(String, String, Path, ConstraintDescriptor<?>, ValueContext<?, ?>, ConstraintViolationCreationContext) - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
-
- createConstructorNode(String, NodeImpl, Class<?>[]) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createContainerElementNode(String, NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createCopy(PathImpl) - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createCopyWithoutLeafNode(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
-
- createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- createGenericConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
-
- createMethodNode(String, NodeImpl, Class<?>[]) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createNewScriptEvaluator(String) - Method in class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
-
- createNewScriptEvaluator(String) - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
-
Creates a new script evaluator for the given language.
- createParameterNode(String, NodeImpl, int) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- 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.
- createPropertyNode(String, NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createReturnValue(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- createRootPath() - Static method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.HibernateValidator
-
- createSpecializedConfiguration(BootstrapState) - Method in class org.hibernate.validator.PredefinedScopeHibernateValidator
-
- createXmlEventReader(String, InputStream) - Method in class org.hibernate.validator.internal.xml.XmlParserHelper
-
- 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
-
- CROSS_PARAMETER_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- crossParameter() - Method in interface org.hibernate.validator.cfg.context.CrossParameterTarget
-
Selects the cross-parameter element of a method or constructor as target for the next constraint declaration
operations.
- CrossParameterConstraintCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks that a cross-parameter constraint is defined correctly with reference to the specifications.
- CrossParameterConstraintCheck(AnnotationApiHelper, ConstraintHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.CrossParameterConstraintCheck
-
- CrossParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to
navigate to other constraint targets.
- CrossParameterConstraintValidatorContextImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- CrossParameterConstraintValidatorContextImpl(List<String>, ClockProvider, PathImpl, ConstraintDescriptor<?>, Object) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
-
- 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
-
- CrossParameterTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select the cross-parameter element of a method
or constructor as target of the next operations.
- CURRENCY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- Currency - Annotation Type in org.hibernate.validator.constraints
-
The MonetaryAmount
has to be in the right CurrencyUnit
.
- Currency.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @Currency
annotations on the same element.
- CurrencyDef - Class in org.hibernate.validator.cfg.defs
-
- CurrencyDef() - Constructor for class org.hibernate.validator.cfg.defs.CurrencyDef
-
- CurrencyValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the validated MonetaryAmount
is in the right CurrencyUnit
.
- CurrencyValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
-
- days(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- days(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
-
- decapitalize(String) - Static method in class org.hibernate.validator.ap.internal.util.StringHelper
-
Returns the given string, with its first letter changed to lower-case unless the string starts with more than
one upper-case letter, in which case the string will be returned unaltered.
- decapitalize(String) - Static method in class org.hibernate.validator.internal.util.StringHelper
-
Returns the given string, with its first letter changed to lower-case unless the string starts with more than
one upper-case letter, in which case the string will be returned unaltered.
- DECIMAL_MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- DECIMAL_MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- DecimalMaxDef - Class in org.hibernate.validator.cfg.defs
-
- DecimalMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMaxDef
-
- DecimalMaxValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigDecimal
-
- DecimalMaxValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForBigInteger
-
- DecimalMaxValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForByte
-
- DecimalMaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the character sequence (e.g.
- DecimalMaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForCharSequence
-
- DecimalMaxValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForDouble
-
- DecimalMaxValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForFloat
-
- DecimalMaxValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForInteger
-
- DecimalMaxValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForLong
-
- DecimalMaxValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the monetary amount being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
-
- DecimalMaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForNumber
-
- DecimalMaxValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMaxValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMaxValidatorForShort
-
- DecimalMinDef - Class in org.hibernate.validator.cfg.defs
-
- DecimalMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DecimalMinDef
-
- DecimalMinValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigDecimal
-
- DecimalMinValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForBigInteger
-
- DecimalMinValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForByte
-
- DecimalMinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the character sequence (e.g.
- DecimalMinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForCharSequence
-
- DecimalMinValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForDouble
-
- DecimalMinValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForFloat
-
- DecimalMinValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForInteger
-
- DecimalMinValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForLong
-
- DecimalMinValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated is less than or equal to the maximum
value specified.
- DecimalMinValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
-
- DecimalMinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForNumber
-
- DecimalMinValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- DecimalMinValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.DecimalMinValidatorForShort
-
- DEFAULT - Static variable in class org.hibernate.validator.internal.engine.groups.Sequence
-
An "anonymous" sequence with just a single contained element, Default.class
.
- DEFAULT_DIAGNOSTIC_KIND - Static variable in class org.hibernate.validator.ap.internal.util.Configuration
-
The diagnostic kind to be used if no or an invalid kind is given as processor option.
- DEFAULT_GROUP - Static variable in class org.hibernate.validator.internal.engine.groups.Group
-
- DEFAULT_GROUP - Static variable in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
- DEFAULT_GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- DEFAULT_SEQUENCE - Static variable in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
A
ValidationOrder
which contains a single sequence which
in turn contains a single group,
Default
.
- DEFAULT_VALIDATION_MESSAGES - Static variable in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
The name of the default message bundle.
- DefaultBeanMetaDataClassNormalizer - Class in org.hibernate.validator.internal.metadata
-
- DefaultBeanMetaDataClassNormalizer() - Constructor for class org.hibernate.validator.internal.metadata.DefaultBeanMetaDataClassNormalizer
-
- DefaultClockProvider - Class in org.hibernate.validator.internal.engine
-
- DefaultConstraintMapping - Class in org.hibernate.validator.internal.cfg.context
-
- DefaultConstraintMapping(JavaBeanHelper) - Constructor for class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
- DefaultGetterPropertySelectionStrategy - Class in org.hibernate.validator.internal.properties
-
- DefaultGetterPropertySelectionStrategy() - Constructor for class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
-
- defaultGroupSequence(Class<?>...) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
-
Defines the default group sequence for current type.
- defaultGroupSequence(Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- DefaultGroupSequenceProvider<T> - Interface in org.hibernate.validator.spi.group
-
This class defines the dynamic group sequence provider contract.
- defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>>) - Method in interface org.hibernate.validator.cfg.context.TypeConstraintMappingContext
-
Defines the default group sequence provider for the current type.
- defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>>) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- defaultLocale(Locale) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Allows setting the default locale used to interpolate the constraint violation messages.
- defaultLocale(Locale) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- DefaultLocaleResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation
-
- DefaultLocaleResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolver
-
- DefaultLocaleResolverContext - Class in org.hibernate.validator.internal.engine.messageinterpolation
-
- DefaultLocaleResolverContext(Set<Locale>, Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
-
- DefaultParameterNameProvider - Class in org.hibernate.validator.internal.engine
-
A default
ParameterNameProvider
implementation which returns parameter names obtained from the Java
reflection API as mandated by the BV specification.
- DefaultParameterNameProvider() - Constructor for class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
- DefaultPropertyNodeNameProvider - Class in org.hibernate.validator.internal.engine
-
- DefaultPropertyNodeNameProvider() - Constructor for class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
-
- DefaultScriptEvaluatorFactory - Class in org.hibernate.validator.internal.engine.scripting
-
- DefaultScriptEvaluatorFactory(ClassLoader) - Constructor for class org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
-
- DefaultValidationOrder - Class in org.hibernate.validator.internal.engine.groups
-
An instance of ValidationOrder
defines the group order during one validation call.
- DefaultValidationOrder() - Constructor for class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- DelegatingResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
Abstract base for all
ResourceBundleLocator
implementations, that
wish to delegate to some other locator.
- DelegatingResourceBundleLocator(ResourceBundleLocator) - Constructor for class org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
-
- descriptor - Variable in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
The constraint descriptor for the constraint represented by this constraint tree.
- destroy() - Method in class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
-
- destroy(Validator, CreationalContext<Validator>) - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- destroy(ValidatorFactory, CreationalContext<ValidatorFactory>) - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- DestructibleBeanInstance<T> - Class in org.hibernate.validator.cdi.internal
-
- DestructibleBeanInstance(BeanManager, Class<T>) - Constructor for class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
-
- DestructibleBeanInstance(BeanManager, T) - Constructor for class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
-
- determineUnwrapMode(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Checks the annotation's payload for unwrapping option (javax.validation.valueextraction.Unwrapping.Unwrap
,
javax.validation.valueextraction.Unwrapping.Skip
) of constraint.
- DIAGNOSTIC_KIND_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.internal.util.Configuration
-
The name of the processor option for setting the diagnostic kind to be
used when reporting errors during annotation processing.
- DIGITS - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- DigitsDef - Class in org.hibernate.validator.cfg.defs
-
- DigitsDef() - Constructor for class org.hibernate.validator.cfg.defs.DigitsDef
-
- DigitsValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validates that the character sequence (e.g.
- DigitsValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
-
- DigitsValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Validates that the number part of the MonetaryAmount
being validated matches the pattern
defined in the constraint.
- DigitsValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.DigitsValidatorForMonetaryAmount
-
- DigitsValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validates that the Number
being validated matches the pattern
defined in the constraint.
- DigitsValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
-
- disableDefaultConstraintViolation() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationDefaultMessageCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
-
Method which actually performs the validation of the annotation parameters.
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDecimalMinMaxCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersDigitsCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersGroupsCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersPatternCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersScriptAssertCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersSizeLengthCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationPayloadUnwrappingCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationUserMessageCheck
-
- doCheck(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.annotationparameters.GroupSequenceCheck
-
- DomainNameUtil - Class in org.hibernate.validator.internal.util
-
- DURATION_MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- DURATION_MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- DurationFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display durations in log messages.
- DurationFormatter(Duration) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.DurationFormatter
-
- DurationMax - Annotation Type in org.hibernate.validator.constraints.time
-
- DurationMax.List - Annotation Type in org.hibernate.validator.constraints.time
-
Defines several @DurationMax
annotations on the same element.
- DurationMaxDef - Class in org.hibernate.validator.cfg.defs
-
- DurationMaxDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- DurationMaxValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.time
-
Checks that a validated
Duration
length is shorter than or equal to the
one specified with the annotation.
- DurationMaxValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
-
- DurationMin - Annotation Type in org.hibernate.validator.constraints.time
-
- DurationMin.List - Annotation Type in org.hibernate.validator.constraints.time
-
Defines several @DurationMin
annotations on the same element.
- DurationMinDef - Class in org.hibernate.validator.cfg.defs
-
- DurationMinDef() - Constructor for class org.hibernate.validator.cfg.defs.DurationMinDef
-
- DurationMinValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.time
-
Checks that a validated
Duration
length is longer than or equal to the
one specified with the annotation.
- DurationMinValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
-
- FAIL_FAST - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- failFast(boolean) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
En- or disables the fail fast mode.
- failFast(boolean) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
En- or disables the fail fast mode.
- failFast(boolean) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- failFast(boolean) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- failFast(boolean) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- field(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
-
Selects a field to which the next operations shall apply.
- field(String) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- field(String) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- Field - Interface in org.hibernate.validator.internal.properties
-
- field(Field) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- FieldCascadable - Class in org.hibernate.validator.internal.metadata.aggregated
-
- FieldCascadable.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- FieldConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
-
Field property constraint location.
- Filter - Interface in org.hibernate.validator.internal.util.classhierarchy
-
- filterByType(List<? extends AnnotationMirror>, TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Returns a list containing those annotation mirrors from the input list,
which are of type annotationType
.
- Filters - Class in org.hibernate.validator.internal.util.classhierarchy
-
- findConstraintAnnotations(Constrainable, A, ConstraintLocation.ConstraintLocationKind) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
Examines the given annotation to see whether it is a single- or multi-valued constraint annotation.
- findConstraints() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
-
- findDeclaredConstructor(Class<T>, Class<?>...) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- findDeclaredField(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- findDeclaredGetter(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- findDeclaredMethod(Class<?>, String, Class<?>...) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- findGetter(Class<?>, String) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- findTypeAnnotationConstraints(JavaBeanField) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
Finds type arguments constraints for fields.
- findTypeAnnotationConstraints(JavaBeanExecutable<?>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
Finds type arguments constraints for method return values.
- findTypeAnnotationConstraintsForExecutableParameter(JavaBeanExecutable<?>, JavaBeanParameter) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
Finds type arguments constraints for parameters.
- findValidatorDescriptors(Class<A>, ValidationTarget) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Returns those validator descriptors for the given constraint annotation
matching the given target.
- FINITE_VALUE - Static variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
-
- flags(Pattern.Flag...) - Method in class org.hibernate.validator.cfg.defs.EmailDef
-
- flags(Pattern.Flag[]) - Method in class org.hibernate.validator.cfg.defs.PatternDef
-
- flags(Pattern.Flag...) - Method in class org.hibernate.validator.cfg.defs.URLDef
-
- forAllBuiltinConstraints() - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- forBeanValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- forBuiltinClass(Class<? extends ConstraintValidator<A, ?>>, Class<? extends Annotation>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
- forBuiltinConstraints(Set<String>) - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- forClass(Class<? extends ConstraintValidator<A, ?>>, Class<? extends Annotation>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
- forClass(Class<?>) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forCrossParameter(Callable) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forDefaultProvider(ValidatorFactory) - Static method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
-
- forExecutables() - Method in class org.hibernate.validator.internal.engine.ValidatorImpl
-
- forField(Field) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forGetter(Getter) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forHibernateValidator() - Static method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
-
- forLambda(Class<A>, Type, ConstraintDefinitionContext.ValidationCallable<T>) - Static method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
- format(String, Object...) - Static method in class org.hibernate.validator.ap.internal.util.StringHelper
-
- format(String, Object...) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper
-
- format(String, Object...) - Static method in class org.hibernate.validator.internal.util.StringHelper
-
- FORMATTER - Static variable in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
Name under which to bind a formatter to the EL context.
- FormatterWrapper - Class in org.hibernate.validator.internal.engine.messageinterpolation
-
A wrapper class for java.util.Formatter#format
avoiding lookup problems in EL engines due to
ambiguous method resolution for format
.
- FormatterWrapper(Locale) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper
-
- forParameter(Callable, int) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forParameterValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, Object[], Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- forReturnValue(Callable) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forReturnValueValidation(String, Map<String, Object>, Map<String, Object>, String, Class<T>, T, Object, Object, Path, ConstraintDescriptor<?>, Object, Object) - Static method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- forTypeArgument(ConstraintLocation, TypeVariable<?>, Type) - Static method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
- forValidate(Class<T>, BeanMetaData<T>, T) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- forValidateParameters(Class<T>, BeanMetaData<T>, T, Executable, Object[]) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- forValidateProperty(Class<T>, BeanMetaData<T>, T, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- forValidateReturnValue(Class<T>, BeanMetaData<T>, T, Executable, Object) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- forValidateValue(Class<T>, BeanMetaData<T>, PathImpl) - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- forValidationFactory(ValidatorFactory) - Static method in class org.hibernate.validator.cdi.internal.util.GetterPropertySelectionStrategyHelper
-
- fraction(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
-
- fromClass(Class<?>) - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
-
- fromContext() - Static method in class org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
-
- FUTURE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- FUTURE_OR_PRESENT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- FutureDef - Class in org.hibernate.validator.cfg.defs
-
- FutureDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureDef
-
- FutureOrPresentDef - Class in org.hibernate.validator.cfg.defs
-
- FutureOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.FutureOrPresentDef
-
- FutureOrPresentValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.util.Calendar
passed to be validated is in
the future.
- FutureOrPresentValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForCalendar
-
- FutureOrPresentValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.util.Date
passed to be validated is in the
future.
- FutureOrPresentValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForDate
-
- FutureOrPresentValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.chrono.HijrahDate
passed is in the future.
- FutureOrPresentValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForHijrahDate
-
- FutureOrPresentValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.Instant
passed is in the future.
- FutureOrPresentValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForInstant
-
- FutureOrPresentValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.chrono.JapaneseDate
passed is in the future.
- FutureOrPresentValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForJapaneseDate
-
- FutureOrPresentValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.LocalDate
passed is in the future.
- FutureOrPresentValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDate
-
- FutureOrPresentValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.LocalDateTime
passed is in the future.
- FutureOrPresentValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDateTime
-
- FutureOrPresentValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.LocalTime
passed is in the future.
- FutureOrPresentValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalTime
-
- FutureOrPresentValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.chrono.MinguoDate
passed is in the future.
- FutureOrPresentValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMinguoDate
-
- FutureOrPresentValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.MonthDay
passed is in the future.
- FutureOrPresentValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMonthDay
-
- FutureOrPresentValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.OffsetDateTime
passed is in the future.
- FutureOrPresentValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetDateTime
-
- FutureOrPresentValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.OffsetTime
passed is in the future.
- FutureOrPresentValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetTime
-
- FutureOrPresentValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check if Joda Time type who implements import org.joda.time.ReadableInstant
is in the future.
- FutureOrPresentValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadableInstant
-
- FutureOrPresentValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check if Joda Time type who implements org.joda.time.ReadablePartial
is in the future.
- FutureOrPresentValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadablePartial
-
- FutureOrPresentValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.chrono.ThaiBuddhistDate
passed is in the future.
- FutureOrPresentValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForThaiBuddhistDate
-
- FutureOrPresentValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.Year
passed is in the future.
- FutureOrPresentValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYear
-
- FutureOrPresentValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.YearMonth
passed is in the future.
- FutureOrPresentValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYearMonth
-
- FutureOrPresentValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Check that the java.time.ZonedDateTime
passed is in the future.
- FutureOrPresentValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForZonedDateTime
-
- FutureValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.util.Calendar
passed to be validated is in
the future.
- FutureValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForCalendar
-
- FutureValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.util.Date
passed to be validated is in the
future.
- FutureValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForDate
-
- FutureValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.chrono.HijrahDate
passed is in the future.
- FutureValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForHijrahDate
-
- FutureValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.Instant
passed is in the future.
- FutureValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForInstant
-
- FutureValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.chrono.JapaneseDate
passed is in the future.
- FutureValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForJapaneseDate
-
- FutureValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.LocalDate
passed is in the future.
- FutureValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDate
-
- FutureValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.LocalDateTime
passed is in the future.
- FutureValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDateTime
-
- FutureValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.LocalTime
passed is in the future.
- FutureValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalTime
-
- FutureValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.chrono.MinguoDate
passed is in the future.
- FutureValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMinguoDate
-
- FutureValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.MonthDay
passed is in the future.
- FutureValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMonthDay
-
- FutureValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.OffsetDateTime
passed is in the future.
- FutureValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetDateTime
-
- FutureValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.OffsetTime
passed is in the future.
- FutureValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetTime
-
- FutureValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check if Joda Time type who implements import org.joda.time.ReadableInstant
is in the future.
- FutureValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadableInstant
-
- FutureValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check if Joda Time type who implements org.joda.time.ReadablePartial
is in the future.
- FutureValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadablePartial
-
- FutureValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.chrono.ThaiBuddhistDate
passed is in the future.
- FutureValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForThaiBuddhistDate
-
- FutureValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.Year
passed is in the future.
- FutureValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYear
-
- FutureValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.YearMonth
passed is in the future.
- FutureValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYearMonth
-
- FutureValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Check that the java.time.ZonedDateTime
passed is in the future.
- FutureValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForZonedDateTime
-
- 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.
- GET_FIELD_VALUE_METHOD_NAME - Static variable in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
-
- GET_GETTER_VALUE_METHOD_NAME - Static variable in interface org.hibernate.validator.engine.HibernateValidatorEnhancedBean
-
- getAcceptableQName() - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
-
- getActualTypeParameter(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- getAllConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getAllMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
-
Returns a set containing all the methods of the hierarchy.
- getAllMethods(Class<?>) - Static method in class org.hibernate.validator.cdi.internal.InheritedMethodsHelper
-
Get a list of all methods which 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.
- getAllValidatorDescriptors(Class<A>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- getAnnotatedBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getAnnotatedBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getAnnotatedType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getAnnotatedType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getAnnotation(Class<T>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getAnnotation() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAnnotation(Class<A>) - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getAnnotation(Class<A>) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getAnnotation() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- getAnnotationArrayValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Returns the given annotation mirror's array-typed annotation value with
the given name.
- GetAnnotationAttribute<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
- GetAnnotationAttributes - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getAnnotationDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAnnotationDoesNotContainAParameterException(Class<? extends Annotation>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAnnotationMirror() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
- getAnnotationProcessingOptions() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
- 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.mapping.MappingXmlParser
-
- getAnnotations() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getAnnotations() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getAnnotationType(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
- getAnnotationType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAnnotationValue(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Returns the annotation value of the given annotation mirror with the
given name.
- getAnnotationValueOrDefault(AnnotationMirror, String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Returns the annotation value of the given annotation mirror with the
given name or its default value if it was not specified.
- getAtLeastOneCustomMessageMustBeCreatedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAtLeastOneGroupHasToBeSpecifiedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getAttribute(String, Class<T>) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- getAttribute(String) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- getAttributes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getAttributes() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- getBaseType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getBaseType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getBeanClass() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getBeanClass() - Method in class org.hibernate.validator.cdi.internal.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.aggregated.MetaDataBuilder
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getBeanClass() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedType
-
- getBeanClassesToInitialize() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanClassHasAlreadyBeenConfiguredInXmlException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
-
- getBeanConfiguration(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.provider.MetaDataProvider
-
Returns a bean configuration for the given type or null
if this provider has no meta-data on the given
type.
- getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
-
- getBeanConfiguration(Class<T>) - Method in class org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
-
- getBeanConfigurations(ConstraintCreationContext) - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
Returns all bean configurations configured through this constraint mapping.
- getBeanDescriptor() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- getBeanDescriptor() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getBeanDoesNotContainConstructorException(Class<?>, Class<?>[]) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainMethodException(Class<?>, String, Class<?>[]) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainTheFieldException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanDoesNotContainThePropertyException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getBeanMetaData(Class<T>) - Method in interface org.hibernate.validator.internal.metadata.BeanMetaDataManager
-
- getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
-
- getBeanMetaData(Class<T>) - Method in class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
-
- getBeanMetaDataClassNormalizer() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getBootstrapConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getBounds() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getBuiltinConstraints() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- getBuiltinConstraints() - Static method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- getCallable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
- getCallable() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
- getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(Class<? extends Annotation>, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getCascadables() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
Returns the cascadables of this property, if any.
- 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.
- getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
-
- getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getCascadableType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getCascadableType() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns the data type of this cascadable, e.g.
- getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
-
- getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getCascadingMetaData() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns cascading metadata of this cascadable element.
- getCascadingMetaDataBuilder() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getCascadingMetaDataBuilder() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns the cascading metadata (e.g.
- getCharacterIsNotADigitException(char) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getClassChecks(Element) - Method in class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
-
Provides a collections of checks to be performed on a given element.
- getClassFromType(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Converts the given Type
to a Class
.
- 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
-
- getClock() - Method in class org.hibernate.validator.internal.engine.DefaultClockProvider
-
- getClockProvider() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
-
Returns the provider for obtaining the current time in the form of a
Clock
, e.g.
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getClockProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getClockProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getCollectionElementType(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Determines the type of the elements of an Iterable
, array or the value of a Map
.
- 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(Class<? extends Annotation>, Class<? extends Annotation>, ConstraintDescriptorImpl.ConstraintType, ConstraintDescriptorImpl.ConstraintType) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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.config.ValidationBootstrapParameters
-
- getConfiguredRuleSet() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
-
Return an unmodifiable Set of MethodConfigurationRule that are to be
enforced based on the configuration.
- getConfiguredTypes() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
- getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- getConstrainable() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Returns the member represented by this location.
- getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getConstrainable() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getConstrainedConstructors() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- getConstrainedContainerElementTypes() - Method in class org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
-
- getConstrainedElementConfiguredMultipleTimesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Constrainable
-
- getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Field
-
- getConstrainedElementKind() - Method in interface org.hibernate.validator.internal.properties.Getter
-
- getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
-
- getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- getConstrainedElementKind() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanMethod
-
- getConstrainedElements() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getConstrainedElementsForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
-
- getConstrainedMethods(MethodType, MethodType...) - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstrainedProperties() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- getConstraintChecks(Element, AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckFactory
-
Returns those checks that have to be performed to validate the given
annotation at the given element.
- getConstraintDefinitionContributions() - Method in class org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
-
- 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
-
- getConstraintHasAlreadyBeenConfiguredViaProgrammaticApiException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintHelper() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getConstraintLocationKind() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConstraintLocationKind() - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns the constraint location kind of the cascadable.
- getConstraintParametersCannotStartWithValidException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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
-
- getConstraintsFromMultiValueConstraint(A) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Returns the constraints which are part of the given multi-value constraint.
- getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- getConstraintType() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- getConstraintType() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
-
Returns the constraint annotation type for which this instance provides constraint validator instances.
- getConstraintType() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConstraintValidatorClasses() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getConstraintValidatorDefinitionConstraintMismatchException(Class<? extends ConstraintValidator<?, ?>>, Class<? extends Annotation>, Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getConstraintValidatorFactory() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getConstraintValidatorFactoryMustNotReturnNullException(Class<? extends ConstraintValidator<?, ?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstraintValidatorInitializationContext() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- getConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getConstraintValidatorManager() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
-
- getConstraintValidatorManager() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- getConstraintValidatorPayload(Class<C>) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorContext
-
Returns an instance of the specified type or null
if the current constraint validator payload isn't of
the given type.
- getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getConstraintValidatorPayload(Class<C>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getConstraintValidatorPayload() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getConstraintViolationCreationContexts() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getConstraintWithoutMandatoryParameterException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstructorHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstructorIsDefinedTwiceInMappingXmlForBeanException(JavaBeanConstructor, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getConstructors() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getContainerClass() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getContainerClass() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getContainerClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- getContainerClass() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getContainerClass(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- getContainerElementConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- getContainerElementConstraintsAndCascadedValidationNotSupportedOnArraysException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getContainerElementsConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getContainerElementType(Type, TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- getContainerElementTypeHasAlreadyBeenConfiguredViaProgrammaticApiException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation, ContainerElementTypePath) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getContainerElementTypesCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getContainerElementTypesCascadingMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getContainerType() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- getCopyOfBasePath() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getCreationOfScriptExecutorFailedException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintHasNoValidatorException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnClassException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnFieldException(Class<? extends Annotation>, Constrainable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation>, Constrainable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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
-
- getCrossParameterElementHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getCurrentBean() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getCurrentBeanMetaData() - Method in class org.hibernate.validator.internal.engine.valuecontext.BeanValueContext
-
- getCurrentGroup() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getCurrentValidatable() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getCurrentValidatedValue() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
Returns the current value to be validated.
- getCurrentValue() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext.ValueState
-
- getCurrentValueState() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getCyclicDependencyInGroupsDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getDeclaredAnnotations() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getDeclaredAnnotations() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- GetDeclaredConstructor<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared constructor with the specified parameter types or null
if it does not exist.
- GetDeclaredConstructors - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared constructors of the specified class.
- getDeclaredContainerClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getDeclaredContainerClass() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- GetDeclaredField - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared field with the specified name or null
if it does not exist.
- GetDeclaredFields - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the fields of the specified class.
- GetDeclaredMethod - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared method with the specified name and parameter types or null
if it does not exist.
- GetDeclaredMethodHandle - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared method with the specified name and parameter types in the form of a
MethodHandle
or
null
if it does not exist or cannot be accessed.
- GetDeclaredMethods - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the declared methods of the specified class.
- getDeclaredTypeByName(String) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
- getDeclaredTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getDeclaredTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getDeclaredTypeParameterIndex() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- getDeclaringClass() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Returns the class hosting this location.
- getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getDeclaringClass() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getDeclaringClass() - Method in interface org.hibernate.validator.internal.properties.Constrainable
-
- getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getDeclaringClass() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- getDeclaringClass() - Method in interface org.hibernate.validator.spi.nodenameprovider.JavaBeanProperty
-
Owner class of the property.
- getDeclaringType() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getDefault() - Static method in class org.hibernate.validator.internal.engine.resolver.TraversableResolvers
-
- getDefaultClockProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultConstraintMessageTemplate() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
-
- getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultConstraintValidatorFactory() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
-
- getDefaultConstraintValidatorFactory() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- getDefaultConstraintValidatorInitializationContext() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl
-
- getDefaultConstraintValidatorInitializationContext() - Method in interface 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() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getDefaultLocale() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
-
- getDefaultLocale() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
-
- getDefaultMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultResourceBundleLocator() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
- getDefaultResourceBundleLocator() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultSequenceForClass(Class<?>) - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
-
- getDefaultTraversableResolver() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultValidationOrder(Class<?>, List<Class<?>>) - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
-
- getDefaultValidationSequence(T) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
Returns an iterator over the default validation group sequence as configured through @GroupSequence
/@DefaultGroupSequenceProvider
.
- getDefaultValidationSequence(T) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getDefaultValueExtractors() - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Returns the default
ValueExtractor
implementations as per the
specification.
- getDefaultValueExtractors() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getDefaultValueExtractors() - Static method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
- 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.internal.util.MessagerAdapter
-
Returns the messager used by this adapter.
- getDelegate() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getDelegate() - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
-
- 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.internal.util.Configuration
-
Returns the diagnosticKind to be used when reporting failing constraint checks.
- getDirectConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
-
- getDirectConstraints() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- 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
-
- getDuplicateDefinitionsOfValueExtractorException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getDynamicPayload(Class<C>) - Method in interface org.hibernate.validator.engine.HibernateConstraintViolation
-
- getDynamicPayload() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- getDynamicPayload(Class<C>) - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
Returns the temporal validation tolerance to apply.
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
Returns the temporal validation tolerance to apply.
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
Returns the temporal validation tolerance to apply.
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
-
- getEffectiveTemporalValidationTolerance(Duration) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
-
- getElement() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
- getElementClass() - Method in class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
-
- getElementType() - Method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
-
- getElementType(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
-
- getElementTypeHasToBeFieldOrMethodException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getELResolver() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.SimpleELContext
-
- getEmptyElementOnlySupportedWhenCharSequenceIsExpectedExpection() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getEnclosingType() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getEnclosingType() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getEnclosingTypeElementQualifiedName(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
- getEndIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getEpochMillis(T, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
Returns the millisecond based instant measured from Epoch.
- getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadableInstant
-
- getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForReadablePartial
-
- getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadableInstant
-
- getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForReadablePartial
-
- getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadableInstant
-
- getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadablePartial
-
- getEpochMillis(ReadableInstant, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadableInstant
-
- getEpochMillis(ReadablePartial, Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadablePartial
-
- getErasedReferenceType(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- 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
-
- getErrorDuringCallOfTraversableResolverIsReachableException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorDuringScriptExecutionException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorExecutingScriptException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorParsingMappingFileException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getErrorWhileExtractingValuesInValueExtractorException(Class<? extends ValueExtractor>, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExceptionDuringIsValidCallException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExceptionOccurredDuringMessageInterpolationException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getExecutable() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ExecutableValidationContext
-
- getExecutable() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
-
- getExecutable() - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
-
- getExecutableAsString(String, Class<?>...) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
-
Returns a string representation of an executable with the given name and parameter types in the form
{@code
( ...
- getExecutableMetaData() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ExecutableValidationContext
-
- getExecutableMetaData() - Method in class org.hibernate.validator.internal.engine.validationcontext.ParameterExecutableValidationContext
-
- getExecutableMetaData() - Method in class org.hibernate.validator.internal.engine.validationcontext.ReturnValueExecutableValidationContext
-
- getExecutableParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getExecutableParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getExecutableParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getExecutableReturnValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getExpressionVariables() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getExpressionVariables() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
-
- getExternalClassLoader() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getExtractedType() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- getExtractedTypeParameter() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- getExtractedValueOnTypeParameterOfContainerTypeMayNotDefineTypeAttributeException(Class<? extends ValueExtractor>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getFailFast() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getFailingConstraints() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- getField() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedField
-
- getFields() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getFrom() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
-
- getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGenericDeclaration() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getGenericDeclaration() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- getGenericType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getGenericType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getGetterMethodNameCandidates(String) - Method in class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
-
- getGetterMethodNameCandidates(String) - Method in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
Gives a set of possible method names based on a property name.
- getGetterPropertySelectionStrategy() - Method in interface org.hibernate.validator.HibernateValidatorFactory
-
Returns the getter property selection strategy defining the rules determining if a method is a getter or not.
- getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getGetterPropertySelectionStrategy() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanHelper
-
- getGroupConversionDescriptors() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- getGroupConversionDescriptors() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- getGroupConversionForSequenceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupConversionOnNonCascadingElementException(Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getGroupConversions() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- 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
-
- getGroupHasToBeAnInterfaceException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultGroupValidationOrder
-
- getGroupIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
-
- 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.util.annotation.ConstraintAnnotationDescriptor
-
- getHasToBeABoxedTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getHasToBeAPrimitiveTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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.cdi.internal.ValidatorBean
-
- getId() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getIllegalArgumentException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getImplicitConstraintTargetInAmbiguousConfigurationException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(Class<?>, Collection<Class<? extends ValueExtractor>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInconsistentConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInconsistentFailFastConfigurationException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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
-
- getIndex() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getIndex() - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
- getIndex() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getIndexedValue(Object, int) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Tries to retrieve the indexed value from the specified object.
- getInitializedConstraintValidator(ValidationContext<?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
-
- getInitializedValidator(Type, ConstraintDescriptorImpl<A>, ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
-
- getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getInjectionPoints() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getInstance(Types, Elements, ConstraintHelper) - Static method in class org.hibernate.validator.ap.internal.classchecks.ClassCheckFactory
-
- getInstance() - Method in class org.hibernate.validator.cdi.internal.DestructibleBeanInstance
-
- getInstance(Class<T>) - Method in class org.hibernate.validator.cdi.internal.InjectingConstraintValidatorFactory
-
- getInstance(Class<T>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
-
- getInstance(ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, ValidationOrderGenerator, Class<T>, MethodValidationConfiguration) - Static method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataBuilder
-
- GetInstancesFromServiceLoader<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
- getInstant(T) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
Returns the
Instant
measured from Epoch.
- getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForCalendar
-
- getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForDate
-
- getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForCalendar
-
- getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForDate
-
- getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForCalendar
-
- getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForDate
-
- getInstant(Calendar) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForCalendar
-
- getInstant(Date) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForDate
-
- getInterpolatedMessage() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
-
- getInterpolationType() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- getInvalidBigDecimalFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidCharValueException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidCheckDigitException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidDefaultGroupSequenceDefinitionException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidExecutableParameterIndexException(Callable, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidJavaIdentifierException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthForFractionPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthForIntegerPartException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidLengthOfParameterMetaDataListException(Callable, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidNumberFormatException(String, NumberFormatException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidParameterCountForExecutableException(String, int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidParameterTypeException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyPathException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidPropertyPathException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidRangeException(int, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidRegularExpressionException(PatternSyntaxException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidReturnTypeException(Class<?>, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidTypeArgumentIndexException(Type, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidUnwrappingConfigurationForConstraintException(Constrainable, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getInvalidValue() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getIsDefinedTwiceInMappingXmlForBeanException(String, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIsNotAConstraintValidatorClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getIsNotAnAnnotationException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getJavaClass() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getJavaMember() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedConstructor
-
- getJavaMember() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedMethod
-
- getKey() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getKey() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- getKeys() - Method in class org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
- getKind() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
- getKind() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ClassMetaData
-
- getKind() - Method in interface org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Returns the
kind
of this meta data object.
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getKind() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Returns the nature of the constraint location.
- getKind() - Method in class org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getKind() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- 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
-
- getLocaleResolver() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getLocalExecutionContextForBean(ExecutableParameterNameProvider, T, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
-
- getLocalExecutionContextForExecutable(ExecutableParameterNameProvider, T, Validatable, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
-
Creates a value context for validating an executable.
- getLocalExecutionContextForValueValidation(ExecutableParameterNameProvider, BeanMetaData<?>, PathImpl) - Static method in class org.hibernate.validator.internal.engine.valuecontext.ValueContexts
-
- getLocation() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- getMandatoryAttribute(String, Class<T>) - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- 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.config.ValidationBootstrapParameters
-
- getMappingStreams() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getMatchingConstraintValidatorDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
Return all constraint validator descriptors (either generic or cross-parameter) which are registered for the
constraint of this descriptor.
- getMaxCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMaximallySpecificAndContainerElementCompliantValueExtractor(Class<?>, TypeVariable<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to find the maximally specific and container element compliant value extractor based on the declared type
and the type parameter.
- getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor(Type, TypeVariable<?>, Class<?>, Collection<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
Used to find the maximally specific and container element compliant value extractor based on the runtime type.
- getMaximallySpecificAndRuntimeContainerElementCompliantValueExtractor(Type, TypeVariable<?>, Class<?>, Collection<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to find the maximally specific and container element compliant value extractor based on the runtime type.
- getMaximallySpecificValueExtractorForAllContainerElements(Class<?>, Set<ValueExtractorDescriptor>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to determine if the passed runtime type is a container and if so return a corresponding maximally specific
value extractor.
- getMaximallySpecificValueExtractors(Class<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to find all the maximally specific value extractors based on a declared type in the case of value unwrapping.
- getMemberIsNeitherAFieldNorAMethodException(Member) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMessage() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- getMessage() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getMessage() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getMessageInterpolator() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getMessageKey() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
- getMessageParameters() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
- getMessageParameters() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
-
- getMessageParameters() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getMessageParameters() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getMessageParameters() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
-
- 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(Executable) - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
Returns the constraint-related metadata for the given executable of the
class represented by this bean metadata.
- getMetaDataFor(String) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- getMetaDataFor(Executable) - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- GetMethod - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the method with the specified name or null
if it does not exist.
- GetMethodFromGetterNameCandidates - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the method with the specified property name or null
if it does not exist.
- getMethodHasAlreadyBeenConfiguredViaProgrammaticApiException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodIsDefinedTwiceInMappingXmlForBeanException(JavaBeanMethod, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodOrConstructorNotDefinedByValidatedTypeException(Class<?>, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodParameterNames() - Method in interface org.hibernate.validator.constraintvalidation.HibernateCrossParameterConstraintValidatorContext
-
- getMethodParameterNames() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.CrossParameterConstraintValidatorContextImpl
-
- getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethods() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- GetMethods - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the methods of the specified class (include inherited methods).
- getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMethodValidationConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getMinCannotBeNegativeException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMirror(List<? extends AnnotationMirror>, Class<? extends Annotation>) - Method in class org.hibernate.validator.ap.internal.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.internal.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.internal.util.AnnotationApiHelper
-
Returns a TypeMirror for the given class.
- getMissingActualTypeArgumentForTypeParameterException(TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMixingImplicitWithOtherExecutableTypesException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMoreThanOneValidatorFoundForTypeException(Type, Collection<Type>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleCrossParameterValidatorClassesException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleGroupConversionsForSameSourceException(Class<?>, Collection<Class<?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultipleValidatorsForSameTypeException(Class<? extends Annotation>, Type, Class<? extends ConstraintValidator<?, ?>>, Class<? extends ConstraintValidator<?, ?>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getMultiplierCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getName() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getName() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getName(Property) - Method in class org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider
-
- getName() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getName() - Method in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- getName() - Method in class org.hibernate.validator.internal.engine.valueextraction.ArrayElement
-
- 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.properties.Constrainable
-
- getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
-
- getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getName() - Method in interface org.hibernate.validator.spi.nodenameprovider.Property
-
Returns the property name.
- getName(Property) - Method in interface org.hibernate.validator.spi.nodenameprovider.PropertyNodeNameProvider
-
Returns the resolved name of a property.
- getName() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
-
- getNestedParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoDefaultGroupInGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoTypeArgumentIndexIsGivenForTypeWithMultipleTypeArgumentsException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoUnwrapperFoundForTypeException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValidatorFoundForTypeException(Class<? extends Annotation>, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValueExtractorFoundForTypeException(Class<?>, TypeVariable<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValueExtractorFoundForTypeException(Type, TypeVariable<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValueExtractorFoundForUnwrapException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNoValueProvidedForAnnotationAttributeException(String, Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getNullIsAnInvalidTypeForAConstraintValidatorException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getOnlyUnboundWildcardTypeArgumentsSupportedForContainerTypeOfValueExtractorException(Class<? extends ValueExtractor>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getOriginalMessageDescriptor() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- getOuterDelegate() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getOverriddenConstraintAttributeNotFoundException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getOverriddenMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
-
Returns a set containing all the overridden methods.
- getOverridingConstraintDefinitionsInMultipleMappingFilesException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParallelDefinitionsOfValueExtractorsException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterConfigurationAlteredInSubTypeException(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterConstraintsDefinedInMethodsFromParallelTypesException(Callable, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterCount() - Method in interface org.hibernate.validator.internal.properties.Callable
-
- getParameterCount() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getParameterDescriptors() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getParameterGenericType(int) - Method in interface org.hibernate.validator.internal.properties.Callable
-
- getParameterGenericType(int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Callable, int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameterIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getParameterIsNotAValidCallException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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(ExecutableParameterNameProvider, int) - Method in interface org.hibernate.validator.internal.properties.Callable
-
- getParameterName(ExecutableParameterNameProvider, int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getParameterName(ExecutableParameterNameProvider, int) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getParameterNameProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
- getParameterNames(Method) - Method in class org.hibernate.validator.internal.engine.DefaultParameterNameProvider
-
- getParameterNames(Executable) - Method in class org.hibernate.validator.internal.util.ExecutableParameterNameProvider
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- getParameterNames(Constructor<?>) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
-
Deprecated.
- getParameterNames(Method) - Method in class org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
-
Deprecated.
- getParameterNodeAddedForNonCrossParameterConstraintException(Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParameters() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(Class<? extends Annotation>, ConstraintTarget) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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 interface org.hibernate.validator.internal.properties.Callable
-
- getParameterTypes() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getParameterTypes() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
-
- getParameterTypesDoNotMatchException(Class<?>, Type, int, Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getParent() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getPartsOfMultiValuedConstraint(AnnotationMirror) - Method in class org.hibernate.validator.ap.internal.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.constraintvalidation.ConstraintViolationCreationContext
-
- getPayload() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getPayload() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
-
- getPotentialValueExtractorCandidatesForCascadedValidation(Type) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to determine the value extractors which potentially could be applied to the runtime type of a given declared type.
- getPriority() - Method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Returns this sources priority.
- getProgrammaticMappings() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getProperties() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getProperty(Method) - Method in class org.hibernate.validator.cdi.internal.util.GetterPropertySelectionStrategyHelper
-
- getProperty(ConstrainableExecutable) - Method in class org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy
-
- getProperty(ConstrainableExecutable) - Method in interface org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
Returns the property corresponding to the getter if the method is considered a getter.
- getPropertyHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getPropertyName() - Method in class org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
-
- getPropertyName() - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- getPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- getPropertyName() - Method in interface org.hibernate.validator.internal.properties.Property
-
- getPropertyNameCannotBeNullOrEmptyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getPropertyNodeNameProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getPropertyNotDefinedByValidatedTypeException(Class<?>, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getPropertyPath() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext.ValueState
-
- getPropertyPath() - Method in interface org.hibernate.validator.messageinterpolation.HibernateMessageInterpolatorContext
-
- getPropertyPathMustProvideIndexOrMapKeyException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getProvider() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getProviderClass() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getQualifiers() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getQualifiers() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
Returns an object of the validated type corresponding to the current time reference as provided by the
ClockProvider
.
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForHijrahDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForInstant
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForJapaneseDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForLocalTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMinguoDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForMonthDay
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForOffsetTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForThaiBuddhistDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYear
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForYearMonth
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.FutureValidatorForZonedDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForHijrahDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForInstant
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForJapaneseDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForLocalTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMinguoDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForMonthDay
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForOffsetTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForThaiBuddhistDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYear
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForYearMonth
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.FutureOrPresentValidatorForZonedDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForHijrahDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForInstant
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForJapaneseDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMinguoDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMonthDay
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForThaiBuddhistDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYear
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYearMonth
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForZonedDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForHijrahDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForInstant
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForJapaneseDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMinguoDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMonthDay
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetDateTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetTime
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForThaiBuddhistDate
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYear
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYearMonth
-
- getReferenceValue(Clock) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForZonedDateTime
-
- getReservedParameterNamesException(String, String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- GetResolvedMemberMethods - Class in org.hibernate.validator.internal.util.privilegedactions
-
Returns the member methods - with resolved type parameters - of a given type.
- getResolvedPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getResolvedPropertyName() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanGetter
-
- getResolvedPropertyName() - Method in interface org.hibernate.validator.internal.properties.Property
-
- getResolver() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
- GetResource - Class in org.hibernate.validator.internal.util.privilegedactions
-
Loads the given resource.
- 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.
- GetResources - Class in org.hibernate.validator.internal.util.privilegedactions
-
A PrivilegedAction
wrapping around ClassLoader.getResources(String)
.
- getReturnType() - Method in interface org.hibernate.validator.spi.properties.ConstrainableExecutable
-
- getReturnValueDescriptor() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(Class<?>, Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getReturnValueIsNotAValidCallException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getReturnValueMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getRootBean() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getRootBean() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- getRootBeanClass() - Method in class org.hibernate.validator.internal.engine.ConstraintViolationImpl
-
- getRootBeanClass() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- getRootBeanMetaData() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- 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
-
Returns the XML schema identified by the given resource name.
- getSchemaVersion(String, XMLEventReader) - 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.cdi.internal.ValidatorBean
-
- getScope() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getScriptEvaluatorByLanguageName(String) - Method in class org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
-
Retrieves a script executor for the given language.
- getScriptEvaluatorByLanguageName(String) - Method in interface org.hibernate.validator.spi.scripting.ScriptEvaluatorFactory
-
- getScriptEvaluatorFactory() - Method in interface org.hibernate.validator.HibernateValidatorFactory
-
- getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getScriptEvaluatorFactory() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getScriptEvaluatorForLanguage(String) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
-
- getScriptEvaluatorForLanguage(String) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
-
- 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
-
- getSequenceDefinitionsNotAllowedException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
-
- getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultGroupValidationOrder
-
- getSequenceIterator() - Method in class org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultSequenceValidationOrder
-
- getSequenceIterator() - Method in interface org.hibernate.validator.internal.engine.groups.ValidationOrder
-
- getSignature() - Method in interface org.hibernate.validator.internal.properties.Callable
-
- getSignature() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getSignature(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
-
- getSignature(String, Class<?>[]) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
-
- getSignatures() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
Returns the signature(s) of the method represented by this meta data object, based on the represented
executable's name and its parameter types.
- getSimpleName(Executable) - Static method in class org.hibernate.validator.internal.util.ExecutableHelper
-
- getSource() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getSource() - Method in class org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
- getSource() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns the configuration source contributing this constrained element.
- getStartIndexCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getStereotypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getStereotypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getSupportedLocales() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.DefaultLocaleResolverContext
-
- getSupportedLocales() - Method in interface org.hibernate.validator.spi.messageinterpolation.LocaleResolverContext
-
- getSupportedSourceVersion() - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- getSupportedValidationTargets(DeclaredType) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
Returns the set of AnnotationProcessorValidationTarget
supported by the given constraint annotation type.
- getTemporalValidationTolerance() - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidatorInitializationContext
-
Returns the temporal validation tolerance i.e.
- getTemporalValidationTolerance() - Method in interface org.hibernate.validator.HibernateValidatorFactory
-
Returns the temporal validation tolerance i.e.
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
-
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getTemporalValidationTolerance() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getter(String) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
-
Selects a getter to which the next operations shall apply.
- getter(String) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- getter(String) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- Getter - Interface in org.hibernate.validator.internal.properties
-
- GETTER_PROPERTY_SELECTION_STRATEGY_CLASSNAME - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property for configuring the getter property selection strategy, allowing to set which rules will be applied
to determine if a method is a valid JavaBean getter.
- GetterCascadable - Class in org.hibernate.validator.internal.metadata.aggregated
-
- GetterCascadable.Builder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- GetterCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks whether a given element is a valid getter method.
- GetterCheck(boolean) - Constructor for class org.hibernate.validator.ap.internal.checks.GetterCheck
-
- GetterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
-
Getter property constraint location.
- getterPropertySelectionStrategy(GetterPropertySelectionStrategy) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Allows to set a getter property selection strategy defining the rules determining if a method is a getter
or not.
- getterPropertySelectionStrategy(GetterPropertySelectionStrategy) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- GetterPropertySelectionStrategy - Interface in org.hibernate.validator.spi.properties
-
Used to define the strategy to detect the getters of a bean.
- GetterPropertySelectionStrategyHelper - Class in org.hibernate.validator.cdi.internal.util
-
- getThis() - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- getTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
-
- getTokenList() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- getTokenValue() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
-
- getTopLevelMethods() - Method in class org.hibernate.validator.ap.internal.classchecks.MethodInheritanceTree
-
Returns a set containing all the top level overridden methods.
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getTraversableResolver() - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- getTraversableResolver() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getTreatCheckAsIsNotADigitNorALetterException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTryingToInstantiateAnnotationWithUnknownAttributesException(Class<? extends Annotation>, Set<String>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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.metadata.raw.ConstrainedParameter
-
- getType() - Method in interface org.hibernate.validator.internal.properties.Constrainable
-
- getType() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getType() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor.Builder
-
- getType() - Method in class org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
- getTypeArgumentConstraints() - Method in class org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
-
- getTypeArgumentConstraints() - Method in interface org.hibernate.validator.internal.metadata.raw.ConstrainedElement
-
Returns the type argument constraints of this element, if any.
- getTypeArgumentIndex() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getTypeArgumentIndex() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- getTypeClosure() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- getTypeClosure() - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- getTypeForValidatorResolution() - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Returns the type to be used when resolving constraint validators for constraints at this location.
- getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getTypeForValidatorResolution() - Method in interface org.hibernate.validator.internal.properties.Constrainable
-
- getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- getTypeForValidatorResolution() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getTypeIsNotAParameterizedNorArrayTypeException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTypeNotSupportedForUnwrappingException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getTypeParameter() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- getTypeParameter() - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- getTypeParameterIndex(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- getTypeParameterName(Class<?>, int) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- getTypeParameters() - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanConstructor
-
- getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanField
-
- getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanMethod
-
- getTypeParameters() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanParameter
-
- getTypeResolutionHelper() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
-
- getTypeResolver() - Method in class org.hibernate.validator.internal.util.TypeResolutionHelper
-
- getTypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- getTypes() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- getTypeUtils() - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
- getTypeVariableBindings(Class<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariableBindings
-
Returns the bindings for all the type variables from the given type's hierarchy.
- getUnableToAccessMemberException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToAccessMethodException(MethodHandles.Lookup, Class<?>, String, Object[], Throwable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToCastException(Object, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToConvertTypeToClassException(Type) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToCreateAnnotationDescriptor(Class<?>, Throwable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToCreateAnnotationForConfiguredConstraintException(RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToCreateXMLEventReader(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToDetermineSchemaVersionException(String, XMLStreamException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToExpandDefaultGroupListException(List<?>, List<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToExpandGroupSequenceException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindAnnotationAttributeException(Class<? extends Annotation>, String, NoSuchMethodException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindAnnotationDefDeclaredMethods(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindPropertyWithAccessException(Class<?>, String, ElementType) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindProviderException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindScriptEngineException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToFindTypeParameterInClass(Class<?>, Object) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToGetAnnotationAttributeException(Class<? extends Annotation>, String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToGetCurrentTimeFromClockProvider(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(Class<?>, Collection<Class<? extends ValueExtractor>>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInitializeConstraintValidatorException(Class<? extends ConstraintValidator>, RuntimeException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInitializeELExpressionFactoryException(Throwable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateClockProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateConstraintValidatorFactoryClassException(String, ValidationException) - 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
-
- getUnableToInstantiateGetterPropertySelectionStrategyClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateLocaleResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateMessageInterpolatorClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateParameterNameProviderClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiatePropertyNodeNameProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateScriptEvaluatorFactoryClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateTraversableResolverClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateValidationProviderClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToInstantiateValueExtractorClassException(String, ValidationException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToLoadClassException(String, ClassLoader, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToLoadConstraintAnnotationClassException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToNarrowNodeTypeException(Class<?>, ElementKind, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToOpenInputStreamForMappingFileException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToParsePropertyPathException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToParseTemporalValidationToleranceException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToParseValidationXmlFileException(String, Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToReachPropertyToValidateException(Object, Path) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnableToRetrieveAnnotationParameterValueException(Exception) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnbalancedBeginEndParameterException(String, char) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnexpectedConstraintElementType(Class<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnexpectedParameterValueException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnexpectedParameterValueException(ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnsupportedConstraintElementType(ConstrainedElement.ConstrainedElementKind) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnsupportedSchemaVersionException(String, String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getUnwrappedToByDefault(Name) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
- getUnwrappingOfConstraintDescriptorNotSupportedYetException() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidatableParametersMetaData() - Method in class org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
-
- getValidatedType() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
The data type validated by the represented validator (not the constraint annotation type).
- getValidatedValue() - Method in class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- getValidatedValueType() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- getValidateOnExecutionOnOverriddenOrInterfaceMethodException(Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesTo() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getValidationAppliesTo() - Method in class org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
-
- getValidationAppliesToParameterMustHaveDefaultValueImplicitException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- 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.
- getValidationTargets() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
The targets supported for validation by the represented validator.
- getValidator() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- getValidator() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- getValidator() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getValidatorClass() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
The implementation type of the represented validator.
- getValidatorDescriptors() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
-
Returns a list of constraint validator descriptors for the constraint type of this instance.
- getValidatorFactoryScopedContext() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- getValidatorFactoryScopedContext() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValidatorTypes(Class<A>, List<ConstraintValidatorDescriptor<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() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- getValue(Object, ConstraintLocation) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
-
- getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable
-
Returns the value of this cacadable from the given parent.
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
-
- getValue(Object) - Method in interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Obtains the value of this location from the parent.
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- getValue(Object) - Method in class org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
-
- 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 interface org.hibernate.validator.path.ContainerElementNode
-
- getValue() - Method in interface org.hibernate.validator.path.PropertyNode
-
- getValueExtractor() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- getValueExtractorCandidates() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- getValueExtractorCandidatesForCascadedValidation(Type, TypeVariable<?>) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to determine the value extractor candidates valid for a declared type and type variable.
- getValueExtractorCandidatesForContainerDetectionOfGlobalCascadedValidation(Type) - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver
-
Used to determine the possible value extractors that can be applied to a declared type.
- getValueExtractorDeclaresExtractedValueMultipleTimesException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValueExtractorDescriptors() - Method in class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- getValueExtractorFailsToDeclareExtractedValueException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValueExtractorForTypeAndTypeUseAlreadyPresentException(ValueExtractor<?>, ValueExtractor<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getValueExtractorManager() - Method in class org.hibernate.validator.internal.engine.ConstraintCreationContext
-
- getValueExtractors() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- getValueFrom(Object) - Method in interface org.hibernate.validator.internal.properties.PropertyAccessor
-
- getValueUnwrapping() - Method in class org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
- getVersionString() - Static method in class org.hibernate.validator.internal.util.Version
-
- getVoidMethodsMustNotBeConstrainedException(Callable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWeightCannotBeNegativeException(int) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
-
- getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
-
- getWeights(List<Integer>) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.REGONValidator
-
- getWrongAnnotationAttributeTypeException(Class<? extends Annotation>, String, Class<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongAttributeTypeForOverriddenConstraintException(Class<?>, Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultGroupSequenceProviderTypeException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultValueForGroupsParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongDefaultValueForPayloadParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongPayloadClassException(Class<?>) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForGroupsParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForMessageParameterException(String) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getWrongTypeForPayloadParameterException(String, ClassCastException) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- getXmlConfiguredClasses() - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
-
- GREATER_THAN - Static variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
-
- 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.internal.util.TypeNames.BeanValidationTypes
-
- GROUP_SEQUENCE_PROVIDER - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- 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.
- GroupConversionTargetContext<C> - Interface in org.hibernate.validator.cfg.context
-
- groupMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- groups(Class<?>...) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- GROUPS - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- GroupSequenceCheck - Class in org.hibernate.validator.ap.internal.checks.annotationparameters
-
Checks that the GroupSequence definition is valid.
- GroupSequenceCheck(AnnotationApiHelper, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.annotationparameters.GroupSequenceCheck
-
- 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.internal.checks
-
- GroupSequenceProviderCheck(AnnotationApiHelper, Types) - Constructor for class org.hibernate.validator.ap.internal.checks.GroupSequenceProviderCheck
-
- GroupWithInheritance - Class in org.hibernate.validator.internal.engine.groups
-
Represents a validation group and all the groups it extends ("group inheritance").
- GroupWithInheritance(Set<Group>) - Constructor for class org.hibernate.validator.internal.engine.groups.GroupWithInheritance
-
- 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(boolean) - Method in interface org.hibernate.validator.cfg.context.AnnotationIgnoreOptions
-
Specifies whether annotations at the given element should be ignored or not, overriding any setting given for
parent elements.
- ignoreAnnotations() - Method in interface org.hibernate.validator.cfg.context.AnnotationProcessingOptions
-
- ignoreAnnotations() - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
Deprecated.
- ignoreAnnotations(boolean) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- ignoreClassLevelConstraintAnnotations(Class<?>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsForCrossParameterConstraint(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsForReturnValue(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsOnMember(Constrainable, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- ignoreConstraintAnnotationsOnParameter(Constrainable, int, Boolean) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- IgnoreForbiddenApisErrors - Annotation Type in org.hibernate.validator.internal
-
Annotation used to ignore forbidden apis errors.
- ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.LuhnCheckDef
-
- ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
-
- ignoreNonDigitCharacters(boolean) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- ignoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- ignoringXmlConfiguration() - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- Immutable - Annotation Type in org.hibernate.validator.internal.util.stereotypes
-
Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.
- includeExisting() - Method in class org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
-
Whether or not the existing constraint validators should be kept or not.
- includeExistingValidators(boolean) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
-
Specifies whether validators already mapped to this constraint (i.e.
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMaxDef
-
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DecimalMinDef
-
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- inclusive(boolean) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
-
- Incubating - Annotation Type in org.hibernate.validator
-
Marks the annotated element as incubating.
- infinityCheck(Double, OptionalInt) - Static method in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
-
- infinityCheck(Float, OptionalInt) - Static method in class org.hibernate.validator.internal.constraintvalidators.bv.number.InfinityNumberComparatorHelper
-
- InfinityNumberComparatorHelper - Class in org.hibernate.validator.internal.constraintvalidators.bv.number
-
- InheritedMethodsHelper - Class in org.hibernate.validator.cdi.internal
-
Deals with methods of types in inheritance hierarchies.
- init(ProcessingEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- initialize(ConstraintDescriptor<A>, HibernateConstraintValidatorInitializationContext) - Method in interface org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
-
- initialize(URL) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
-
- initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
-
- initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
-
- initialize(Email) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
-
- initialize(Currency) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
-
- initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
-
- initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
-
- initialize(Digits) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DigitsValidatorForMonetaryAmount
-
- initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
-
- initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
-
- initialize(Max) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
-
- initialize(Min) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
-
- initialize(DecimalMax) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
-
- initialize(DecimalMin) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
-
- initialize(Pattern) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
-
- initialize(Size) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
-
- initialize(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
- initialize(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
- initialize(ConstraintDescriptor<C>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
- initialize(String, String, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.AbstractScriptAssertValidator
-
- initialize(CNPJ) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
-
- initialize(CPF) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
-
- initialize(CodePointLength) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.CodePointLengthValidator
-
- initialize(EAN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
-
- initialize(ISBN) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ISBNValidator
-
- initialize(Length) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LengthValidator
-
- initialize(LuhnCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
-
- initialize(Mod10Check) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
-
- initialize(Mod11Check) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
-
- initialize(int, int, int, boolean, int, char, char, Mod11Check.ProcessingDirection, int...) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
-
- initialize(int, int, int, boolean) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
-
- initialize(ModCheck) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
-
Deprecated.
- initialize(Normalized) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NormalizedValidator
-
- initialize(ConstraintDescriptor<ParameterScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
-
- initialize(NIP) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
-
- initialize(PESEL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
-
- initialize(REGON) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.REGONValidator
-
- initialize(SafeHtml) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
-
Deprecated.
- initialize(ConstraintDescriptor<ScriptAssert>, HibernateConstraintValidatorInitializationContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
-
- initialize(DurationMax) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
-
- initialize(DurationMin) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
-
- initialize(URL) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
-
- initializeBeanMetaData(Set<Class<?>>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- initializeBeanMetaData(Set<Class<?>>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
-
- initializeLocales(Set<Locale>) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- initializeLocales(Set<Locale>) - Method in interface org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration
-
- InjectingConstraintValidatorFactory - Class in org.hibernate.validator.cdi.internal
-
- InjectingConstraintValidatorFactory(BeanManager) - Constructor for class org.hibernate.validator.cdi.internal.InjectingConstraintValidatorFactory
-
- inputStreamCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- 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.engine.DefaultClockProvider
-
- INSTANCE - Static variable in class org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
-
- integer(int) - Method in class org.hibernate.validator.cfg.defs.DigitsDef
-
- interpolate(MessageInterpolator.Context, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.ElTermResolver
-
- interpolate(MessageInterpolator.Context) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
-
- interpolate(MessageInterpolator.Context, String) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.ParameterTermResolver
-
- interpolate(MessageInterpolator.Context, String) - Method in interface org.hibernate.validator.internal.engine.messageinterpolation.TermResolver
-
Interpolates given term based on the constraint validation context.
- interpolate(String, MessageInterpolator.Context) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
- interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
-
- interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
-
- interpolate(MessageInterpolator.Context, Locale, String) - Method in class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
-
- InterpolationHelper - Class in org.hibernate.validator.internal.engine.messageinterpolation.util
-
Utilities used for message interpolation.
- 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, ExpressionFactory) - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
-
Create an interpolation term for an expression.
- InterpolationTermState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
-
- InterpolationTermState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
-
- InterpolationTermType - Enum in org.hibernate.validator.internal.engine.messageinterpolation
-
Describes the type of the interpolation term.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.hibernate.validator.internal.engine.messageinterpolation.el.RootResolver
-
- isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
- isAllowMultipleCascadedValidationOnReturnValues() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
-
- isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
- isAllowOverridingMethodAlterParameterConstraint() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
-
- isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration.Builder
-
- isAllowParallelMethodsDefineParameterConstraints() - Method in class org.hibernate.validator.internal.engine.MethodValidationConfiguration
-
- isAlternative() - Method in class org.hibernate.validator.cdi.internal.ValidatorBean
-
- isAlternative() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- isAnnotatedObject(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.hibernate.validator.internal.properties.javabean.JavaBeanAnnotatedElement
-
- isArray(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isArrayElement(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- isAssignable(Type, Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isBeanAlreadyValidated(Object, Class<?>, PathImpl) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- isBeanConstrained() - Method in class org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
-
- ISBN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- ISBN - Annotation Type in org.hibernate.validator.constraints
-
Checks that the annotated character sequence is a valid
ISBN.
- ISBN.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @ISBN
annotations on the same element.
- ISBN.Type - Enum in org.hibernate.validator.constraints
-
Defines the ISBN length.
- ISBNDef - Class in org.hibernate.validator.cfg.defs
-
- ISBNDef() - Constructor for class org.hibernate.validator.cfg.defs.ISBNDef
-
- ISBNValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Checks that a given character sequence (e.g.
- ISBNValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ISBNValidator
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
-
- isCascaded() - Method in class org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
-
- 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.CascadingMetaData
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- 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.ContainerCascadingMetaData
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- isCascading() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
-
Validate check digit using Luhn algorithm
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
-
Validate check digit using Mod10
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
-
Validate check digit using Mod11 checksum
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
-
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
-
Deprecated.
Check if the input passes the Mod10 (Luhn algorithm implementation only) or Mod11 test
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
-
- isCheckDigitValid(List<Integer>, char) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
-
- isClass(TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Test if the given
TypeMirror
represents a class or not.
- IsClassPresent - Class in org.hibernate.validator.internal.util.privilegedactions
-
Checks if an external class is present in the provided class loader.
- isCollection(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Indicates whether the given type represents a collection of elements or not (i.e.
- isComposedConstraint(TypeElement) - Method in class org.hibernate.validator.ap.internal.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.internal.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
-
- isContainer() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- isContainer() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- isDefaultGroup() - Method in class org.hibernate.validator.internal.engine.groups.Group
-
- isDefaultGroupSequenceRedefined() - Method in interface org.hibernate.validator.internal.metadata.aggregated.BeanMetaData
-
- isDefaultGroupSequenceRedefined() - Method in class org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
-
- isDefaultProvider() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
-
Whether the given provider is the default provider or not.
- isDefinedForOneGroupOnly() - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- 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.
- isElExpression(String) - Static method in class org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTerm
-
- isEmpty() - Method in class org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
-
Returns true
if this map contains no key-value mappings.
- isEquallyParameterConstrained(ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Whether this and the given other executable have the same parameter
constraints.
- isError() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
Determine if issue is an error
- isExecutable() - Method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
-
- isExecutable() - Method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
-
- isFailFast() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- isFailFast() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- isFailFast() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- isFailFast() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- isFailFastModeEnabled() - Method in interface org.hibernate.validator.internal.engine.validationcontext.ValidationContext
-
- isGetter() - Method in class org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
-
- isHibernateValidator() - Method in class org.hibernate.validator.cdi.internal.ValidationProviderHelper
-
Whether the given provider is Hibernate Validator or not.
- isHibernateValidatorEnhancedBean(Class<?>) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isIgnoreXmlConfiguration() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- isIndexable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
Indicates if the type is considered indexable (ie is a List
, an array or a Map
).
- isInIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- isInstance(Type, Object) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isInterface(TypeMirror) - Method in class org.hibernate.validator.ap.internal.util.AnnotationApiHelper
-
Test if the given
TypeMirror
represents an interface or not.
- isInternal(TypeVariable<?>) - Static method in class org.hibernate.validator.internal.util.TypeVariables
-
- isIterable() - Method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- isIterable(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isJdkAnnotation(Class<? extends Annotation>) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- isList(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isMap(Type) - Static method in class org.hibernate.validator.internal.util.ReflectionHelper
-
- isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in interface org.hibernate.validator.internal.metadata.aggregated.CascadingMetaData
-
- isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- isMarkedForCascadingOnAnnotatedObjectOrContainerElements() - Method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- isMethod() - Method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
-
- isMethod() - Method in enum org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
-
- 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.cdi.internal.ValidatorBean
-
- isNullable() - Method in class org.hibernate.validator.cdi.internal.ValidatorFactoryBean
-
- isNullOrEmptyString(String) - Static method in class org.hibernate.validator.ap.internal.util.StringHelper
-
Indicates if the string is null or is empty ie only contains whitespaces.
- isNullOrEmptyString(String) - Static method in class org.hibernate.validator.internal.util.StringHelper
-
Indicates if the string is null or is empty ie only contains whitespaces.
- isParameter() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
-
- isPredefinedScope() - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
-
- isPredefinedScope() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
-
- isPredefinedScope() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
-
- isPrivate() - Method in interface org.hibernate.validator.internal.properties.Callable
-
- isPrivate() - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.validator.internal.engine.resolver.JPATraversableResolver
-
- 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
-
- isResolvedToSameMethodInHierarchy(ExecutableHelper, Class<?>, Callable) - Method in interface org.hibernate.validator.internal.properties.Callable
-
- isResolvedToSameMethodInHierarchy(ExecutableHelper, Class<?>, Callable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- isResolvedToSameMethodInHierarchy(Class<?>, Method, Method) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
-
Checks if a pair of given methods (left
and right
) are resolved to the same
method based on the mainSubType
type.
- isRootPath() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- isStatic() - Method in class org.hibernate.validator.cdi.internal.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.
- isSupportedForUnwrappingByDefault(Name) - Method in class org.hibernate.validator.ap.internal.util.ConstraintHelper
-
- isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryImpl
-
- isTraversableResolverResultCacheEnabled() - Method in class org.hibernate.validator.internal.engine.ValidatorFactoryScopedContext
-
- isUnboundWildcard(Type) - Static method in class org.hibernate.validator.internal.util.TypeHelper
-
- isUnwrapByDefault() - Method in class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- isValid(T) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ValidationCallable
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.constraintvalidators.RegexpURLValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.AbstractEmailValidator
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertFalseValidator
-
- isValid(Boolean, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.AssertTrueValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForNumber
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.EmailValidator
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.CurrencyValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMaxValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DecimalMinValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.DigitsValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeOrZeroValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveOrZeroValidatorForMonetaryAmount
-
- isValid(MonetaryAmount, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveValidatorForMonetaryAmount
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NotBlankValidator
-
Checks that the character sequence is not null
nor empty after removing any leading or trailing
whitespace.
- isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArray
-
Checks the array is not null
and not empty.
- isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfBoolean
-
Checks the array is not null
and not empty.
- isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfByte
-
Checks the array is not null
and not empty.
- isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfChar
-
Checks the array is not null
and not empty.
- isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfDouble
-
Checks the array is not null
and not empty.
- isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfFloat
-
Checks the array is not null
and not empty.
- isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfInt
-
Checks the array is not null
and not empty.
- isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfLong
-
Checks the array is not null
and not empty.
- isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfShort
-
Checks the array is not null
and not empty.
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCharSequence
-
Checks the character sequence is not null
and not empty.
- isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCollection
-
Checks the collection is not null
and not empty.
- isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForMap
-
Checks the map is not null
and not empty.
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.NullValidator
-
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
-
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
-
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
-
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
-
- isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigDecimal
-
- isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigInteger
-
- isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForCharSequence
-
- isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForDouble
-
- isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForFloat
-
- isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForInteger
-
- isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForLong
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForNumber
-
- isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForShort
-
- isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigDecimal
-
- isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigInteger
-
- isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForByte
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForCharSequence
-
- isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForDouble
-
- isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForFloat
-
- isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
-
- isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForLong
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForNumber
-
- isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
-
- isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigDecimal
-
- isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigInteger
-
- isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForCharSequence
-
- isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForDouble
-
- isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForFloat
-
- isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForInteger
-
- isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForLong
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForNumber
-
- isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForShort
-
- isValid(BigDecimal, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigDecimal
-
- isValid(BigInteger, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigInteger
-
- isValid(Byte, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForByte
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForCharSequence
-
- isValid(Double, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForDouble
-
- isValid(Float, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForFloat
-
- isValid(Integer, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForInteger
-
- isValid(Long, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForLong
-
- isValid(Number, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForNumber
-
- isValid(Short, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForShort
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
-
- isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
-
Checks the number of entries in an array.
- isValid(boolean[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfBoolean
-
Checks the number of entries in an array.
- isValid(byte[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfByte
-
Checks the number of entries in an array.
- isValid(char[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfChar
-
Checks the number of entries in an array.
- isValid(double[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfDouble
-
Checks the number of entries in an array.
- isValid(float[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfFloat
-
Checks the number of entries in an array.
- isValid(int[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfInt
-
Checks the number of entries in an array.
- isValid(long[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfLong
-
Checks the number of entries in an array.
- isValid(short[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfShort
-
Checks the number of entries in an array.
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
-
Checks the length of the specified character sequence (e.g.
- isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
-
Checks the number of entries in a collection.
- isValid(Map, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
-
Checks the number of entries in a map.
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractEpochBasedTimeValidator
-
Returns whether the result of the comparison between the validated value and the time reference is considered
valid.
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractInstantBasedTimeValidator
-
Returns whether the result of the comparison between the validated value and the time reference is considered
valid.
- isValid(T, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.AbstractJavaTimeValidator
-
Returns whether the result of the comparison between the validated value and the time reference is considered
valid.
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureEpochBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureInstantBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.future.AbstractFutureJavaTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentEpochBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentInstantBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent.AbstractFutureOrPresentJavaTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastEpochBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastInstantBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.past.AbstractPastJavaTimeValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentEpochBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentInstantBasedValidator
-
- isValid(int) - Method in class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CNPJValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.br.CPFValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.CodePointLengthValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.EANValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ISBNValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.LengthValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NormalizedValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator
-
Checks that the trimmed string is not empty.
- isValid(Object[], ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.SafeHtmlValidator
-
Deprecated.
- isValid(Object, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.ScriptAssertValidator
-
- isValid(Duration, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMaxValidator
-
- isValid(Duration, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.time.DurationMinValidator
-
- isValid(Collection, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.UniqueElementsValidator
-
- isValid(CharSequence, ConstraintValidatorContext) - Method in class org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
-
- isValidDomainAddress(String) - Static method in class org.hibernate.validator.internal.util.DomainNameUtil
-
Checks validity of a domain name.
- isValidEmailDomainAddress(String) - Static method in class org.hibernate.validator.internal.util.DomainNameUtil
-
Checks the validity of the domain name used in an email.
- isVerbose() - Method in class org.hibernate.validator.ap.internal.util.Configuration
-
Whether logging information shall be put out in a verbose way or not.
- isWarning() - Method in class org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue
-
Determine if issue is a warning
- ITERABLE_ELEMENT_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- iterableFromArray(Object) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- iterator() - Method in class org.hibernate.validator.internal.engine.groups.GroupWithInheritance
-
- iterator() - Method in class org.hibernate.validator.internal.engine.groups.Sequence
-
- 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
-
- iteratorFromArray(Object) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- make(MethodHandles.Lookup) - Static method in class org.hibernate.validator.internal.util.logging.LoggerFactory
-
- makeELToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
-
- makeELToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- makeIterable(NodeImpl) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- makeIterableAndSetIndex(NodeImpl, Integer) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- makeIterableAndSetMapKey(NodeImpl, Object) - Static method in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- makeLeafNodeIterable() - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- makeLeafNodeIterableAndSetIndex(Integer) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- makeLeafNodeIterableAndSetMapKey(Object) - Method in class org.hibernate.validator.internal.engine.path.PathImpl
-
- makeParameterToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
-
- makeParameterToken() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- MAP_KEY_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- MAP_VALUE_NODE_NAME - Static variable in class org.hibernate.validator.internal.engine.path.NodeImpl
-
- MappingXmlParser - Class in org.hibernate.validator.internal.xml.mapping
-
XML parser for validation-mapping files.
- MappingXmlParser(ConstraintCreationContext, JavaBeanHelper, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
-
- markConstraintProcessed(Object, Path, MetaConstraint<?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- markCurrentBeanAsProcessed(ValueContext<?, ?>) - Method in interface org.hibernate.validator.internal.engine.validationcontext.BaseBeanValidationContext
-
- markCurrentPropertyAsIterable() - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- markCurrentPropertyAsIterableAndSetIndex(Integer) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- markCurrentPropertyAsIterableAndSetKey(Object) - Method in class org.hibernate.validator.internal.engine.valuecontext.ValueContext
-
- MAX - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- max(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
-
- max(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
-
- max(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
-
- max(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
-
- max - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
-
- max(ConfigurationSource, ConfigurationSource) - Static method in enum org.hibernate.validator.internal.metadata.raw.ConfigurationSource
-
Returns that configuration source from the given two sources, which has
the higher priority.
- MaxDef - Class in org.hibernate.validator.cfg.defs
-
- MaxDef() - Constructor for class org.hibernate.validator.cfg.defs.MaxDef
-
- MaxValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigDecimal
-
- MaxValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForBigInteger
-
- MaxValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForByte
-
- MaxValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the character sequence (e.g.
- MaxValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForCharSequence
-
- MaxValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForDouble
-
- MaxValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForFloat
-
- MaxValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForInteger
-
- MaxValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForLong
-
- MaxValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the monetary amount being validated is less than or equal to the maximum
value specified.
- MaxValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.MaxValidatorForMonetaryAmount
-
- MaxValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForNumber
-
- MaxValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MaxValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MaxValidatorForShort
-
- maxValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
-
- maxValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMaxValidator
-
- merge(CascadingMetaDataBuilder) - Method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- merge(AnnotationProcessingOptions) - Method in interface org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptions
-
- merge(AnnotationProcessingOptions) - Method in class org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
-
- merge(ConstrainedExecutable) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
-
Creates a new constrained executable object by merging this and the given
other executable.
- merge(ConstrainedParameter) - Method in class org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
-
Creates a new constrained parameter object by merging this and the given
other parameter.
- mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable.AbstractBuilder
-
- mergeCascadingMetaData(CascadingMetaDataBuilder) - Method in interface org.hibernate.validator.internal.metadata.facets.Cascadable.Builder
-
- message(String) - Method in class org.hibernate.validator.cfg.ConstraintDef
-
- MESSAGE - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- MessageDescriptorFormatException - Exception in org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Exception thrown in case the message descriptor is invalid, for example unbalanced braces or escape characters
- MessageDescriptorFormatException(String) - Constructor for exception org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException
-
- messageInterpolator(MessageInterpolator) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- messageInterpolator(MessageInterpolator) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- MessageInterpolatorContext - Class in org.hibernate.validator.internal.engine
-
Implementation of the context used during message interpolation.
- MessageInterpolatorContext(ConstraintDescriptor<?>, Object, Class<?>, Path, Map<String, Object>, Map<String, Object>) - Constructor for class org.hibernate.validator.internal.engine.MessageInterpolatorContext
-
- messager - Variable in class org.hibernate.validator.ap.internal.AbstractElementVisitor
-
- MessagerAdapter - Class in org.hibernate.validator.ap.internal.util
-
- MessagerAdapter(Messager, Diagnostic.Kind) - Constructor for class org.hibernate.validator.ap.internal.util.MessagerAdapter
-
Creates a new MessagerAdapter.
- Messages - Interface in org.hibernate.validator.internal.util.logging
-
- MESSAGES - Static variable in interface org.hibernate.validator.internal.util.logging.Messages
-
The messages.
- MessageState - Class in org.hibernate.validator.internal.engine.messageinterpolation.parser
-
- MessageState() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
-
- MetaConstraint<A extends Annotation> - Class in org.hibernate.validator.internal.metadata.core
-
Instances of this class abstract the constraint type (class, method or field constraint) and give access to
meta data about the constraint.
- MetaConstraints - Class in org.hibernate.validator.internal.metadata.core
-
- MetaDataBuilder - Class in org.hibernate.validator.internal.metadata.aggregated
-
- MetaDataBuilder(Class<?>, ConstraintCreationContext) - Constructor for class org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
-
- MetaDataProvider - Interface in org.hibernate.validator.internal.metadata.provider
-
A provider for constraint related meta data such as constraints, default
group sequences etc.
- method(String, Class<?>...) - Method in interface org.hibernate.validator.cfg.context.MethodTarget
-
Selects a method to which the next operations shall apply.
- method(String, Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
- method(String, Class<?>...) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
- METHOD_CONSTRAINTS_SUPPORTED_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.internal.util.Configuration
-
The name of the processor option for allowing constraints at methods
other than getter methods.
- MethodAnnotationCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks whether a method is correctly annotated with a valid constraint involving the return type or the method
parameters (cross-parameters).
- MethodAnnotationCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.MethodAnnotationCheck
-
- MethodConfigurationRule - Class in org.hibernate.validator.internal.metadata.aggregated.rule
-
A rule applying to the overriding methods of an inheritance hierarchy.
- MethodConfigurationRule() - Constructor for class org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
-
- MethodConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a method.
- methodConstraintsSupported() - Method in class org.hibernate.validator.ap.internal.util.Configuration
-
Whether method constraints are allowed at any method (true
) or only
getter methods (false
).
- MethodInheritanceTree - Class in org.hibernate.validator.ap.internal.classchecks
-
Represents an inheritance tree of overridden methods.
- MethodInheritanceTree.Builder - Class in org.hibernate.validator.ap.internal.classchecks
-
- methodNameMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- MethodTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select the bean
method to which the next operations shall apply.
- MethodValidated - Annotation Type in org.hibernate.validator.cdi.internal.interceptor
-
Marker annotation for a type or method indicating that method constraints shall be
validated upon invocation of the given method or any methods of the given type.
- MethodValidationConfiguration - Class in org.hibernate.validator.internal.engine
-
These properties modify the behavior of the Validator
with respect to the Jakarta Bean Validation
specification section 5.6.5.
- MethodValidationConfiguration.Builder - Class in org.hibernate.validator.internal.engine
-
- millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- millis(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
-
- MIN - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- min(int) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
-
- min(int) - Method in class org.hibernate.validator.cfg.defs.LengthDef
-
- min(long) - Method in class org.hibernate.validator.cfg.defs.RangeDef
-
- min(int) - Method in class org.hibernate.validator.cfg.defs.SizeDef
-
- min - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
-
- MinDef - Class in org.hibernate.validator.cfg.defs
-
- MinDef() - Constructor for class org.hibernate.validator.cfg.defs.MinDef
-
- minutes(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- minutes(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
-
- MinValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigDecimal
-
- MinValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForBigInteger
-
- MinValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForByte
-
- MinValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the character sequence (e.g.
- MinValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForCharSequence
-
- MinValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForDouble
-
- MinValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForFloat
-
- MinValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForInteger
-
- MinValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForLong
-
- MinValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated is less than or equal to the maximum
value specified.
- MinValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.MinValidatorForMonetaryAmount
-
- MinValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForNumber
-
- MinValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
Check that the number being validated is greater than or equal to the minimum
value specified.
- MinValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.MinValidatorForShort
-
- minValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
-
- minValue - Variable in class org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal.AbstractDecimalMinValidator
-
- missingParameterMetadataWithSyntheticOrImplicitParameters(Executable) - Method in interface org.hibernate.validator.internal.util.logging.Log
-
- MixDirectAndListAnnotationCheck - Class in org.hibernate.validator.ap.internal.checks
-
Checks, that there is no mixed usage of direct annotation and its list container.
- MixDirectAndListAnnotationCheck(ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.checks.MixDirectAndListAnnotationCheck
-
- Mod10Check - Annotation Type in org.hibernate.validator.constraints
-
- Mod10Check.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @Mod10Check
annotations on the same element.
- Mod10CheckDef - Class in org.hibernate.validator.cfg.defs
-
- Mod10CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod10CheckDef
-
- Mod10CheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Mod10 (Luhn algorithm implementation) Check validator
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
- Mod10CheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
-
- Mod11Check - Annotation Type in org.hibernate.validator.constraints
-
Modulo 11 check constraint.
- Mod11Check.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @Mod11Check
annotations on the same element.
- Mod11Check.ProcessingDirection - Enum in org.hibernate.validator.constraints
-
- Mod11CheckDef - Class in org.hibernate.validator.cfg.defs
-
- Mod11CheckDef() - Constructor for class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- Mod11CheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Mod11 Check Digit validator
http://en.wikipedia.org/wiki/Check_digit
- Mod11CheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.Mod11CheckValidator
-
- MOD_10_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- MOD_11_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- MOD_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- ModCheck - Annotation Type in org.hibernate.validator.constraints
-
- ModCheck.List - Annotation Type in org.hibernate.validator.constraints
-
Deprecated.
Defines several @ModCheck
annotations on the same element.
- ModCheck.ModType - Enum in org.hibernate.validator.constraints
-
Deprecated.
- ModCheckBase - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
ModCheckBase contains all shared methods and options used by Mod Check Validators
http://en.wikipedia.org/wiki/Check_digit
- ModCheckBase() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
-
- ModCheckValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
- ModCheckValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
-
Deprecated.
- ModUtil - Class in org.hibernate.validator.internal.util
-
Helper class for modulo 10/11.
- MONETARY_AMOUNT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.JavaMoneyTypes
-
- multiplier(int) - Method in class org.hibernate.validator.cfg.defs.Mod10CheckDef
-
- MultiValuedChecks - Class in org.hibernate.validator.ap.internal.checks
-
A
ConstraintChecks
implementation that executes the contained checks
against all parts of given multi-valued annotations.
- MultiValuedChecks(ConstraintHelper, ConstraintCheck...) - Constructor for class org.hibernate.validator.ap.internal.checks.MultiValuedChecks
-
Creates a new MultiValuedChecks.
- mustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- mustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- nanos(long) - Method in class org.hibernate.validator.cfg.defs.DurationMaxDef
-
- nanos(long) - Method in class org.hibernate.validator.cfg.defs.DurationMinDef
-
- needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.AbstractMethodOverrideCheck
-
There can be situations in which no checks should be performed.
- needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
-
- needToPerformAnyChecks(ExecutableElement) - Method in class org.hibernate.validator.ap.internal.classchecks.ReturnValueMethodOverrideCheck
-
- NEGATIVE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NEGATIVE_OR_ZERO - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NegativeDef - Class in org.hibernate.validator.cfg.defs
-
- NegativeDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeDef
-
- NegativeOrZeroDef - Class in org.hibernate.validator.cfg.defs
-
- NegativeOrZeroDef() - Constructor for class org.hibernate.validator.cfg.defs.NegativeOrZeroDef
-
- NegativeOrZeroValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigDecimal
-
- NegativeOrZeroValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForBigInteger
-
- NegativeOrZeroValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForByte
-
- NegativeOrZeroValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForCharSequence
-
- NegativeOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForDouble
-
- NegativeOrZeroValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForFloat
-
- NegativeOrZeroValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForInteger
-
- NegativeOrZeroValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForLong
-
- NegativeOrZeroValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated positive.
- NegativeOrZeroValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeOrZeroValidatorForMonetaryAmount
-
- NegativeOrZeroValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForNumber
-
- NegativeOrZeroValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative or zero.
- NegativeOrZeroValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeOrZeroValidatorForShort
-
- NegativeValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigDecimal
-
- NegativeValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForBigInteger
-
- NegativeValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForByte
-
- NegativeValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForCharSequence
-
- NegativeValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForDouble
-
- NegativeValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForFloat
-
- NegativeValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForInteger
-
- NegativeValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForLong
-
- NegativeValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated positive.
- NegativeValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeValidatorForMonetaryAmount
-
- NegativeValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForNumber
-
- NegativeValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is negative.
- NegativeValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForShort
-
- nestedContainerElementContexts - Variable in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
Contexts for configuring nested container elements, if any.
- newArrayList() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- newArrayList() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newArrayList(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newArrayList(Iterable<T>...) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newConcurrentHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashMap() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- newHashMap() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashMap(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashMap(Map<K, V>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashSet() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- newHashSet() - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashSet(int) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashSet(Collection<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newHashSet(Iterable<? extends T>) - Static method in class org.hibernate.validator.internal.util.CollectionHelper
-
- newInstance(ConstraintValidatorFactory) - Method in interface org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorDescriptor
-
Creates a new instance of the represented implementation type.
- NewInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Execute instance creation as privileged action.
- NewProxyInstance<T> - Class in org.hibernate.validator.internal.util.privilegedactions
-
Execute proxy creation as privileged action.
- NewSchema - Class in org.hibernate.validator.internal.util.privilegedactions
-
Loads a given XML schema.
- NewSchema(SchemaFactory, URL) - Constructor for class org.hibernate.validator.internal.util.privilegedactions.NewSchema
-
- newTreeSet() - Static method in class org.hibernate.validator.ap.internal.util.CollectionHelper
-
- nextInterpolationTerm() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
-
- NIP - Annotation Type in org.hibernate.validator.constraints.pl
-
Validates that a CharSequence
is a NIP number (9-digit Polish VAT identification number).
- NIP.List - Annotation Type in org.hibernate.validator.constraints.pl
-
Defines several @NIP
annotations on the same element.
- NIP_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- NIPDef - Class in org.hibernate.validator.cfg.defs.pl
-
- NIPDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.NIPDef
-
- NIPValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
-
- NIPValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.NIPValidator
-
- NodeBuilder(String, PathImpl) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder
-
- NodeImpl - Class in org.hibernate.validator.internal.engine.path
-
Immutable implementation of a Path.Node
.
- nonCascading() - Static method in class org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
-
- NonContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
A simplified view of the cascading validation metadata for an element that does not contain any container element
cascading.
- normalizationStrategy(CodePointLength.NormalizationStrategy) - Method in class org.hibernate.validator.cfg.defs.CodePointLengthDef
-
- normalizationStrategy(Normalizer.Form) - Method in class org.hibernate.validator.cfg.defs.NormalizedDef
-
- normalize(CharSequence) - Method in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Normalize a specified character sequence.
- normalize(Class<T>) - Method in class org.hibernate.validator.internal.metadata.DefaultBeanMetaDataClassNormalizer
-
- normalize(Class<T>) - Method in interface org.hibernate.validator.metadata.BeanMetaDataClassNormalizer
-
Normalizes the provided class as the key used to get the bean metadata from the
PredefinedScopeBeanMetaDataManager
.
- NORMALIZED - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- Normalized - Annotation Type in org.hibernate.validator.constraints
-
Validate that a character sequence is of normalization form.
- Normalized.List - Annotation Type in org.hibernate.validator.constraints
-
Defines several @Normalized
annotations on the same element.
- NormalizedDef - Class in org.hibernate.validator.cfg.defs
-
- NormalizedDef() - Constructor for class org.hibernate.validator.cfg.defs.NormalizedDef
-
- NormalizedValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Check that a character sequence is normalized.
- NormalizedValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.NormalizedValidator
-
- NOT_BLANK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NOT_BLANK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- NOT_EMPTY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NOT_EMPTY - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- NOT_NULL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NotBlank - Annotation Type in org.hibernate.validator.constraints
-
- NotBlank.List - Annotation Type in org.hibernate.validator.constraints
-
Deprecated.
Defines several @NotBlank
annotations on the same element.
- NotBlankDef - Class in org.hibernate.validator.cfg.defs
-
- NotBlankDef() - Constructor for class org.hibernate.validator.cfg.defs.NotBlankDef
-
- NotBlankValidator - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Check that a character sequence is not null
nor empty after removing any leading or trailing whitespace.
- NotBlankValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.NotBlankValidator
-
- NotBlankValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
Check that a character sequence's (e.g.
- NotBlankValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator
-
- NotEmpty - Annotation Type in org.hibernate.validator.constraints
-
- NotEmpty.List - Annotation Type in org.hibernate.validator.constraints
-
Deprecated.
Defines several @NotEmpty
annotations on the same element.
- NotEmptyDef - Class in org.hibernate.validator.cfg.defs
-
- NotEmptyDef() - Constructor for class org.hibernate.validator.cfg.defs.NotEmptyDef
-
- NotEmptyValidatorForArray - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
Check that the array is not null and not empty.
- NotEmptyValidatorForArray() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArray
-
- NotEmptyValidatorForArraysOfBoolean - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfBoolean() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfBoolean
-
- NotEmptyValidatorForArraysOfByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfByte
-
- NotEmptyValidatorForArraysOfChar - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfChar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfChar
-
- NotEmptyValidatorForArraysOfDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfDouble
-
- NotEmptyValidatorForArraysOfFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfFloat
-
- NotEmptyValidatorForArraysOfInt - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfInt() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfInt
-
- NotEmptyValidatorForArraysOfLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfLong
-
- NotEmptyValidatorForArraysOfShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
- NotEmptyValidatorForArraysOfShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForArraysOfShort
-
- NotEmptyValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
Check that the character sequence is not null and its length is strictly superior to 0.
- NotEmptyValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCharSequence
-
- NotEmptyValidatorForCollection - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
Check that the collection is not null and not empty.
- NotEmptyValidatorForCollection() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCollection
-
- NotEmptyValidatorForMap - Class in org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
Check that the map is not null and not empty.
- NotEmptyValidatorForMap() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForMap
-
- NotNullDef - Class in org.hibernate.validator.cfg.defs
-
- NotNullDef() - Constructor for class org.hibernate.validator.cfg.defs.NotNullDef
-
- NotNullValidator - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validate that the object is not null
.
- NotNullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
-
- NULL - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- NullDef - Class in org.hibernate.validator.cfg.defs
-
- NullDef() - Constructor for class org.hibernate.validator.cfg.defs.NullDef
-
- NullValidator - Class in org.hibernate.validator.internal.constraintvalidators.bv
-
Validate that the object is null
- NullValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.NullValidator
-
- numberOfCachedBeanMetaDataInstances() - Method in class org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl
-
- numberOfCachedConstraintValidatorInstances() - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl
-
- ObjectArrayFormatter - Class in org.hibernate.validator.internal.util.logging.formatter
-
Used with JBoss Logging to display arrays of objects in log messages.
- ObjectArrayFormatter(Object[]) - Constructor for class org.hibernate.validator.internal.util.logging.formatter.ObjectArrayFormatter
-
- of(Name) - Static method in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
-
- of(ConstraintValidatorManager, ConstraintDescriptorImpl<U>, Type) - Static method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- of(HibernateConstraintValidatorInitializationContextImpl, ScriptEvaluatorFactory, ClockProvider, Duration) - Static method in class org.hibernate.validator.internal.engine.constraintvalidation.HibernateConstraintValidatorInitializationContextImpl
-
- of(ValueExtractorManager, CascadingMetaDataBuilder, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
-
- of(Map<Class<?>, Class<?>>) - Static method in class org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
-
- of(CascadingMetaDataBuilder, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
-
- of(CascadingMetaDataBuilder, Set<ValueExtractorDescriptor>, Object) - Static method in class org.hibernate.validator.internal.metadata.aggregated.PotentiallyContainerCascadingMetaData
-
- of(ConstrainedElement.ConstrainedElementKind) - Static method in enum org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
-
- of(ContainerElementTypePath, Integer) - Static method in class org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
-
- OPTIONAL_DOUBLE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
-
- OPTIONAL_INT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
-
- OPTIONAL_LONG - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.SupportedForUnwrapTypes
-
- 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.internal - package org.hibernate.validator.ap.internal
-
- org.hibernate.validator.ap.internal.checks - package org.hibernate.validator.ap.internal.checks
-
This package contains check implementations used by the annotation processor to verify
constraint declarations.
- org.hibernate.validator.ap.internal.checks.annotationparameters - package org.hibernate.validator.ap.internal.checks.annotationparameters
-
- org.hibernate.validator.ap.internal.classchecks - package org.hibernate.validator.ap.internal.classchecks
-
- org.hibernate.validator.ap.internal.util - package org.hibernate.validator.ap.internal.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.cdi.internal - package org.hibernate.validator.cdi.internal
-
Classes for enabling Bean Validation CDI integration.
- org.hibernate.validator.cdi.internal.interceptor - package org.hibernate.validator.cdi.internal.interceptor
-
Classes for enabling Bean Validation method validation via a CDI interceptor.
- org.hibernate.validator.cdi.internal.util - package org.hibernate.validator.cdi.internal.util
-
- org.hibernate.validator.cdi.spi - package org.hibernate.validator.cdi.spi
-
- 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.cfg.defs.br - package org.hibernate.validator.cfg.defs.br
-
Brazil specific constraint definition classes for programmatic constraint definition API.
- org.hibernate.validator.cfg.defs.pl - package org.hibernate.validator.cfg.defs.pl
-
Poland specific 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.constraints.pl - package org.hibernate.validator.constraints.pl
-
Hibernate Validator Polish constraints.
- org.hibernate.validator.constraints.time - package org.hibernate.validator.constraints.time
-
Hibernate Validator
Duration
constraints.
- org.hibernate.validator.constraintvalidation - package org.hibernate.validator.constraintvalidation
-
Custom Hibernate Validator specific constraint validation extension classes.
- org.hibernate.validator.constraintvalidators - package org.hibernate.validator.constraintvalidators
-
- org.hibernate.validator.engine - package org.hibernate.validator.engine
-
- org.hibernate.validator.group - package org.hibernate.validator.group
-
This package provides support for dynamic default group sequence definition.
- org.hibernate.validator.internal - package org.hibernate.validator.internal
-
- 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
-
- org.hibernate.validator.internal.constraintvalidators.bv - package org.hibernate.validator.internal.constraintvalidators.bv
-
Implementations of the Bean Validation built-in constraints.
- org.hibernate.validator.internal.constraintvalidators.bv.money - package org.hibernate.validator.internal.constraintvalidators.bv.money
-
- org.hibernate.validator.internal.constraintvalidators.bv.notempty - package org.hibernate.validator.internal.constraintvalidators.bv.notempty
-
Implementations of the Bean Validation NotEmpty
constraint.
- org.hibernate.validator.internal.constraintvalidators.bv.number - package org.hibernate.validator.internal.constraintvalidators.bv.number
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound - package org.hibernate.validator.internal.constraintvalidators.bv.number.bound
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal - package org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
-
- org.hibernate.validator.internal.constraintvalidators.bv.number.sign - package org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
- org.hibernate.validator.internal.constraintvalidators.bv.size - package org.hibernate.validator.internal.constraintvalidators.bv.size
-
Implementations of the Bean Validation Size
constraint.
- org.hibernate.validator.internal.constraintvalidators.bv.time - package org.hibernate.validator.internal.constraintvalidators.bv.time
-
Constraint validator implementations of the Bean Validation time related constraints.
- org.hibernate.validator.internal.constraintvalidators.bv.time.future - package org.hibernate.validator.internal.constraintvalidators.bv.time.future
-
Constraint validator implementations of the Bean Validation Future
constraint.
- org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent - package org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
-
Constraint validator implementations of the Bean Validation FutureOrPresent
constraint.
- org.hibernate.validator.internal.constraintvalidators.bv.time.past - package org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Constraint validator implementations of the Bean Validation Past
constraint.
- org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent - package org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Constraint validator implementations of the Bean Validation PastOrPresent
constraint.
- org.hibernate.validator.internal.constraintvalidators.hv - package org.hibernate.validator.internal.constraintvalidators.hv
-
Implementations of Hibernate Validator specific constraints.
- org.hibernate.validator.internal.constraintvalidators.hv.br - package org.hibernate.validator.internal.constraintvalidators.hv.br
-
- org.hibernate.validator.internal.constraintvalidators.hv.pl - package org.hibernate.validator.internal.constraintvalidators.hv.pl
-
- org.hibernate.validator.internal.constraintvalidators.hv.time - package org.hibernate.validator.internal.constraintvalidators.hv.time
-
- org.hibernate.validator.internal.engine - package org.hibernate.validator.internal.engine
-
Implementations for the core interfaces of Jakarta Bean Validation.
- org.hibernate.validator.internal.engine.constraintdefinition - package org.hibernate.validator.internal.engine.constraintdefinition
-
- 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.messageinterpolation.parser - package org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Classes related to parsing a message descriptor and extracting interpolation terms.
- org.hibernate.validator.internal.engine.messageinterpolation.util - package org.hibernate.validator.internal.engine.messageinterpolation.util
-
- 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.engine.scripting - package org.hibernate.validator.internal.engine.scripting
-
Classes related to the evaluation of script with the JSR 223 ScriptEngine.
- org.hibernate.validator.internal.engine.validationcontext - package org.hibernate.validator.internal.engine.validationcontext
-
Contains various implementation of validation contexts and supporting classes.
- org.hibernate.validator.internal.engine.valuecontext - package org.hibernate.validator.internal.engine.valuecontext
-
- org.hibernate.validator.internal.engine.valueextraction - package org.hibernate.validator.internal.engine.valueextraction
-
- 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.properties - package org.hibernate.validator.internal.properties
-
- org.hibernate.validator.internal.properties.javabean - package org.hibernate.validator.internal.properties.javabean
-
- org.hibernate.validator.internal.util - package org.hibernate.validator.internal.util
-
Independent helper classes.
- org.hibernate.validator.internal.util.annotation - package org.hibernate.validator.internal.util.annotation
-
Annotation proxy and descriptor.
- 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.logging.formatter - package org.hibernate.validator.internal.util.logging.formatter
-
- 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.stereotypes - package org.hibernate.validator.internal.util.stereotypes
-
- org.hibernate.validator.internal.xml - package org.hibernate.validator.internal.xml
-
Classes for parsing of Bean Validation XML configuration files.
- org.hibernate.validator.internal.xml.config - package org.hibernate.validator.internal.xml.config
-
- org.hibernate.validator.internal.xml.mapping - package org.hibernate.validator.internal.xml.mapping
-
- org.hibernate.validator.messageinterpolation - package org.hibernate.validator.messageinterpolation
-
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
- org.hibernate.validator.metadata - package org.hibernate.validator.metadata
-
- org.hibernate.validator.parameternameprovider - package org.hibernate.validator.parameternameprovider
-
Custom Hibernate Validator javax.validation.ParameterNameProvider
implementations.
- org.hibernate.validator.path - package org.hibernate.validator.path
-
Hibernate Validator extensions around javax.validation.Path
.
- org.hibernate.validator.resourceloading - package org.hibernate.validator.resourceloading
-
ResourceBundleLocator interface and its various implementations.
- org.hibernate.validator.spi.cfg - package org.hibernate.validator.spi.cfg
-
- 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.messageinterpolation - package org.hibernate.validator.spi.messageinterpolation
-
- org.hibernate.validator.spi.nodenameprovider - package org.hibernate.validator.spi.nodenameprovider
-
- org.hibernate.validator.spi.properties - package org.hibernate.validator.spi.properties
-
This package provides support for customizing the getter detection logic.
- org.hibernate.validator.spi.resourceloading - package org.hibernate.validator.spi.resourceloading
-
ResourceBundleLocator interface.
- org.hibernate.validator.spi.scripting - package org.hibernate.validator.spi.scripting
-
This package provides support for customization of the script evaluation for ScriptAssert
and ParameterScriptAssert
constraints.
- overrides(ExecutableHelper, Callable) - Method in interface org.hibernate.validator.internal.properties.Callable
-
- overrides(ExecutableHelper, Callable) - Method in class org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable
-
- overrides(Callable, Callable) - Method in class org.hibernate.validator.internal.util.ExecutableHelper
-
- 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.ContainerElementConstraintMappingContextImpl
-
- ParameterConstraintLocation - Class in org.hibernate.validator.internal.metadata.location
-
Parameter constraint location.
- ParameterConstraintLocation(Callable, int) - Constructor for class org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
-
- ParameterConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a method parameter.
- ParameterDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a validated method parameter.
- ParameterDescriptorImpl(Type, int, String, Set<ConstraintDescriptorImpl<?>>, Set<ContainerElementTypeDescriptor>, boolean, boolean, List<Class<?>>, Set<GroupConversionDescriptor>) - Constructor for class org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
-
- ParameterExecutableValidationContext<T> - Class in org.hibernate.validator.internal.engine.validationcontext
-
Implementation of AbstractValidationContext
for executable's parameter validation.
- 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.
- parameterizedTypesWithMoreThanOneTypeArgument() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- ParameterMessageInterpolator - Class in org.hibernate.validator.messageinterpolation
-
Resource bundle message interpolator, it does not support EL expression
and does support parameter value expression
- ParameterMessageInterpolator() - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
-
- ParameterMessageInterpolator(Set<Locale>, Locale, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
-
- ParameterMessageInterpolator(Set<Locale>, Locale, LocaleResolver, boolean) - Constructor for class org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
-
- 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
-
- parameterMustNotBeEmpty(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- parameterMustNotBeNull(String) - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- parameterNameProvider(ParameterNameProvider) - Method in interface org.hibernate.validator.HibernateValidatorContext
-
- parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- parameterNameProvider(ParameterNameProvider) - Method in class org.hibernate.validator.internal.engine.ValidatorContextImpl
-
- ParameterScriptAssert - Annotation Type in org.hibernate.validator.constraints
-
A method-level constraint, that evaluates a script expression against the
annotated method or constructor.
- ParameterScriptAssert.List - Annotation Type in org.hibernate.validator.constraints
-
- ParameterScriptAssertDef - Class in org.hibernate.validator.cfg.defs
-
- ParameterScriptAssertDef() - Constructor for class org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
-
- ParameterScriptAssertValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv
-
- ParameterScriptAssertValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.ParameterScriptAssertValidator
-
- ParametersMethodOverrideCheck - Class in org.hibernate.validator.ap.internal.classchecks
-
Checks if the parameters of overridden and overriding methods have correctly placed annotations.
- ParametersMethodOverrideCheck(Elements, Types, ConstraintHelper) - Constructor for class org.hibernate.validator.ap.internal.classchecks.ParametersMethodOverrideCheck
-
- ParameterTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select a method or constructor parameter to
which the next operations shall apply.
- ParameterTermResolver - Class in org.hibernate.validator.internal.engine.messageinterpolation
-
Resolves given parameter.
- ParameterTermResolver() - Constructor for class org.hibernate.validator.internal.engine.messageinterpolation.ParameterTermResolver
-
- ParanamerParameterNameProvider - Class in org.hibernate.validator.parameternameprovider
-
- ParanamerParameterNameProvider() - Constructor for class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- ParanamerParameterNameProvider(Paranamer) - Constructor for class org.hibernate.validator.parameternameprovider.ParanamerParameterNameProvider
-
- parse() - Method in class org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
-
- parse(Set<InputStream>) - Method in class org.hibernate.validator.internal.xml.mapping.MappingXmlParser
-
Parses the given set of input stream representing XML constraint
mappings.
- ParserState - Interface in org.hibernate.validator.internal.engine.messageinterpolation.parser
-
Interface defining the different methods a parser state has to respond to.
- parseValidationXml() - Method in class org.hibernate.validator.internal.xml.config.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
-
- PAST - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- PAST_OR_PRESENT - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- PastDef - Class in org.hibernate.validator.cfg.defs
-
- PastDef() - Constructor for class org.hibernate.validator.cfg.defs.PastDef
-
- PastOrPresentDef - Class in org.hibernate.validator.cfg.defs
-
- PastOrPresentDef() - Constructor for class org.hibernate.validator.cfg.defs.PastOrPresentDef
-
- PastOrPresentValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.util.Calendar
passed to be validated is in
the past.
- PastOrPresentValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForCalendar
-
- PastOrPresentValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.util.Date
passed to be validated is in the
past.
- PastOrPresentValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForDate
-
- PastOrPresentValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.chrono.HijrahDate
passed is in the past.
- PastOrPresentValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForHijrahDate
-
- PastOrPresentValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.Instant
passed is in the past.
- PastOrPresentValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForInstant
-
- PastOrPresentValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.chrono.JapaneseDate
passed is in the past.
- PastOrPresentValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForJapaneseDate
-
- PastOrPresentValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.LocalDate
passed is in the past.
- PastOrPresentValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDate
-
- PastOrPresentValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.LocalDateTime
passed is in the past.
- PastOrPresentValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalDateTime
-
- PastOrPresentValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.LocalTime
passed is in the past.
- PastOrPresentValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForLocalTime
-
- PastOrPresentValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.chrono.MinguoDate
passed is in the past.
- PastOrPresentValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMinguoDate
-
- PastOrPresentValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.MonthDay
passed is in the past.
- PastOrPresentValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForMonthDay
-
- PastOrPresentValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.OffsetDateTime
passed is in the past.
- PastOrPresentValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetDateTime
-
- PastOrPresentValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.OffsetTime
passed is in the past.
- PastOrPresentValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForOffsetTime
-
- PastOrPresentValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check if Joda Time type who implements import org.joda.time.ReadableInstant
is in the past.
- PastOrPresentValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadableInstant
-
- PastOrPresentValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check if Joda Time type who implements org.joda.time.ReadablePartial
is in the past.
- PastOrPresentValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForReadablePartial
-
- PastOrPresentValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.chrono.ThaiBuddhistDate
passed is in the past.
- PastOrPresentValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForThaiBuddhistDate
-
- PastOrPresentValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.Year
passed is in the past.
- PastOrPresentValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYear
-
- PastOrPresentValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.YearMonth
passed is in the past.
- PastOrPresentValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForYearMonth
-
- PastOrPresentValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
-
Check that the java.time.ZonedDateTime
passed is in the past.
- PastOrPresentValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.PastOrPresentValidatorForZonedDateTime
-
- PastValidatorForCalendar - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.util.Calendar
passed to be validated is in
the past.
- PastValidatorForCalendar() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForCalendar
-
- PastValidatorForDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.util.Date
passed to be validated is in the
past.
- PastValidatorForDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForDate
-
- PastValidatorForHijrahDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.chrono.HijrahDate
passed is in the past.
- PastValidatorForHijrahDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForHijrahDate
-
- PastValidatorForInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.Instant
passed is in the past.
- PastValidatorForInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForInstant
-
- PastValidatorForJapaneseDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.chrono.JapaneseDate
passed is in the past.
- PastValidatorForJapaneseDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForJapaneseDate
-
- PastValidatorForLocalDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.LocalDate
passed is in the past.
- PastValidatorForLocalDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDate
-
- PastValidatorForLocalDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.LocalDateTime
passed is in the past.
- PastValidatorForLocalDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalDateTime
-
- PastValidatorForLocalTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.LocalTime
passed is in the past.
- PastValidatorForLocalTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForLocalTime
-
- PastValidatorForMinguoDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.chrono.MinguoDate
passed is in the past.
- PastValidatorForMinguoDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMinguoDate
-
- PastValidatorForMonthDay - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.MonthDay
passed is in the past.
- PastValidatorForMonthDay() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForMonthDay
-
- PastValidatorForOffsetDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.OffsetDateTime
passed is in the past.
- PastValidatorForOffsetDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetDateTime
-
- PastValidatorForOffsetTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.OffsetTime
passed is in the past.
- PastValidatorForOffsetTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForOffsetTime
-
- PastValidatorForReadableInstant - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check if Joda Time type who implements import org.joda.time.ReadableInstant
is in the past.
- PastValidatorForReadableInstant() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadableInstant
-
- PastValidatorForReadablePartial - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check if Joda Time type who implements org.joda.time.ReadablePartial
is in the past.
- PastValidatorForReadablePartial() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForReadablePartial
-
- PastValidatorForThaiBuddhistDate - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.chrono.ThaiBuddhistDate
passed is in the past.
- PastValidatorForThaiBuddhistDate() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForThaiBuddhistDate
-
- PastValidatorForYear - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.Year
passed is in the past.
- PastValidatorForYear() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYear
-
- PastValidatorForYearMonth - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.YearMonth
passed is in the past.
- PastValidatorForYearMonth() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForYearMonth
-
- PastValidatorForZonedDateTime - Class in org.hibernate.validator.internal.constraintvalidators.bv.time.past
-
Check that the java.time.ZonedDateTime
passed is in the past.
- PastValidatorForZonedDateTime() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.time.past.PastValidatorForZonedDateTime
-
- PathImpl - Class in org.hibernate.validator.internal.engine.path
-
Default implementation of javax.validation.Path
.
- PATTERN - Static variable in class org.hibernate.validator.ap.internal.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.bv
-
- PatternValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
-
- PAYLOAD - Static variable in class org.hibernate.validator.ap.internal.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
-
- PESEL - Annotation Type in org.hibernate.validator.constraints.pl
-
Validates that a CharSequence
is a PESEL (Polish national identification number).
- PESEL.List - Annotation Type in org.hibernate.validator.constraints.pl
-
Defines several @PESEL
annotations on the same element.
- PESEL_CHECK - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.HibernateValidatorTypes
-
- PESELDef - Class in org.hibernate.validator.cfg.defs.pl
-
- PESELDef() - Constructor for class org.hibernate.validator.cfg.defs.pl.PESELDef
-
- PESELValidator - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
-
- PESELValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.PESELValidator
-
- PlatformResourceBundleLocator - Class in org.hibernate.validator.resourceloading
-
A resource bundle locator, that loads resource bundles by invoking ResourceBundle.loadBundle(String, Local, ClassLoader)
.
- PlatformResourceBundleLocator(String) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, Set<Locale>) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PlatformResourceBundleLocator(String, Set<Locale>, ClassLoader, boolean) - Constructor for class org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
-
- PolishNumberValidator<T extends Annotation> - Class in org.hibernate.validator.internal.constraintvalidators.hv.pl
-
A base class validator for different Polish identification numbers.
- PolishNumberValidator() - Constructor for class org.hibernate.validator.internal.constraintvalidators.hv.pl.PolishNumberValidator
-
- port(int) - Method in class org.hibernate.validator.cfg.defs.URLDef
-
- POSITIVE - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- POSITIVE_OR_ZERO - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- PositiveDef - Class in org.hibernate.validator.cfg.defs
-
- PositiveDef() - Constructor for class org.hibernate.validator.cfg.defs.PositiveDef
-
- PositiveOrZeroDef - Class in org.hibernate.validator.cfg.defs
-
- PositiveOrZeroDef() - Constructor for class org.hibernate.validator.cfg.defs.PositiveOrZeroDef
-
- PositiveOrZeroValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigDecimal
-
- PositiveOrZeroValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForBigInteger
-
- PositiveOrZeroValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForByte
-
- PositiveOrZeroValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForCharSequence
-
- PositiveOrZeroValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForDouble
-
- PositiveOrZeroValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForFloat
-
- PositiveOrZeroValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated positive or zero.
- PositiveOrZeroValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForInteger
-
- PositiveOrZeroValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated positive or zero.
- PositiveOrZeroValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForLong
-
- PositiveOrZeroValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated positive.
- PositiveOrZeroValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveOrZeroValidatorForMonetaryAmount
-
- PositiveOrZeroValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForNumber
-
- PositiveOrZeroValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive or zero.
- PositiveOrZeroValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveOrZeroValidatorForShort
-
- PositiveValidatorForBigDecimal - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForBigDecimal() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigDecimal
-
- PositiveValidatorForBigInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForBigInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForBigInteger
-
- PositiveValidatorForByte - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForByte() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForByte
-
- PositiveValidatorForCharSequence - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForCharSequence() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForCharSequence
-
- PositiveValidatorForDouble - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForDouble() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForDouble
-
- PositiveValidatorForFloat - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForFloat() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForFloat
-
- PositiveValidatorForInteger - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated positive.
- PositiveValidatorForInteger() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForInteger
-
- PositiveValidatorForLong - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated positive.
- PositiveValidatorForLong() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForLong
-
- PositiveValidatorForMonetaryAmount - Class in org.hibernate.validator.internal.constraintvalidators.bv.money
-
Check that the number being validated positive.
- PositiveValidatorForMonetaryAmount() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.money.PositiveValidatorForMonetaryAmount
-
- PositiveValidatorForNumber - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForNumber() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForNumber
-
- PositiveValidatorForShort - Class in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
-
Check that the number being validated is positive.
- PositiveValidatorForShort() - Constructor for class org.hibernate.validator.internal.constraintvalidators.bv.number.sign.PositiveValidatorForShort
-
- PotentiallyContainerCascadingMetaData - Class in org.hibernate.validator.internal.metadata.aggregated
-
A simplified view of the cascading validation metadata for a potentially container element at runtime.
- PredefinedScopeBeanMetaDataManager - Class in org.hibernate.validator.internal.metadata
-
- PredefinedScopeBeanMetaDataManager(ConstraintCreationContext, ExecutableHelper, ExecutableParameterNameProvider, JavaBeanHelper, ValidationOrderGenerator, List<MetaDataProvider>, MethodValidationConfiguration, BeanMetaDataClassNormalizer, Set<Class<?>>) - Constructor for class org.hibernate.validator.internal.metadata.PredefinedScopeBeanMetaDataManager
-
- PredefinedScopeConfigurationImpl - Class in org.hibernate.validator.internal.engine
-
- PredefinedScopeConfigurationImpl(BootstrapState) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- PredefinedScopeConfigurationImpl(ValidationProvider<?>) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- PredefinedScopeConstraintValidatorManagerImpl - Class in org.hibernate.validator.internal.engine.constraintvalidation
-
- PredefinedScopeConstraintValidatorManagerImpl(ConstraintValidatorFactory, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.constraintvalidation.PredefinedScopeConstraintValidatorManagerImpl
-
Creates a new ConstraintValidatorManager
.
- PredefinedScopeHibernateValidator - Class in org.hibernate.validator
-
Implementation of ValidationProvider
limiting validation to a predefined scope.
- PredefinedScopeHibernateValidator() - Constructor for class org.hibernate.validator.PredefinedScopeHibernateValidator
-
- PredefinedScopeHibernateValidatorConfiguration - Interface in org.hibernate.validator
-
- PredefinedScopeHibernateValidatorFactory - Interface in org.hibernate.validator
-
Provides Hibernate Validator extensions to
ValidatorFactory
in the context of a predefined scope.
- PredefinedScopeValidatorContextImpl - Class in org.hibernate.validator.internal.engine
-
- PredefinedScopeValidatorContextImpl(PredefinedScopeValidatorFactoryImpl) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeValidatorContextImpl
-
- PredefinedScopeValidatorFactoryImpl - Class in org.hibernate.validator.internal.engine
-
Factory returning initialized Validator
instances.
- PredefinedScopeValidatorFactoryImpl(ConfigurationState) - Constructor for class org.hibernate.validator.internal.engine.PredefinedScopeValidatorFactoryImpl
-
- preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.ConfigurationImpl
-
- preloadResourceBundles() - Method in class org.hibernate.validator.internal.engine.PredefinedScopeConfigurationImpl
-
- PrimitiveCheck - Class in org.hibernate.validator.ap.internal.checks
-
Validates that the given element is not of a primitive type.
- PrimitiveCheck() - Constructor for class org.hibernate.validator.ap.internal.checks.PrimitiveCheck
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.validator.ap.ConstraintValidationProcessor
-
- process(XMLEventReader, XMLEvent) - Method in class org.hibernate.validator.internal.xml.AbstractStaxBuilder
-
- processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.hibernate.validator.cdi.ValidationExtension
-
Used to register the method validation interceptor bindings.
- processBean(ProcessBean<?>) - Method in class org.hibernate.validator.cdi.ValidationExtension
-
Watches the ProcessBean
event in order to determine whether beans for ValidatorFactory
and
Validator
already have been registered by some other component.
- processingDirection(Mod11Check.ProcessingDirection) - Method in class org.hibernate.validator.cfg.defs.Mod11CheckDef
-
- ProgrammaticMetaDataProvider - Class in org.hibernate.validator.internal.metadata.provider
-
- ProgrammaticMetaDataProvider(ConstraintCreationContext, Set<DefaultConstraintMapping>) - Constructor for class org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
-
- property(String, ElementType) - Method in interface org.hibernate.validator.cfg.context.PropertyTarget
-
- property(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl
-
Deprecated.
- property(String, ElementType) - Method in class org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl
-
Deprecated.
- Property - Interface in org.hibernate.validator.internal.properties
-
- Property - Interface in org.hibernate.validator.spi.nodenameprovider
-
Base interface for property metadata.
- PROPERTY_NODE_NAME_PROVIDER_CLASSNAME - Static variable in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Property for configuring the property node name provider, allowing to select an implementation of
PropertyNodeNameProvider
which will be used for property name resolution when creating a property path.
- PropertyAccessor - Interface in org.hibernate.validator.internal.properties
-
- PropertyConstraintMappingContext - Interface in org.hibernate.validator.cfg.context
-
Constraint mapping creational context representing a property of a bean.
- PropertyDescriptorImpl - Class in org.hibernate.validator.internal.metadata.descriptor
-
Describes a validated property.
- PropertyDescriptorImpl(Type, String, Set<ConstraintDescriptorImpl<?>>, Set<ContainerElementTypeDescriptor>, 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
-
- propertyNameMustNotBeEmpty() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- PropertyNode - Interface in org.hibernate.validator.path
-
Node representing a property, providing Hibernate Validator specific functionality.
- propertyNodeNameProvider(PropertyNodeNameProvider) - Method in interface org.hibernate.validator.BaseHibernateValidatorConfiguration
-
Allows to set a property node name provider, defining how the name of a property node will be resolved
when constructing a property path as the one returned by
ConstraintViolation.getPropertyPath()
.
- propertyNodeNameProvider(PropertyNodeNameProvider) - Method in class org.hibernate.validator.internal.engine.AbstractConfigurationImpl
-
- PropertyNodeNameProvider - Interface in org.hibernate.validator.spi.nodenameprovider
-
This interface is used to resolve the name of a property node when creating the property path.
- propertyPathCannotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- PropertyTarget - Interface in org.hibernate.validator.cfg.context
-
Facet of a constraint mapping creational context which allows to select the bean
property to which the next operations shall apply.
- 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
- putValidatorDescriptors(Class<A>, List<ConstraintValidatorDescriptor<A>>, boolean) - Method in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Registers the given validator descriptors with the given constraint
annotation type.
- VALID - Static variable in class org.hibernate.validator.ap.internal.util.TypeNames.BeanValidationTypes
-
- valid() - Method in interface org.hibernate.validator.cfg.context.Cascadable
-
Marks the current element (property, parameter etc.) as cascadable.
- 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(List<ParameterMetaData>) - 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<?, Object>) - Method in class org.hibernate.validator.internal.metadata.core.MetaConstraint
-
- validateConstraints(ValidationContext<?>, ValueContext<?, ?>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- validateConstraints(ValidationContext<?>, ValueContext<?, ?>, Collection<ConstraintValidatorContextImpl>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- validateConstructorInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.internal.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
-
- validatedBy(Class<? extends ConstraintValidator<A, ?>>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
-
Adds a new validator to validate this constraint.
- validatedConstructorCreatedInstanceMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedConstructorMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedMethodMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedObjectMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validatedParameterArrayMustNotBeNull() - Method in interface org.hibernate.validator.internal.util.logging.Messages
-
- validateMethodInvocation(InvocationContext) - Method in class org.hibernate.validator.cdi.internal.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
-
- validateSingleConstraint(ValueContext<?, ?>, ConstraintValidatorContextImpl, ConstraintValidator<A, V>) - Method in class org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
- validateType(Class<T>) - Method in interface org.hibernate.validator.cfg.context.ConstraintDefinitionContext
-
Allows to configure a validation implementation using a Lambda expression or method reference.
- 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.ValueContext
-
- VALIDATION_APPLIES_TO - Static variable in class org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
- ValidationBootstrapParameters - Class in org.hibernate.validator.internal.xml.config
-
- ValidationBootstrapParameters() - Constructor for class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- ValidationBootstrapParameters(BootstrapConfiguration, ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters
-
- ValidationContext<T> - Interface in org.hibernate.validator.internal.engine.validationcontext
-
Context object interface keeping track of all required data for operations inside
ConstraintTree
and its subclasses.
- ValidationContextBuilder - Class in org.hibernate.validator.internal.engine.validationcontext
-
Builder for creating AbstractValidationContext
s suited for the different kinds of validation.
- ValidationContextBuilder(ConstraintValidatorManager, ConstraintValidatorFactory, ValidatorScopedContext, TraversableResolver, HibernateConstraintValidatorInitializationContext) - Constructor for class org.hibernate.validator.internal.engine.validationcontext.ValidationContextBuilder
-
- ValidationEnabledAnnotatedCallable<T> - Class in org.hibernate.validator.cdi.internal.interceptor
-
- ValidationEnabledAnnotatedCallable(AnnotatedCallable<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
-
- ValidationEnabledAnnotatedConstructor<T> - Class in org.hibernate.validator.cdi.internal.interceptor
-
- ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedConstructor
-
- ValidationEnabledAnnotatedMethod<T> - Class in org.hibernate.validator.cdi.internal.interceptor
-
- ValidationEnabledAnnotatedMethod(AnnotatedMethod<T>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedMethod
-
- ValidationEnabledAnnotatedType<T> - Class in org.hibernate.validator.cdi.internal.interceptor
-
- ValidationEnabledAnnotatedType(AnnotatedType<T>, Set<AnnotatedCallable<? super T>>) - Constructor for class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType
-
- ValidationExtension - Class in org.hibernate.validator.cdi.internal
-
- ValidationExtension() - Constructor for class org.hibernate.validator.cdi.internal.ValidationExtension
-
Deprecated.
- ValidationExtension - Class in org.hibernate.validator.cdi
-
A CDI portable extension which integrates Bean Validation with CDI.
- ValidationExtension() - Constructor for class org.hibernate.validator.cdi.ValidationExtension
-
- ValidationInterceptor - Class in org.hibernate.validator.cdi.internal.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.cdi.internal.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.
- ValidationOrder.DefaultGroupValidationOrder - Class in org.hibernate.validator.internal.engine.groups
-
- ValidationOrder.DefaultSequenceValidationOrder - Class in org.hibernate.validator.internal.engine.groups
-
- 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
-
- ValidationProviderHelper - Class in org.hibernate.validator.cdi.internal
-
Provides functionality for dealing with validation provider types.
- ValidationXmlParser - Class in org.hibernate.validator.internal.xml.config
-
Parser for validation.xml.
- ValidationXmlParser(ClassLoader) - Constructor for class org.hibernate.validator.internal.xml.config.ValidationXmlParser
-
- ValidatorBean - Class in org.hibernate.validator.cdi.internal
-
- ValidatorBean(BeanManager, Bean<?>, ValidationProviderHelper) - Constructor for class org.hibernate.validator.cdi.internal.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.cdi.internal
-
- ValidatorFactoryBean(BeanManager, ValidationProviderHelper) - Constructor for class org.hibernate.validator.cdi.internal.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
-
- ValidatorFactoryScopedContext - Class in org.hibernate.validator.internal.engine
-
- ValidatorImpl - Class in org.hibernate.validator.internal.engine
-
The main Bean Validation class.
- ValidatorImpl(ConstraintValidatorFactory, BeanMetaDataManager, ValueExtractorManager, ConstraintValidatorManager, ValidationOrderGenerator, ValidatorFactoryScopedContext) - Constructor for class org.hibernate.validator.internal.engine.ValidatorImpl
-
- ValidatorScopedContext - Class in org.hibernate.validator.internal.engine.validationcontext
-
Context object storing the
Validator
level helper and configuration properties.
- ValidatorScopedContext(ValidatorFactoryScopedContext) - Constructor for class org.hibernate.validator.internal.engine.validationcontext.ValidatorScopedContext
-
- value(String...) - Method in class org.hibernate.validator.cfg.defs.CurrencyDef
-
- 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
-
- ValueContext<T,V> - Class in org.hibernate.validator.internal.engine.valuecontext
-
An instance of this class is used to collect all the relevant information for validating a single class, property or
method invocation.
- ValueContext.ValueState<V> - Class in org.hibernate.validator.internal.engine.valuecontext
-
- ValueContexts - Class in org.hibernate.validator.internal.engine.valuecontext
-
- ValueExtractorDescriptor - Class in org.hibernate.validator.internal.engine.valueextraction
-
- ValueExtractorDescriptor(ValueExtractor<?>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
- ValueExtractorDescriptor.Key - Class in org.hibernate.validator.internal.engine.valueextraction
-
- ValueExtractorHelper - Class in org.hibernate.validator.internal.engine.valueextraction
-
- ValueExtractorManager - Class in org.hibernate.validator.internal.engine.valueextraction
-
- ValueExtractorManager(Set<ValueExtractor<?>>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
- ValueExtractorManager(ValueExtractorManager, Map<ValueExtractorDescriptor.Key, ValueExtractorDescriptor>) - Constructor for class org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
-
- ValueExtractorResolver - Class in org.hibernate.validator.internal.engine.valueextraction
-
Contains resolving algorithms for
ValueExtractor
s, and caches for these
extractors based on container types.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue.IssueKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
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.EAN.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.ISBN.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.Mod11Check.ProcessingDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.ModCheck.ModType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.constraints.SafeHtml.WhiteListType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType
-
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.location.ConstraintLocation.ConstraintLocationKind
-
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) - 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.internal.checks.ConstraintCheckIssue.IssueKind
-
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.internal.util.AnnotationApiHelper.UnwrapMode
-
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.internal.util.ConstraintHelper.AnnotationProcessorConstraintTarget
-
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.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
-
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.internal.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.internal.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.CodePointLength.NormalizationStrategy
-
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.EAN.Type
-
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.ISBN.Type
-
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.Mod11Check.ProcessingDirection
-
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
-
Deprecated.
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
-
Deprecated.
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.engine.messageinterpolation.InterpolationTermType
-
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.location.ConstraintLocation.ConstraintLocationKind
-
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 - Variable in class org.hibernate.validator.ap.internal.AbstractElementVisitor
-
- VERBOSE_PROCESSOR_OPTION - Static variable in class org.hibernate.validator.ap.internal.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 - Class in org.hibernate.validator.internal.util
-
- visitExecutableAsMethod(ExecutableElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
-
Checks whether the constraints of the given method are valid.
- visitExecutableAsMethod(ExecutableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
method.
- visitTypeAsAnnotationType(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
annotation type declaration.
- visitTypeAsClass(TypeElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
-
Doesn't perform any checks at the moment but calls a visit methods on its own elements.
- visitTypeAsClass(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
class type declaration.
- visitTypeAsEnum(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
enum type declaration.
- visitTypeAsInterface(TypeElement, Void) - Method in class org.hibernate.validator.ap.internal.ClassVisitor
-
Doesn't perform any checks at the moment but calls a visit methods on its own elements.
- visitTypeAsInterface(TypeElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
interface type declaration.
- visitVariableAsField(VariableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
field.
- visitVariableAsParameter(VariableElement, List<AnnotationMirror>) - Method in class org.hibernate.validator.ap.internal.ConstraintAnnotationVisitor
-
Checks whether the given annotations are correctly specified at the given
method parameter.
- 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
-