public class MethodMetaData extends Object
Constructor and Description |
---|
MethodMetaData(ServiceRegistry serviceRegistry,
ResourceMethodInvoker resource) |
Modifier and Type | Method and Description |
---|---|
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() |
ResourceMethodInvoker |
getResource() |
String |
getUri() |
String |
getWants() |
protected void |
processMetaData(Class<?> type,
Annotation[] annotations,
boolean useBody) |
public MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker resource)
protected void processMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
public ResourceMethodInvoker getResource()
public Method getMethod()
public Class<?> getKlass()
public String getWants()
public String getConsumesMIMEType()
public String getUri()
public String getFunctionName()
public List<MethodParamMetaData> getParameters()
public Collection<String> getHttpMethods()
public static String appendURIFragments(ServiceRegistry registry, Path classPath, Path methodPath)
public String getFunctionPrefix()
Copyright © 2013. All Rights Reserved.