public class ResourceClass extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
clazz |
protected ResourceConstructor |
constructor |
protected FieldParameter[] |
fields |
protected String |
path |
protected ResourceLocator[] |
resourceLocators |
protected ResourceMethod[] |
resourceMethods |
protected SetterParameter[] |
setters |
Constructor and Description |
---|
ResourceClass(Class<?> clazz,
String path) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
ResourceConstructor |
getConstructor() |
FieldParameter[] |
getFields() |
String |
getPath() |
ResourceLocator[] |
getResourceLocators() |
ResourceMethod[] |
getResourceMethods() |
SetterParameter[] |
getSetters() |
protected Class<?> clazz
protected FieldParameter[] fields
protected SetterParameter[] setters
protected ResourceMethod[] resourceMethods
protected ResourceLocator[] resourceLocators
protected ResourceConstructor constructor
protected String path
public String getPath()
public Class<?> getClazz()
public ResourceConstructor getConstructor()
public FieldParameter[] getFields()
public SetterParameter[] getSetters()
public ResourceMethod[] getResourceMethods()
public ResourceLocator[] getResourceLocators()
Copyright © 2014. All Rights Reserved.