Package | Description |
---|---|
javax.validation.metadata | |
org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanDescriptor
Describes a constrained Java Bean and the constraints associated to it.
|
interface |
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl<T> |
class |
ElementDescriptorImpl
Describes a validated element (class, field or property).
|
class |
MethodDescriptorImpl |
class |
ParameterDescriptorImpl |
class |
PropertyDescriptorImpl
Describes a validated element (class, field or property).
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodDescriptor
Describes a method and the constraints associated with it.
|
interface |
ParameterDescriptor
Describes a constrained parameter and the constraints associated with it.
|
interface |
TypeDescriptor
Describes a constrained Java type and the constraints associated to it.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.