public class MethodMetaData extends Object
Constructor and Description |
---|
MethodMetaData(ServiceRegistry serviceRegistry,
ResourceMethodInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
static String |
appendURIFragments(ServiceRegistry registry,
String classPath,
String methodPath) |
static String |
appendURIFragments(String... fragments) |
String |
getConsumesMIMEType() |
String |
getFunctionName() |
String |
getFunctionPrefix() |
Collection<String> |
getHttpMethods() |
ResourceMethodInvoker |
getInvoker() |
Class<?> |
getKlass() |
Method |
getMethod() |
List<MethodParamMetaData> |
getParameters() |
static ResourceLocator |
getResourceLocator(ResourceInvoker invoker) |
String |
getUri() |
String |
getWants() |
protected void |
processMetaData(Class<?> type,
Annotation[] annotations,
boolean useBody) |
public MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker) throws Exception
Exception
public static ResourceLocator getResourceLocator(ResourceInvoker invoker) throws Exception
Exception
protected void processMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
public static String appendURIFragments(ServiceRegistry registry, String classPath, String methodPath)
public ResourceMethodInvoker getInvoker()
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 String getFunctionPrefix()
Copyright © 2017 JBoss by Red Hat. All rights reserved.