Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
Validator.getConstraintsForClass(Class<?> clazz)
Returns the descriptor object describing bean constraints.
|
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
ValidatorImpl.getConstraintsForClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
UnconstrainedEntityMetaDataSingleton.getBeanDescriptor() |
BeanDescriptor |
BeanMetaDataImpl.getBeanDescriptor() |
BeanDescriptor |
BeanMetaData.getBeanDescriptor() |
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl
Describes a validated bean.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.