public interface ParameterDescriptor extends ElementDescriptor
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns this parameter's index within the parameter array of the method
or constructor holding it.
|
String |
getName()
Returns this parameter's name as retrieved by the current parameter name
resolver.
|
boolean |
isCascaded()
Whether a cascaded validation of this parameter shall be performed or
not.
|
as, findConstraints, getConstraintDescriptors, getElementClass, getKind, hasConstraintsint getIndex()
String getName()
boolean isCascaded()
true, if this parameter shall be validated
recursively, false otherwise.Copyright © 2013. All Rights Reserved.