Interface ResourceClass
- All Known Implementing Classes:
DefaultResourceClass
public interface ResourceClass
- Author:
- Christian Kaltepoth
-
Method Details
-
getPath
String getPath() -
getClazz
Class<?> getClazz() -
getConstructor
ResourceConstructor getConstructor() -
getFields
FieldParameter[] getFields() -
getSetters
SetterParameter[] getSetters() -
getResourceMethods
ResourceMethod[] getResourceMethods() -
getResourceLocators
ResourceLocator[] getResourceLocators()
-