Package | Description |
---|---|
org.jvnet.testing.hk2mockito.internal | |
org.jvnet.testing.hk2mockito.internal.cache |
Modifier and Type | Method and Description |
---|---|
MockitoCacheKey |
ObjectFactory.newKey(java.lang.reflect.Type type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<MockitoCacheKey,java.lang.Object> |
MockitoService.primeCache(java.lang.Class type)
Given a class analyze its fields, create services, create mock/spy
proxies of found services, and them to the cache.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.reflect.Type,java.util.Map<MockitoCacheKey,java.lang.Object>> |
MemberCache.cache |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MockitoCacheKey,java.lang.Object> |
MemberCache.add(java.lang.reflect.Type type) |
java.util.Map<MockitoCacheKey,java.lang.Object> |
MemberCache.get(java.lang.reflect.Type type) |