Uses of Package
org.hibernate.validator.internal.metadata.aggregated
Packages that use org.hibernate.validator.internal.metadata.aggregated
Package
Description
Classes related to the Path.Node API.
Contains various implementation of validation contexts and supporting classes.
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
The classes in this package contain the aggregated meta data needed for an actual validation.
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).
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
-
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.engine.pathClassDescriptionAn 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.
-
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.engine.validationcontextClassDescriptionInterface defining the meta data about the constraints defined in a given bean.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.
-
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.engine.valuecontextClassDescriptionInterface defining the meta data about the constraints defined in a given bean.
-
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadataClassDescriptionInterface defining the meta data about the constraints defined in a given bean.
-
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadata.aggregatedClassDescriptionBase implementation for
ConstraintMetaData
with attributes common to all type of meta data.ACascadable
backed by a property of a Java bean.Interface defining the meta data about the constraints defined in a given bean.This class encapsulates all meta data needed for validation.An aggregated view of the cascading validation metadata.A temporary data structure used to buildCascadingMetaData
.Represents the constraint related meta data for a type i.e.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.An aggregated view of the cascading validation metadata for containers.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.Provides group conversion functionality toCascadable
s.BuildsConstraintMetaData
instances for theConstrainedElement
objects representing one method or property in a type's inheritance hierarchy.A simplified view of the cascading validation metadata for an element that does not contain any container element cascading.An aggregated view of the constraint related meta data for a single method parameter.A simplified view of the cascading validation metadata for a potentially container element at runtime.Represents the constraint related meta data for a JavaBeans property.Represents the constraint related meta data of the return value of a method or constructor.Represents the constraint related meta data of the arguments of a method or constructor. -
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadata.facetsClassDescriptionAn aggregated view of the cascading validation metadata.A temporary data structure used to build
CascadingMetaData
. -
Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadata.raw