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.
|
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 |
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 |
---|---|
TypeDescriptor |
ValidatorImpl.getConstraintsForType(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
BeanMetaDataImpl.getTypeDescriptor() |
TypeDescriptor |
BeanMetaData.getTypeDescriptor() |
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl<T>
Describes a validated bean.
|
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
MethodValidator.getConstraintsForType(Class<?> clazz)
Deprecated.
Returns a descriptor providing access to constraint-related meta data for
the given type.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.