|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cascadable | |
|---|---|
| org.hibernate.validator.internal.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.internal.metadata.aggregated | The classes in this package contain the aggregated meta data needed for an actual validation. |
| org.hibernate.validator.internal.metadata.facets | Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation). |
| Uses of Cascadable in org.hibernate.validator.internal.engine |
|---|
| Methods in org.hibernate.validator.internal.engine with parameters of type Cascadable | |
|---|---|
void |
ValueContext.appendNode(Cascadable node)
|
| Uses of Cascadable in org.hibernate.validator.internal.metadata.aggregated |
|---|
| Classes in org.hibernate.validator.internal.metadata.aggregated that implement Cascadable | |
|---|---|
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. |
| Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type Cascadable | |
|---|---|
Iterable<Cascadable> |
ValidatableParametersMetaData.getCascadables()
|
Iterable<Cascadable> |
ReturnValueMetaData.getCascadables()
|
Set<Cascadable> |
BeanMetaDataImpl.getCascadables()
|
| Constructor parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type Cascadable | |
|---|---|
ValidatableParametersMetaData(Iterable<? extends Cascadable> cascadables)
|
|
| Uses of Cascadable in org.hibernate.validator.internal.metadata.facets |
|---|
| Methods in org.hibernate.validator.internal.metadata.facets that return types with arguments of type Cascadable | |
|---|---|
Iterable<Cascadable> |
Validatable.getCascadables()
Returns the cascaded elements of this validatable, e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||