Class MapInjector<K,​T>

    • Constructor Detail

      • MapInjector

        public MapInjector​(Map<K,​T> map,
                           K key)
        Deprecated.
        Construct a new instance.
        Parameters:
        map - the map to update
        key - the key for this injector
    • Method Detail

      • uninject

        public void uninject()
        Deprecated.
        Uninject the given value (in other words, cancel or undo a previous injection). Only called after inject() has been called.
        Specified by:
        uninject in interface Injector<K>