Class ResourceLocator

java.lang.Object
org.jboss.resteasy.spi.metadata.ResourceLocator
Direct Known Subclasses:
ResourceMethod

public class ResourceLocator extends Object
Version:
$Revision: 1 $
  • Field Details

    • resourceClass

      protected ResourceClass resourceClass
    • returnType

      protected Class<?> returnType
    • genericReturnType

      protected Type genericReturnType
    • method

      protected Method method
    • annotatedMethod

      protected Method annotatedMethod
    • params

      protected MethodParameter[] params
    • fullpath

      protected String fullpath
    • path

      protected String path
  • Constructor Details

  • Method Details

    • getResourceClass

      public ResourceClass getResourceClass()
    • getReturnType

      public Class<?> getReturnType()
    • getGenericReturnType

      public Type getGenericReturnType()
    • getMethod

      public Method getMethod()
    • getAnnotatedMethod

      public Method getAnnotatedMethod()
    • getParams

      public MethodParameter[] getParams()
    • getFullpath

      public String getFullpath()
    • getPath

      public String getPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object