Class MethodMetaData
java.lang.Object
org.jboss.resteasy.jsapi.MethodMetaData
-
Constructor Summary
ConstructorDescriptionMethodMetaData
(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
appendURIFragments
(String... fragments) static String
appendURIFragments
(ServiceRegistry registry, String classPath, String methodPath) Class
<?> getKlass()
static ResourceLocator
getResourceLocator
(ResourceInvoker invoker) getUri()
getWants()
protected void
processMetaData
(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
-