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, isCascaded
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCascaded
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
public ParameterDescriptorImpl(Class<?> type, int index, Set<ConstraintDescriptorImpl<?>> constraints, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
public int getIndex()
ParameterDescriptor
getIndex
in interface ParameterDescriptor
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved