public abstract class BaseApiProvider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSTRUCTOR_METHOD |
protected java.util.List<java.lang.reflect.Method> |
constructors |
static java.lang.String |
CTOR_GROOVY_METHOD |
protected java.util.List |
instanceMethods |
protected java.util.List<java.lang.reflect.Method> |
staticMethods |
| Constructor and Description |
|---|
BaseApiProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addApi(java.lang.Object apiInstance) |
public static final java.lang.String CONSTRUCTOR_METHOD
public static final java.lang.String CTOR_GROOVY_METHOD
protected java.util.List instanceMethods
protected java.util.List<java.lang.reflect.Method> staticMethods
protected java.util.List<java.lang.reflect.Method> constructors