public final class ParameterMetadata extends Object
| Constructor and Description |
|---|
ParameterMetadata(org.springframework.core.MethodParameter parameter,
String baseRel)
Creates a new
ParameterMetadata for the given MethodParameter and base rel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ResourceDescription |
getDescription()
Returns the description for the method parameter.
|
String |
getName()
Return sthe name of the method parameter.
|
int |
hashCode() |
public ParameterMetadata(org.springframework.core.MethodParameter parameter,
String baseRel)
ParameterMetadata for the given MethodParameter and base rel.name - must not be null or empty.baseRel - must not be null or empty.public String getName()
public ResourceDescription getDescription()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.