public class DefaultResourceClass extends Object implements ResourceClass
| 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 |
|---|
DefaultResourceClass(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()
getPath in interface ResourceClasspublic Class<?> getClazz()
getClazz in interface ResourceClasspublic ResourceConstructor getConstructor()
getConstructor in interface ResourceClasspublic FieldParameter[] getFields()
getFields in interface ResourceClasspublic SetterParameter[] getSetters()
getSetters in interface ResourceClasspublic ResourceMethod[] getResourceMethods()
getResourceMethods in interface ResourceClasspublic ResourceLocator[] getResourceLocators()
getResourceLocators in interface ResourceClassCopyright © 2019 JBoss by Red Hat. All rights reserved.