Class LogTypeListener

  • All Implemented Interfaces:
    com.google.inject.spi.TypeListener

    public class LogTypeListener
    extends java.lang.Object
    implements com.google.inject.spi.TypeListener
    • Constructor Summary

      Constructors 
      Constructor Description
      LogTypeListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <I> void hear​(com.google.inject.TypeLiteral<I> type, com.google.inject.spi.TypeEncounter<I> encounter)  
      • Methods inherited from class java.lang.Object

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

      • LogTypeListener

        public LogTypeListener()
    • Method Detail

      • hear

        public <I> void hear​(com.google.inject.TypeLiteral<I> type,
                             com.google.inject.spi.TypeEncounter<I> encounter)
        Specified by:
        hear in interface com.google.inject.spi.TypeListener