public class ResourceLocator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.reflect.Method |
annotatedMethod |
protected java.lang.String |
fullpath |
protected java.lang.reflect.Type |
genericReturnType |
protected java.lang.reflect.Method |
method |
protected MethodParameter[] |
params |
protected java.lang.String |
path |
protected ResourceClass |
resourceClass |
protected java.lang.Class<?> |
returnType |
Constructor and Description |
---|
ResourceLocator(ResourceClass resourceClass,
java.lang.reflect.Method method,
java.lang.reflect.Method annotatedMethod) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getAnnotatedMethod() |
java.lang.String |
getFullpath() |
java.lang.reflect.Type |
getGenericReturnType() |
java.lang.reflect.Method |
getMethod() |
MethodParameter[] |
getParams() |
java.lang.String |
getPath() |
ResourceClass |
getResourceClass() |
java.lang.Class<?> |
getReturnType() |
java.lang.String |
toString() |
protected ResourceClass resourceClass
protected java.lang.Class<?> returnType
protected java.lang.reflect.Type genericReturnType
protected java.lang.reflect.Method method
protected java.lang.reflect.Method annotatedMethod
protected MethodParameter[] params
protected java.lang.String fullpath
protected java.lang.String path
public ResourceLocator(ResourceClass resourceClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)
public ResourceClass getResourceClass()
public java.lang.Class<?> getReturnType()
public java.lang.reflect.Type getGenericReturnType()
public java.lang.reflect.Method getMethod()
public java.lang.reflect.Method getAnnotatedMethod()
public MethodParameter[] getParams()
public java.lang.String getFullpath()
public java.lang.String getPath()
public java.lang.String toString()
toString
in class java.lang.Object