Package | Description |
---|---|
javax.validation | |
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.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 | Method and Description |
---|---|
BeanDescriptor |
Validator.getConstraintsForClass(Class<?> clazz)
Return the descriptor object describing bean constraints.
|
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
ValidatorImpl.getConstraintsForClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
BeanMetaDataImpl.getBeanDescriptor() |
BeanDescriptor |
BeanMetaData.getBeanDescriptor() |
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl<T>
Describes a validated bean.
|
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
BeanDescriptorImpl.getBeanDescriptor() |
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
TypeDescriptor.getBeanDescriptor()
Deprecated.
Returns a descriptor for the bean related constraints of this type.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.