|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterDescriptor
Describes a validated method or constructor parameter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
---|
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind |
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.validation.metadata.ElementDescriptor |
---|
as, findConstraints, getConstraintDescriptors, getElementClass, getKind, hasConstraints |
Method Detail |
---|
int getIndex()
String getName()
boolean isCascaded()
true
, if this parameter shall be validated
recursively, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |