|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.validator.metadata | |
---|---|
org.hibernate.validator.engine | Implementations for the core interfaces of JSR-303. |
org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
org.hibernate.validator.xml | Classes used to parse Bean Validation XML configuration files. |
Classes in org.hibernate.validator.metadata used by org.hibernate.validator.engine | |
---|---|
BeanMetaDataCache
Cache for created instances of BeanMetaData . |
|
ConstraintDescriptorImpl
Describe a single constraint (including it's composing constraints). |
|
ConstraintHelper
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions. |
Classes in org.hibernate.validator.metadata used by org.hibernate.validator.metadata | |
---|---|
AggregatedMethodMetaData
An aggregated view of the constraint related meta data for a given method and all the methods in the inheritance hierarchy which it overrides or implements. |
|
AnnotationIgnores
This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored. |
|
BeanMetaConstraint
A MetaConstraint implementation that represents a field,
property-level or class level constraint and allows the unified handling of
these constraints. |
|
BeanMetaData
Interface defining the meta data about the constraints defined in a given bean. |
|
BeanMetaDataCache
Cache for created instances of BeanMetaData . |
|
BeanMetaDataImpl
This class encapsulates all meta data needed for validation. |
|
ConstraintDescriptorImpl
Describe a single constraint (including it's composing constraints). |
|
ConstraintHelper
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions. |
|
ConstraintOrigin
Visibility looked at when discovering constraints. |
|
ElementDescriptorImpl
Describes a validated element (class, field or property). |
|
MetaConstraint
Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. |
|
MethodMetaConstraint
A MetaConstraint implementation that represents a method parameter or return value constraint. |
|
MethodMetaData
Represents a method of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at it's parameters or return value. |
|
ParameterMetaData
Contains constraint-related meta-data for one method parameter. |
Classes in org.hibernate.validator.metadata used by org.hibernate.validator.xml | |
---|---|
AnnotationIgnores
This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored. |
|
BeanMetaConstraint
A MetaConstraint implementation that represents a field,
property-level or class level constraint and allows the unified handling of
these constraints. |
|
ConstraintHelper
Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |