|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractConstraintMetaData | |
|---|---|
| org.hibernate.validator.internal.metadata.aggregated | 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 |
|---|
| Subclasses of AbstractConstraintMetaData in org.hibernate.validator.internal.metadata.aggregated | |
|---|---|
class |
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 |
ParameterMetaData
An aggregated view of the constraint related meta data for a single method parameter. |
class |
PropertyMetaData
Represents the constraint related meta data for a JavaBeans property. |
class |
ReturnValueMetaData
Represents the constraint related meta data of the return value of a method or constructor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||