public class DiscoveredParameter
extends java.lang.Object
| Constructor and Description |
|---|
DiscoveredParameter(java.lang.annotation.Annotation annotation,
java.lang.reflect.Type type,
DefaultValue defaultValue,
boolean encoded) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.annotation.Annotation |
getAnnotation() |
DefaultValue |
getDefaultValue() |
java.lang.reflect.Type |
getType() |
java.lang.String |
getValue() |
int |
hashCode() |
boolean |
isEncoded() |
java.lang.String |
toString() |
public DiscoveredParameter(java.lang.annotation.Annotation annotation,
java.lang.reflect.Type type,
DefaultValue defaultValue,
boolean encoded)
public java.lang.annotation.Annotation getAnnotation()
public java.lang.reflect.Type getType()
public DefaultValue getDefaultValue()
public boolean isEncoded()
public java.lang.String getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 Oracle Corporation. All Rights Reserved.