| Package | Description |
|---|---|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
| org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
| 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 |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
| 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.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
| Class and Description |
|---|
| BeanMetaData
Interface defining the meta data about the constraints defined in a given bean.
|
| ExecutableMetaData
An aggregated view of the constraint related meta data for a given method or
constructors and in (case of methods) all the methods in the inheritance
hierarchy which it overrides or implements.
|
| Class and Description |
|---|
| ExecutableMetaData
An aggregated view of the constraint related meta data for a given method or
constructors and in (case of methods) all the methods in the inheritance
hierarchy which it overrides or implements.
|
| Class and Description |
|---|
| BeanMetaData
Interface defining the meta data about the constraints defined in a given bean.
|
| Class and Description |
|---|
| AbstractConstraintMetaData
Base implementation for
ConstraintMetaData with attributes common
to all type of meta data. |
| BeanMetaData
Interface defining the meta data about the constraints defined in a given bean.
|
| BeanMetaDataImpl
This class encapsulates all meta data needed for validation.
|
| BeanMetaDataImpl.BeanMetaDataBuilder |
| CascadingMetaData
An aggregated view of the cascading validation metadata.
|
| CascadingMetaDataBuilder
A temporary data structure used to build
CascadingMetaData. |
| ConstraintMetaData
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.
|
| ContainerCascadingMetaData
An aggregated view of the cascading validation metadata for containers.
|
| ExecutableMetaData
An aggregated view of the constraint related meta data for a given method or
constructors and in (case of methods) all the methods in the inheritance
hierarchy which it overrides or implements.
|
| FieldCascadable
A
Cascadable backed by a field of a Java bean. |
| GetterCascadable
A
Cascadable backed by a property getter of a Java bean. |
| GroupConversionHelper
Provides group conversion functionality to
Cascadables. |
| MetaDataBuilder
Builds
ConstraintMetaData instances for the
ConstrainedElement objects representing one method or property in a
type's inheritance hierarchy. |
| NonContainerCascadingMetaData
A simplified view of the cascading validation metadata for an element that does not contain any container element
cascading.
|
| ParameterMetaData
An aggregated view of the constraint related meta data for a single method
parameter.
|
| PotentiallyContainerCascadingMetaData
A simplified view of the cascading validation metadata for a potentially container element at runtime.
|
| PropertyMetaData
Represents the constraint related meta data for a JavaBeans property.
|
| ReturnValueMetaData
Represents the constraint related meta data of the return value of a method
or constructor.
|
| ValidatableParametersMetaData
Represents the constraint related meta data of the arguments of a method or
constructor.
|
| Class and Description |
|---|
| CascadingMetaData
An aggregated view of the cascading validation metadata.
|
| CascadingMetaDataBuilder
A temporary data structure used to build
CascadingMetaData. |
| Class and Description |
|---|
| CascadingMetaDataBuilder
A temporary data structure used to build
CascadingMetaData. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.