Class QualifiedTypeBinder

    • Constructor Summary

      Constructors 
      Constructor Description
      QualifiedTypeBinder​(com.google.inject.Binder binder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hear​(java.lang.Class qualifiedType, java.lang.Object source)
      Invoked when the QualifiedTypeVisitor finds a qualified type.
      • Methods inherited from class java.lang.Object

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

      • QualifiedTypeBinder

        public QualifiedTypeBinder​(com.google.inject.Binder binder)
    • Method Detail

      • hear

        public void hear​(java.lang.Class qualifiedType,
                         java.lang.Object source)
        Description copied from interface: QualifiedTypeListener
        Invoked when the QualifiedTypeVisitor finds a qualified type.
        Specified by:
        hear in interface QualifiedTypeListener
        Parameters:
        qualifiedType - The qualified type
        source - The source of this type
        See Also:
        Binder.withSource(Object)