public class ResourceClass
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class<?> |
clazz |
protected ResourceConstructor |
constructor |
private static FieldParameter[] |
EMPTY_FIELD_PARAMS |
private static ResourceLocator[] |
EMPTY_RESOURCE_LOCATORS |
private static ResourceMethod[] |
EMPTY_RESOURCE_METHODS |
private static SetterParameter[] |
EMPTY_SETTER_PARAMETERS |
protected FieldParameter[] |
fields |
protected java.lang.String |
path |
protected ResourceLocator[] |
resourceLocators |
protected ResourceMethod[] |
resourceMethods |
protected SetterParameter[] |
setters |
Constructor and Description |
---|
ResourceClass(java.lang.Class<?> clazz,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getClazz() |
ResourceConstructor |
getConstructor() |
FieldParameter[] |
getFields() |
java.lang.String |
getPath() |
ResourceLocator[] |
getResourceLocators() |
ResourceMethod[] |
getResourceMethods() |
SetterParameter[] |
getSetters() |
private static final FieldParameter[] EMPTY_FIELD_PARAMS
private static final SetterParameter[] EMPTY_SETTER_PARAMETERS
private static final ResourceMethod[] EMPTY_RESOURCE_METHODS
private static final ResourceLocator[] EMPTY_RESOURCE_LOCATORS
protected java.lang.Class<?> clazz
protected FieldParameter[] fields
protected SetterParameter[] setters
protected ResourceMethod[] resourceMethods
protected ResourceLocator[] resourceLocators
protected ResourceConstructor constructor
protected java.lang.String path
public ResourceClass(java.lang.Class<?> clazz, java.lang.String path)
public java.lang.String getPath()
public java.lang.Class<?> getClazz()
public ResourceConstructor getConstructor()
public FieldParameter[] getFields()
public SetterParameter[] getSetters()
public ResourceMethod[] getResourceMethods()
public ResourceLocator[] getResourceLocators()