Class BeanListener

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

    public final class BeanListener
    extends Object
    implements com.google.inject.spi.TypeListener
    TypeListener that listens for bean types and arranges for their properties to be injected.
    • Constructor Detail

      • BeanListener

        public BeanListener​(BeanBinder beanBinder)
    • Method Detail

      • hear

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