| 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 | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cascadable> |
BeanMetaDataImpl.getCascadables() |
Iterable<Cascadable> |
ParameterListMetaData.getCascadables() |
Iterable<Cascadable> |
ReturnValueMetaData.getCascadables() |
Iterable<Cascadable> |
Validatable.getCascadables()
Returns the cascaded elements of this validatable, e.g.
|
| Constructor and Description |
|---|
ParameterListMetaData(Iterable<? extends Cascadable> cascadables) |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved