Uses of Class
org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
Packages that use AbstractConstraintMetaData
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
-
Uses of AbstractConstraintMetaData in org.hibernate.validator.internal.metadata.aggregated
Modifier and TypeClassDescriptionclassRepresents the constraint related meta data for a type i.e.classAn 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.classAn aggregated view of the constraint related meta data for a single method parameter.classRepresents the constraint related meta data for a JavaBeans property.classRepresents the constraint related meta data of the return value of a method or constructor.