Package org.jboss.resteasy.spi.metadata
Interface ResourceLocator
- 
- All Known Subinterfaces:
 ResourceMethod
- All Known Implementing Classes:
 DefaultResourceLocator,DefaultResourceMethod
public interface ResourceLocator- Author:
 - Christian Kaltepoth
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetAnnotatedMethod()StringgetFullpath()TypegetGenericReturnType()MethodgetMethod()MethodParameter[]getParams()StringgetPath()ResourceClassgetResourceClass()Class<?>getReturnType() 
 - 
 
- 
- 
Method Detail
- 
getResourceClass
ResourceClass getResourceClass()
 
- 
getReturnType
Class<?> getReturnType()
 
- 
getGenericReturnType
Type getGenericReturnType()
 
- 
getMethod
Method getMethod()
 
- 
getAnnotatedMethod
Method getAnnotatedMethod()
 
- 
getParams
MethodParameter[] getParams()
 
- 
getFullpath
String getFullpath()
 
- 
getPath
String getPath()
 
 - 
 
 -