| Package | Description |
|---|---|
| javax.validation.metadata |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor |
BeanDescriptor.getConstraintsForProperty(String propertyName)
Return the property descriptor for a given property.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyDescriptor> |
BeanDescriptor.getConstrainedProperties()
Returns a set of property descriptors having at least one constraint defined
or marked as cascaded (
@Valid). |
Copyright © 2013. All Rights Reserved.