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

java.lang.Object
  extended by com.sun.jersey.server.impl.cdi.DiscoveredParameter

public class DiscoveredParameter
extends Object

Records all information about a JAX-RS-related parameter.

Author:
robc

Constructor Summary
DiscoveredParameter(Annotation annotation, Type type, DefaultValue defaultValue, boolean encoded)
           
 
Method Summary
 boolean equals(Object obj)
           
 Annotation getAnnotation()
           
 DefaultValue getDefaultValue()
           
 Type getType()
           
 String getValue()
           
 int hashCode()
           
 boolean isEncoded()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscoveredParameter

public DiscoveredParameter(Annotation annotation,
                           Type type,
                           DefaultValue defaultValue,
                           boolean encoded)
Method Detail

getAnnotation

public Annotation getAnnotation()

getType

public Type getType()

getDefaultValue

public DefaultValue getDefaultValue()

isEncoded

public boolean isEncoded()

getValue

public String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.