Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.core.internal |
Modifier and Type | Field and Description |
---|---|
private static Function<AbstractClassGenerator,java.lang.Object> |
AbstractClassGenerator.ClassLoaderData.GET_KEY |
Modifier and Type | Field and Description |
---|---|
static Function |
LoadingCache.IDENTITY |
protected Function<K,KK> |
LoadingCache.keyMapper |
protected Function<K,V> |
LoadingCache.loader |
Modifier and Type | Method and Description |
---|---|
static <K> Function<K,K> |
LoadingCache.identity() |
Constructor and Description |
---|
LoadingCache(Function<K,KK> keyMapper,
Function<K,V> loader) |
LoadingCache(Function<K,KK> keyMapper,
Function<K,V> loader) |