Package | Description |
---|---|
org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
org.hibernate.validator.method |
This package provides support for method-level constraints based
on JSR 303: Bean
Validation, Appendix C ("Proposal for method-level validation").
|
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
ValidatorImpl.getConstraintsForType(Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl<T> |
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
BeanMetaDataImpl.getTypeDescriptor() |
TypeDescriptor |
BeanMetaData.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
MethodValidator.getConstraintsForType(Class<?> clazz)
Returns a descriptor providing access to constraint-related meta data for
the given type.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.