Class MethodMetaData

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

public class MethodMetaData extends Object
  • Constructor Details

  • Method Details

    • getResourceLocator

      public static org.jboss.resteasy.spi.metadata.ResourceLocator getResourceLocator(org.jboss.resteasy.spi.ResourceInvoker invoker) throws Exception
      Throws:
      Exception
    • processMetaData

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

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

      public static String appendURIFragments(String... fragments)
    • getInvoker

      public ResourceMethodInvoker getInvoker()
    • 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()
    • getFunctionPrefix

      public String getFunctionPrefix()