Class ApiContext


  • public class ApiContext
    extends Object
    Version:
    1.0
    Author:
    Ruben Bermudez
    • Constructor Detail

      • ApiContext

        public ApiContext()
    • Method Detail

      • getInstance

        public static <T> T getInstance​(Class<T> type)
      • register

        public static <T,​S extends T> void register​(Class<T> type,
                                                          Class<S> implementation)
      • registerSingleton

        public static <T,​S extends T> void registerSingleton​(Class<T> type,
                                                                   Class<S> implementation)