Interface BootstrapContext

    • Method Detail

      • getContainers

        ConcurrentHashMap<Object,​BootstrapContainer> getContainers()
        Return the sub context of context, or null if there is no parent and this is the root of the context hierarchy.
        Returns:
        the parent context, or null if there is no parent
      • getContext

        <T> T getContext​(Class<T> moduleContextCls)