Package org.jboss.resteasy.jsapi
Class MethodMetaData
java.lang.Object
org.jboss.resteasy.jsapi.MethodMetaData
-
Constructor Summary
ConstructorsConstructorDescriptionMethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringappendURIFragments(String... fragments) static StringappendURIFragments(ServiceRegistry registry, String classPath, String methodPath) Class<?> getKlass()static ResourceLocatorgetResourceLocator(ResourceInvoker invoker) getUri()getWants()protected voidprocessMetaData(Class<?> type, Annotation[] annotations, boolean useBody)
-
Constructor Details
-
MethodMetaData
public MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker) throws Exception - Throws:
Exception
-
-
Method Details
-
getResourceLocator
- Throws:
Exception
-
processMetaData
-
appendURIFragments
public static String appendURIFragments(ServiceRegistry registry, String classPath, String methodPath) -
appendURIFragments
-
getInvoker
-
getMethod
-
getKlass
-
getWants
-
getConsumesMIMEType
-
getUri
-
getFunctionName
-
getParameters
-
getHttpMethods
-
getFunctionPrefix
-