Package | Description |
---|---|
javax.validation.metadata | |
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.descriptor |
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the
representation of method level constraints.
|
org.hibernate.validator.method.metadata |
Deprecated. Will by replaced by equivalent
functionality defined by the Bean Validation 1.1 API as of Hibernate
Validator 5.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanDescriptor
Describes a constrained Java Bean and the constraints associated to it.
|
interface |
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.
|
Modifier and Type | Method and Description |
---|---|
ElementDescriptor |
ConstraintMetaData.asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl<T>
Describes a validated bean.
|
class |
ElementDescriptorImpl
Describes a validated element (class, field or property).
|
class |
MethodDescriptorImpl
Describes a validated method.
|
class |
ParameterDescriptorImpl
Describes a validated method parameter.
|
class |
PropertyDescriptorImpl
Describes a validated property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodDescriptor
Deprecated.
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
interface |
ParameterDescriptor
Deprecated.
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
interface |
TypeDescriptor
Deprecated.
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.