Class DefaultResourceClass
java.lang.Object
org.jboss.resteasy.spi.metadata.DefaultResourceClass
-
Field Summary
Modifier and TypeFieldDescriptionprotected Class
<?> protected ResourceConstructor
protected FieldParameter[]
protected String
protected ResourceLocator[]
protected ResourceMethod[]
protected SetterParameter[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
clazz
-
fields
-
setters
-
resourceMethods
-
resourceLocators
-
constructor
-
path
-
-
Constructor Details
-
DefaultResourceClass
-
-
Method Details
-
getPath
- Specified by:
getPath
in interfaceResourceClass
-
getClazz
- Specified by:
getClazz
in interfaceResourceClass
-
getConstructor
- Specified by:
getConstructor
in interfaceResourceClass
-
getFields
- Specified by:
getFields
in interfaceResourceClass
-
getSetters
- Specified by:
getSetters
in interfaceResourceClass
-
getResourceMethods
- Specified by:
getResourceMethods
in interfaceResourceClass
-
getResourceLocators
- Specified by:
getResourceLocators
in interfaceResourceClass
-