com.sun.jersey.server.impl.cdi
Class DiscoveredParameter
java.lang.Object
com.sun.jersey.server.impl.cdi.DiscoveredParameter
public class DiscoveredParameter
- extends java.lang.Object
Records all information about a JAX-RS-related parameter.
- Author:
- robc
|
Constructor Summary |
DiscoveredParameter(java.lang.annotation.Annotation annotation,
java.lang.reflect.Type type,
DefaultValue defaultValue,
boolean encoded)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DiscoveredParameter
public DiscoveredParameter(java.lang.annotation.Annotation annotation,
java.lang.reflect.Type type,
DefaultValue defaultValue,
boolean encoded)
getAnnotation
public java.lang.annotation.Annotation getAnnotation()
getType
public java.lang.reflect.Type getType()
getDefaultValue
public DefaultValue getDefaultValue()
isEncoded
public boolean isEncoded()
getValue
public java.lang.String getValue()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2014 Oracle Corporation. All Rights Reserved.