public class DefaultResourceLocator extends Object implements ResourceLocator
| Modifier and Type | Field and Description |
|---|---|
protected Method |
annotatedMethod |
protected String |
fullpath |
protected Type |
genericReturnType |
protected Method |
method |
protected MethodParameter[] |
params |
protected String |
path |
protected ResourceClass |
resourceClass |
protected Class<?> |
returnType |
| Constructor and Description |
|---|
DefaultResourceLocator(ResourceClass resourceClass,
Method method,
Method annotatedMethod) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getAnnotatedMethod() |
String |
getFullpath() |
Type |
getGenericReturnType() |
Method |
getMethod() |
MethodParameter[] |
getParams() |
String |
getPath() |
ResourceClass |
getResourceClass() |
Class<?> |
getReturnType() |
String |
toString() |
protected ResourceClass resourceClass
protected Class<?> returnType
protected Type genericReturnType
protected Method method
protected Method annotatedMethod
protected MethodParameter[] params
protected String fullpath
protected String path
public DefaultResourceLocator(ResourceClass resourceClass, Method method, Method annotatedMethod)
public ResourceClass getResourceClass()
getResourceClass in interface ResourceLocatorpublic Class<?> getReturnType()
getReturnType in interface ResourceLocatorpublic Type getGenericReturnType()
getGenericReturnType in interface ResourceLocatorpublic Method getMethod()
getMethod in interface ResourceLocatorpublic Method getAnnotatedMethod()
getAnnotatedMethod in interface ResourceLocatorpublic MethodParameter[] getParams()
getParams in interface ResourceLocatorpublic String getFullpath()
getFullpath in interface ResourceLocatorpublic String getPath()
getPath in interface ResourceLocatorCopyright © 2020 JBoss by Red Hat. All rights reserved.