|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintMetaData | |
|---|---|
| org.hibernate.validator.internal.metadata.aggregated | The classes in this package contain the aggregated meta data needed for an actual validation. |
| Uses of ConstraintMetaData in org.hibernate.validator.internal.metadata.aggregated |
|---|
| Classes in org.hibernate.validator.internal.metadata.aggregated that implement ConstraintMetaData | |
|---|---|
class |
AbstractConstraintMetaData
Base implementation for ConstraintMetaData with attributes common
to all type of meta data. |
class |
ExecutableMetaData
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. |
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. |
| Methods in org.hibernate.validator.internal.metadata.aggregated that return ConstraintMetaData | |
|---|---|
abstract ConstraintMetaData |
MetaDataBuilder.build()
Creates a new, read-only ConstraintMetaData object with all
constraint information related to the method or property represented by
this builder. |
| Constructor parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type ConstraintMetaData | |
|---|---|
BeanMetaDataImpl(Class<T> beanClass,
List<Class<?>> defaultGroupSequence,
DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider,
Set<ConstraintMetaData> constraintMetaData)
Creates a new BeanMetaDataImpl |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||