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
Modifier and TypeFieldDescriptionprotected Method
protected String
protected Type
protected Method
protected MethodParameter[]
protected String
protected ResourceClass
protected Class
<?> -
Constructor Summary
ConstructorDescriptionDefaultResourceLocator
(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:
getResourceClass
in interfaceResourceLocator
-
getReturnType
- Specified by:
getReturnType
in interfaceResourceLocator
-
getGenericReturnType
- Specified by:
getGenericReturnType
in interfaceResourceLocator
-
getMethod
- Specified by:
getMethod
in interfaceResourceLocator
-
getAnnotatedMethod
- Specified by:
getAnnotatedMethod
in interfaceResourceLocator
-
getParams
- Specified by:
getParams
in interfaceResourceLocator
-
getFullpath
- Specified by:
getFullpath
in interfaceResourceLocator
-
getPath
- Specified by:
getPath
in interfaceResourceLocator
-
toString
-