| Package | Description |
|---|---|
| javax.validation | |
| javax.validation.metadata |
| Modifier and Type | Method and Description |
|---|---|
ElementDescriptor |
Path.Node.getElementDescriptor()
Returns a descriptor for the element (bean, property, method etc.)
represented by this node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanDescriptor
Describes a constrained Java Bean and the constraints associated to it.
|
interface |
ConstructorDescriptor
Describes a validated constructor.
|
interface |
MethodDescriptor
Describes a validated method.
|
interface |
ParameterDescriptor
Describes a validated method or constructor parameter.
|
interface |
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.
|
interface |
ReturnValueDescriptor
Describes a validated return value of a method or constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ElementDescriptor> |
ElementDescriptor.as(Class<T> descriptorType)
Narrows the type of this descriptor down to the given type.
|
Copyright © 2013. All Rights Reserved.