Class AbstractServiceKey

  • Direct Known Subclasses:
    ServiceKey

    public abstract class AbstractServiceKey
    extends java.lang.Object
    Internal representation of ServiceKey which is needed in order to use a TypedMultiMap (using keys with a type parameter does not work in Scala 2.x).

    Internal API

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ServiceKey<java.lang.Object> asServiceKey()  
      • Methods inherited from class java.lang.Object

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

      • AbstractServiceKey

        public AbstractServiceKey()
    • Method Detail

      • asServiceKey

        public abstract ServiceKey<java.lang.Object> asServiceKey()