public class ParameterDescriptor extends IgnorableDescriptor<ParameterDescriptor>
RequestDocumentation.parameterWithName(java.lang.String)| Modifier | Constructor and Description |
|---|---|
protected |
ParameterDescriptor(String name)
Creates a new
ParameterDescriptor describing the parameter with the given
name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the parameter being described by this descriptor.
|
ignored, isIgnoredattributes, description, getAttributes, getDescriptionprotected ParameterDescriptor(String name)
ParameterDescriptor describing the parameter with the given
name.name - the name of the parameterpublic final String getName()