public class ResourceConstructor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Constructor |
constructor |
protected ConstructorParameter[] |
params |
protected ResourceClass |
resourceClass |
| Constructor and Description |
|---|
ResourceConstructor(ResourceClass resourceClass,
java.lang.reflect.Constructor constructor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Constructor |
getConstructor() |
ConstructorParameter[] |
getParams() |
ResourceClass |
getResourceClass() |
protected ResourceClass resourceClass
protected java.lang.reflect.Constructor constructor
protected ConstructorParameter[] params
public ResourceConstructor(ResourceClass resourceClass, java.lang.reflect.Constructor constructor)
public ResourceClass getResourceClass()
public java.lang.reflect.Constructor getConstructor()
public ConstructorParameter[] getParams()