Interface BeanContext


  • public interface BeanContext
    • Method Detail

      • getBinding

        <T> java.util.function.Supplier<T> getBinding​(java.lang.Class<T> type)
      • getService

        <T> java.util.function.Supplier<T> getService​(java.lang.Class<T> type)