|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validatable | |
|---|---|
| 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. |
| Uses of Validatable in org.hibernate.validator.internal.engine |
|---|
| Methods in org.hibernate.validator.internal.engine that return Validatable | |
|---|---|
Validatable |
ValueContext.getCurrentValidatable()
|
| Methods in org.hibernate.validator.internal.engine with parameters of type Validatable | ||
|---|---|---|
static
|
ValueContext.getLocalExecutionContext(Class<T> type,
Validatable validatable,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
Validatable validatable,
PathImpl propertyPath)
|
|
| Uses of Validatable in org.hibernate.validator.internal.metadata.aggregated |
|---|
| Subinterfaces of Validatable in org.hibernate.validator.internal.metadata.aggregated | |
|---|---|
interface |
BeanMetaData<T>
Interface defining the meta data about the constraints defined in a given bean. |
| Classes in org.hibernate.validator.internal.metadata.aggregated that implement Validatable | |
|---|---|
class |
BeanMetaDataImpl<T>
This class encapsulates all meta data needed for validation. |
class |
ReturnValueMetaData
Represents the constraint related meta data of the return value of a method or constructor. |
class |
ValidatableParametersMetaData
Represents the constraint related meta data of the arguments of a method or constructor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||