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, hasConstraints
int getIndex()
String getName()
boolean isCascaded()
true
, if this parameter shall be validated
recursively, false
otherwise.Copyright © 2007-2012. All Rights Reserved.