Package 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. The aggregated
meta data view takes into account type inheritance, configuration source, etc and aggregates for a given type.
-
ClassDescriptionBase implementation for
ConstraintMetaDatawith attributes common to all type of meta data.AbstractPropertyCascadable<T extends Property>ACascadablebacked by a property of a Java bean.BeanMetaData<T>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.Creates newExecutableMetaDatainstances.ACascadablebacked by a field of a Java bean.ACascadablebacked by a getter of a Java bean.Provides group conversion functionality toCascadables.BuildsConstraintMetaDatainstances for theConstrainedElementobjects 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.