org.jboss.resteasy.jsapi
Class MethodParamMetaData

java.lang.Object
  extended by org.jboss.resteasy.jsapi.MethodParamMetaData

public class MethodParamMetaData
extends java.lang.Object


Nested Class Summary
static class MethodParamMetaData.MethodParamType
           
 
Constructor Summary
MethodParamMetaData(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, MethodParamMetaData.MethodParamType paramType, java.lang.String paramName)
           
 
Method Summary
 java.lang.annotation.Annotation[] getAnnotations()
           
 java.lang.String getParamName()
           
 MethodParamMetaData.MethodParamType getParamType()
           
 java.lang.Class<?> getType()
           
 void setAnnotations(java.lang.annotation.Annotation[] annotations)
           
 void setParamName(java.lang.String paramName)
           
 void setParamType(MethodParamMetaData.MethodParamType paramType)
           
 void setType(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParamMetaData

public MethodParamMetaData(java.lang.Class<?> type,
                           java.lang.annotation.Annotation[] annotations,
                           MethodParamMetaData.MethodParamType paramType,
                           java.lang.String paramName)
Method Detail

getType

public java.lang.Class<?> getType()

setType

public void setType(java.lang.Class<?> type)

getAnnotations

public java.lang.annotation.Annotation[] getAnnotations()

setAnnotations

public void setAnnotations(java.lang.annotation.Annotation[] annotations)

getParamType

public MethodParamMetaData.MethodParamType getParamType()

setParamType

public void setParamType(MethodParamMetaData.MethodParamType paramType)

getParamName

public java.lang.String getParamName()

setParamName

public void setParamName(java.lang.String paramName)


Copyright © 2010. All Rights Reserved.