Package org.grails.core.metaclass
Class BaseApiProvider
- java.lang.Object
-
- org.grails.core.metaclass.BaseApiProvider
-
@Deprecated public abstract class BaseApiProvider extends java.lang.ObjectDeprecated.Use traits instead- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONSTRUCTOR_METHODDeprecated.protected java.util.List<java.lang.reflect.Method>constructorsDeprecated.static java.lang.StringCTOR_GROOVY_METHODDeprecated.protected java.util.ListinstanceMethodsDeprecated.protected java.util.List<java.lang.reflect.Method>staticMethodsDeprecated.
-
Constructor Summary
Constructors Constructor Description BaseApiProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddApi(java.lang.Object apiInstance)Deprecated.
-
-
-
Field Detail
-
CONSTRUCTOR_METHOD
public static final java.lang.String CONSTRUCTOR_METHOD
Deprecated.- See Also:
- Constant Field Values
-
CTOR_GROOVY_METHOD
public static final java.lang.String CTOR_GROOVY_METHOD
Deprecated.- See Also:
- Constant Field Values
-
instanceMethods
protected java.util.List instanceMethods
Deprecated.
-
staticMethods
protected java.util.List<java.lang.reflect.Method> staticMethods
Deprecated.
-
constructors
protected java.util.List<java.lang.reflect.Method> constructors
Deprecated.
-
-