public class ParameterMetaData extends AbstractConstraintMetaData
An aggregated view of the constraint related meta data for a single method parameter.
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterMetaData.Builder |
ConstraintMetaData.ConstraintMetaDataKind| Modifier and Type | Method and Description |
|---|---|
ParameterDescriptor |
asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
int |
getIndex() |
asDescriptors, equals, getConstraints, getKind, getName, getType, hashCode, isCascading, isConstrained, iterator, toStringpublic int getIndex()
public ParameterDescriptor asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
ConstraintMetaDatadefaultGroupSequenceRedefined - Whether the bean hosting the represented element has a
redefined default group sequence or not.defaultGroupSequence - The default group sequence of the bean hosting the represented
element.ElementDescriptor.Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved