public class ParameterDescriptorImpl extends ElementDescriptorImpl implements ParameterDescriptor
ElementDescriptor.ConstraintFinder| Constructor and Description |
|---|
ParameterDescriptorImpl(Class<?> type,
int index,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns this parameter's index within the parameter array of the
method holding it.
|
asDescriptors, findConstraints, getConstraintDescriptors, getElementClass, hasConstraints, isCascadedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCascadedfindConstraints, getConstraintDescriptors, getElementClass, hasConstraintspublic ParameterDescriptorImpl(Class<?> type, int index, Set<ConstraintDescriptorImpl<?>> constraints, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
public int getIndex()
ParameterDescriptorgetIndex in interface ParameterDescriptorCopyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved