Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
ValueContext.appendNode(Cascadable node) |
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.
|
class |
ReturnValueMetaData
Represents the constraint related meta data of the return value of a method
or constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Cascadable> |
ValidatableParametersMetaData.getCascadables() |
Iterable<Cascadable> |
UnconstrainedEntityMetaDataSingleton.getCascadables() |
Iterable<Cascadable> |
ReturnValueMetaData.getCascadables() |
Set<Cascadable> |
BeanMetaDataImpl.getCascadables() |
Constructor and Description |
---|
ValidatableParametersMetaData(Iterable<? extends Cascadable> cascadables) |
Modifier and Type | Method and Description |
---|---|
Iterable<Cascadable> |
Validatable.getCascadables()
Returns the cascaded elements of this validatable, e.g.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.