Package org.jboss.resteasy.spi.metadata
Class DefaultResourceLocator
java.lang.Object
org.jboss.resteasy.spi.metadata.DefaultResourceLocator
- All Implemented Interfaces:
ResourceLocator
- Direct Known Subclasses:
DefaultResourceMethod
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Methodprotected Stringprotected Typeprotected Methodprotected MethodParameter[]protected Stringprotected ResourceClassprotected Class<?> -
Constructor Summary
ConstructorsConstructorDescriptionDefaultResourceLocator(ResourceClass resourceClass, Method method, Method annotatedMethod) -
Method Summary
-
Field Details
-
resourceClass
-
returnType
-
genericReturnType
-
method
-
annotatedMethod
-
params
-
fullpath
-
path
-
-
Constructor Details
-
DefaultResourceLocator
-
-
Method Details
-
getResourceClass
- Specified by:
getResourceClassin interfaceResourceLocator
-
getReturnType
- Specified by:
getReturnTypein interfaceResourceLocator
-
getGenericReturnType
- Specified by:
getGenericReturnTypein interfaceResourceLocator
-
getMethod
- Specified by:
getMethodin interfaceResourceLocator
-
getAnnotatedMethod
- Specified by:
getAnnotatedMethodin interfaceResourceLocator
-
getParams
- Specified by:
getParamsin interfaceResourceLocator
-
getFullpath
- Specified by:
getFullpathin interfaceResourceLocator
-
getPath
- Specified by:
getPathin interfaceResourceLocator
-
toString
-