Class MediationListener.Mediation<Q extends java.lang.annotation.Annotation,​T,​W>

  • Enclosing class:
    MediationListener

    private static final class MediationListener.Mediation<Q extends java.lang.annotation.Annotation,​T,​W>
    extends java.lang.Object
    Record containing all the necessary details about a mediated watcher.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Mediator<Q,​T,​W> mediator  
      (package private) com.google.inject.Key<T> watchedKey  
      (package private) java.lang.Class<W> watcherType  
    • Constructor Summary

      Constructors 
      Constructor Description
      Mediation​(com.google.inject.Key<T> watchedKey, Mediator<Q,​T,​W> mediator, java.lang.Class<W> watcherType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • watchedKey

        final com.google.inject.Key<T> watchedKey
      • mediator

        final Mediator<Q extends java.lang.annotation.Annotation,​T,​W> mediator
      • watcherType

        final java.lang.Class<W> watcherType
    • Constructor Detail

      • Mediation

        Mediation​(com.google.inject.Key<T> watchedKey,
                  Mediator<Q,​T,​W> mediator,
                  java.lang.Class<W> watcherType)