| Package | Description |
|---|---|
| org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
| Modifier and Type | Method and Description |
|---|---|
MethodMetaData |
MethodMetaData.Builder.build()
Creates a new, read-only
ConstraintMetaData object with all
constraint information related to the method or property represented by
this builder. |
MethodMetaData |
BeanMetaDataImpl.getMetaDataFor(Method method) |
MethodMetaData |
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<MethodMetaData> |
BeanMetaDataImpl.getAllMethodMetaData() |
Set<MethodMetaData> |
BeanMetaData.getAllMethodMetaData()
Returns the constraint-related meta data for all the methods of the type
represented by this bean meta data.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved