Package | Description |
---|---|
org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
Modifier and Type | Method and Description |
---|---|
AggregatedMethodMetaData |
AggregatedMethodMetaData.Builder.build()
Creates a new, read-only
AggregatedMethodMetaData object from
this builder. |
AggregatedMethodMetaData |
BeanMetaDataImpl.getMetaDataFor(Method method) |
AggregatedMethodMetaData |
BeanMetaData.getMetaDataFor(Method method)
Returns the constraint-related meta data for the given method of the
class represented by this bean meta data.
|
Modifier and Type | Method and Description |
---|---|
Set<AggregatedMethodMetaData> |
BeanMetaDataImpl.getAllMethodMetaData() |
Set<AggregatedMethodMetaData> |
BeanMetaData.getAllMethodMetaData()
Returns the constraint-related meta data for all the methods of the type
represented by this bean meta data.
|
Constructor and Description |
---|
MethodDescriptorImpl(BeanMetaData<?> metaDataBean,
AggregatedMethodMetaData methodMetaData) |
Constructor and Description |
---|
BeanMetaDataImpl(Class<T> beanClass,
ConstraintHelper constraintHelper,
List<Class<?>> defaultGroupSequence,
Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider,
Map<Class<?>,List<BeanMetaConstraint<?>>> constraints,
Set<AggregatedMethodMetaData> methodMetaDatas,
Set<Member> cascadedMembers,
AnnotationIgnores annotationIgnores,
BeanMetaDataCache beanMetaDataCache)
Constructor used when creating a bean meta data instance via the xml or programmatic API.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.