org.jboss.resteasy.jsapi
Class MethodMetaData

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

public class MethodMetaData
extends Object


Constructor Summary
MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethod resource)
           
 
Method Summary
static String appendURIFragments(ServiceRegistry registry, Path classPath, Path methodPath)
           
static String appendURIFragments(String... fragments)
           
 String getConsumesMIMEType()
           
 String getFunctionName()
           
 String getFunctionPrefix()
           
 Collection<String> getHttpMethods()
           
 Class<?> getKlass()
           
 Method getMethod()
           
 List<MethodParamMetaData> getParameters()
           
 ResourceMethod getResource()
           
 String getUri()
           
 String getWants()
           
protected  void processMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMetaData

public MethodMetaData(ServiceRegistry serviceRegistry,
                      ResourceMethod resource)
Method Detail

processMetaData

protected void processMetaData(Class<?> type,
                               Annotation[] annotations,
                               boolean useBody)

appendURIFragments

public static String appendURIFragments(String... fragments)

getResource

public ResourceMethod getResource()

getMethod

public Method getMethod()

getKlass

public Class<?> getKlass()

getWants

public String getWants()

getConsumesMIMEType

public String getConsumesMIMEType()

getUri

public String getUri()

getFunctionName

public String getFunctionName()

getParameters

public List<MethodParamMetaData> getParameters()

getHttpMethods

public Collection<String> getHttpMethods()

appendURIFragments

public static String appendURIFragments(ServiceRegistry registry,
                                        Path classPath,
                                        Path methodPath)

getFunctionPrefix

public String getFunctionPrefix()


Copyright © 2012. All Rights Reserved.