public interface ParameterDescriptor extends ElementDescriptor
ElementDescriptor.ConstraintFinder
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns this parameter's index within the parameter array of the
method holding it.
|
boolean |
isCascaded()
Whether cascaded validation for this parameter shall be
performed or not.
|
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
boolean isCascaded()
Valid
annotation either locally or in the inheritance hierarchy.True
, if this parameter shall be
validated recursively, false
otherwise.int getIndex()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.