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