Uses of Interface
net.sf.cglib.core.internal.Function
-
Packages that use Function Package Description net.sf.cglib.core net.sf.cglib.core.internal -
-
Uses of Function in net.sf.cglib.core
Fields in net.sf.cglib.core declared as Function Modifier and Type Field Description private static Function<AbstractClassGenerator,java.lang.Object>
AbstractClassGenerator.ClassLoaderData. GET_KEY
-
Uses of Function in net.sf.cglib.core.internal
Fields in net.sf.cglib.core.internal declared as Function Modifier and Type Field Description static Function
LoadingCache. IDENTITY
protected Function<K,KK>
LoadingCache. keyMapper
protected Function<K,V>
LoadingCache. loader
Methods in net.sf.cglib.core.internal that return Function Modifier and Type Method Description static <K> Function<K,K>
LoadingCache. identity()
Constructors in net.sf.cglib.core.internal with parameters of type Function Constructor Description LoadingCache(Function<K,KK> keyMapper, Function<K,V> loader)
-