Class ResourceLocator

  • Direct Known Subclasses:
    ResourceMethod

    public class ResourceLocator
    extends java.lang.Object
    Version:
    $Revision: 1 $
    • Field Detail

      • returnType

        protected java.lang.Class<?> returnType
      • genericReturnType

        protected java.lang.reflect.Type genericReturnType
      • method

        protected java.lang.reflect.Method method
      • annotatedMethod

        protected java.lang.reflect.Method annotatedMethod
      • fullpath

        protected java.lang.String fullpath
      • path

        protected java.lang.String path
    • Constructor Detail

      • ResourceLocator

        public ResourceLocator​(ResourceClass resourceClass,
                               java.lang.reflect.Method method,
                               java.lang.reflect.Method annotatedMethod)
    • Method Detail

      • getReturnType

        public java.lang.Class<?> getReturnType()
      • getGenericReturnType

        public java.lang.reflect.Type getGenericReturnType()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • getAnnotatedMethod

        public java.lang.reflect.Method getAnnotatedMethod()
      • getFullpath

        public java.lang.String getFullpath()
      • getPath

        public java.lang.String getPath()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object