@Service public class ParentCache extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.reflect.Type,java.lang.reflect.Type> |
cache |
Constructor and Description |
---|
ParentCache(java.util.Map cache) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Type |
get(java.lang.reflect.Type child) |
void |
put(java.lang.reflect.Type child,
java.lang.reflect.Type parent) |
@Inject ParentCache(@HK2Mockito java.util.Map cache)