Class ImplicitBindings


  • final class ImplicitBindings
    extends java.lang.Object
    Source of "implicit" bindings; includes @ImplementedBy, @ProvidedBy, and concrete types.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> com.google.inject.Binding<T> get​(com.google.inject.TypeLiteral<T> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImplicitBindings

        ImplicitBindings​(java.lang.Iterable<BindingPublisher> publishers)
    • Method Detail

      • get

        public <T> com.google.inject.Binding<T> get​(com.google.inject.TypeLiteral<T> type)