public interface PropertyDescriptor extends ElementDescriptor
ElementDescriptor.ConstraintFinder| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Name of the property acording to the Java Bean specification.
|
boolean |
isCascaded()
Is the property marked by the
@Valid annotation. |
findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsboolean isCascaded()
@Valid annotation.true if the annotation is present, false otherwise.String getPropertyName()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.