|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDescriptor
Describes a Java Bean property hosting validation constraints. Constraints placed on the attribute and the getter of a given property are all referenced.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind |
| Method Summary | |
|---|---|
String |
getPropertyName()
Name of the property according to the Java Bean specification. |
boolean |
isCascaded()
Is the property marked by the @Valid annotation. |
| Methods inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
as, findConstraints, getConstraintDescriptors, getElementClass, getKind, hasConstraints |
| Method Detail |
|---|
boolean isCascaded()
@Valid annotation.
true if the annotation is present, false otherwise.String getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||