Class Parameter

java.lang.Object
org.jboss.resteasy.spi.metadata.Parameter
Direct Known Subclasses:
ConstructorParameter, FieldParameter, MethodParameter, SetterParameter

public abstract class Parameter extends Object
Version:
$Revision: 1 $
  • Field Details

    • resourceClass

      protected ResourceClass resourceClass
    • type

      protected Class<?> type
    • genericType

      protected Type genericType
    • paramType

      protected Parameter.ParamType paramType
    • paramName

      protected String paramName
    • encoded

      protected boolean encoded
    • defaultValue

      protected String defaultValue
    • suspendTimeout

      protected long suspendTimeout
  • Constructor Details

  • Method Details

    • getResourceClass

      public ResourceClass getResourceClass()
    • getType

      public Class<?> getType()
    • getGenericType

      public Type getGenericType()
    • getParamType

      public Parameter.ParamType getParamType()
    • getParamName

      public String getParamName()
    • isEncoded

      public boolean isEncoded()
    • getDefaultValue

      public String getDefaultValue()
    • getSuspendTimeout

      public long getSuspendTimeout()
    • getAccessibleObject

      public abstract AccessibleObject getAccessibleObject()
    • getAnnotations

      public abstract Annotation[] getAnnotations()