org.jboss.resteasy.jsapi
Class MethodMetaData
java.lang.Object
org.jboss.resteasy.jsapi.MethodMetaData
public class MethodMetaData
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodMetaData
public MethodMetaData(java.lang.String url,
ResourceMethod resource)
processMetaData
protected void processMetaData(java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
boolean useBody)
getResource
public ResourceMethod getResource()
getMethod
public java.lang.reflect.Method getMethod()
getKlass
public java.lang.Class<?> getKlass()
getWants
public java.lang.String getWants()
getConsumesMIMEType
public java.lang.String getConsumesMIMEType()
getUri
public java.lang.String getUri()
getFunctionName
public java.lang.String getFunctionName()
getParameters
public java.util.List<MethodParamMetaData> getParameters()
getHttpMethods
public java.util.Collection<java.lang.String> getHttpMethods()
getKey
public java.lang.String getKey()
Copyright © 2010. All Rights Reserved.