public class ResourceLocator extends Object
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 |
---|
ResourceLocator(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() |
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 ResourceLocator(ResourceClass resourceClass, Method method, Method annotatedMethod)
public ResourceClass getResourceClass()
public Class<?> getReturnType()
public Type getGenericReturnType()
public Method getMethod()
public Method getAnnotatedMethod()
public MethodParameter[] getParams()
public String getFullpath()
public String getPath()
Copyright © 2015 JBoss by Red Hat. All rights reserved.