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.
|
Modifier and Type | Method and Description |
---|---|
Validatable |
ValueContext.getCurrentValidatable() |
Modifier and Type | Method and Description |
---|---|
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(Class<T> type,
Validatable validatable,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(T value,
Validatable validatable,
PathImpl propertyPath) |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanMetaData<T>
Interface defining the meta data about the constraints defined in a given bean.
|
Modifier and Type | Class and Description |
---|---|
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 |
UnconstrainedEntityMetaDataSingleton<T>
A dummy implementation of
BeanMetaData used as a placeholder for unconstrained types. |
class |
ValidatableParametersMetaData
Represents the constraint related meta data of the arguments of a method or
constructor.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.