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, isIgnored
attributes, description, getAttributes, getDescription
protected ParameterDescriptor(String name)
ParameterDescriptor
describing the parameter with the given
name
.name
- the name of the parameterpublic final String getName()