com.sun.jersey.server.impl.cdi
Class DiscoveredParameter
java.lang.Object
com.sun.jersey.server.impl.cdi.DiscoveredParameter
public class DiscoveredParameter
- extends Object
Records all information about a JAX-RS-related parameter.
- Author:
- robc
DiscoveredParameter
public DiscoveredParameter(Annotation annotation,
Type type,
DefaultValue defaultValue,
boolean encoded)
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.