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").
|
org.hibernate.validator.method.metadata |
This package provides a meta model related to method-level
constraints and as such is an addition to the package
javax.validation.metadata
provided by the Bean Validation API. |
Class and Description |
---|
TypeDescriptor
Describes a constrained Java type and the constraints associated to it.
|
Class and Description |
---|
MethodDescriptor
Describes a method and the constraints associated with it.
|
ParameterDescriptor
Describes a constrained parameter and the constraints associated with it.
|
TypeDescriptor
Describes a constrained Java type and the constraints associated to it.
|
Class and Description |
---|
TypeDescriptor
Describes a constrained Java type and the constraints associated to it.
|
Class and Description |
---|
MethodDescriptor
Describes a method and the constraints associated with it.
|
ParameterDescriptor
Describes a constrained parameter and the constraints associated with it.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.