public class DiscoveredParameter extends Object
Constructor and Description |
---|
DiscoveredParameter(Annotation annotation,
Type type,
javax.ws.rs.DefaultValue defaultValue,
boolean encoded) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotation() |
javax.ws.rs.DefaultValue |
getDefaultValue() |
Type |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isEncoded() |
String |
toString() |
public DiscoveredParameter(Annotation annotation, Type type, javax.ws.rs.DefaultValue defaultValue, boolean encoded)
public Annotation getAnnotation()
public Type getType()
public javax.ws.rs.DefaultValue getDefaultValue()
public boolean isEncoded()
public String getValue()
Copyright © 2013 Oracle Corporation. All rights reserved.