Class ParentCache

java.lang.Object
org.jvnet.testing.hk2mockito.internal.cache.ParentCache

@Service public class ParentCache extends Object
Cache service used to track parent child relationship between injectees and their parent.
Author:
Sharmarke Aden
  • Method Details

    • put

      public void put(Type child, Type parent)
    • get

      public Type get(Type child)