public interface ParameterDescriptor
extends javax.validation.metadata.ElementDescriptor
| 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.
|
boolean isCascaded()
Valid annotation either locally or in the inheritance hierarchy.True, if this parameter shall be
validated recursively, false otherwise.int getIndex()
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved