Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
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(BeanMetaDataManager beanMetaDataManager,
ExecutableParameterNameProvider parameterNameProvider,
java.lang.Class<T> rootBeanType,
Validatable validatable,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(BeanMetaDataManager beanMetaDataManager,
ExecutableParameterNameProvider parameterNameProvider,
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 |
ValidatableParametersMetaData
Represents the constraint related meta data of the arguments of a method or
constructor.
|
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved