org.jboss.resteasy.jsapi
Class MethodParamMetaData
java.lang.Object
org.jboss.resteasy.jsapi.MethodParamMetaData
public class MethodParamMetaData
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodParamMetaData
public MethodParamMetaData(java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
MethodParamMetaData.MethodParamType paramType,
java.lang.String paramName)
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.