Interface ResourceLocator
- All Known Subinterfaces:
ResourceMethod
- All Known Implementing Classes:
DefaultResourceLocator
,DefaultResourceMethod
public interface ResourceLocator
- Author:
- Christian Kaltepoth
-
Method Details
-
getResourceClass
ResourceClass getResourceClass() -
getReturnType
Class<?> getReturnType() -
getGenericReturnType
Type getGenericReturnType() -
getMethod
Method getMethod() -
getAnnotatedMethod
Method getAnnotatedMethod() -
getParams
MethodParameter[] getParams() -
getFullpath
String getFullpath() -
getPath
String getPath()
-