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, hasConstraints
boolean isCascaded()
@Valid
annotation.true
if the annotation is present, false
otherwise.String getPropertyName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.