Class BaseApiProvider


  • @Deprecated
    public abstract class BaseApiProvider
    extends java.lang.Object
    Deprecated.
    Use traits instead
    Since:
    2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONSTRUCTOR_METHOD
      Deprecated.
       
      protected java.util.List<java.lang.reflect.Method> constructors
      Deprecated.
       
      static java.lang.String CTOR_GROOVY_METHOD
      Deprecated.
       
      protected java.util.List instanceMethods
      Deprecated.
       
      protected java.util.List<java.lang.reflect.Method> staticMethods
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseApiProvider()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addApi​(java.lang.Object apiInstance)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • BaseApiProvider

        public BaseApiProvider()
        Deprecated.
    • Method Detail

      • addApi

        public void addApi​(java.lang.Object apiInstance)
        Deprecated.