com.sun.jersey.server.impl.cdi
Class DiscoveredParameter

java.lang.Object
  extended by 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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscoveredParameter

public DiscoveredParameter(java.lang.annotation.Annotation annotation,
                           java.lang.reflect.Type type,
                           DefaultValue defaultValue,
                           boolean encoded)
Method Detail

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.