Uses of Class
net.sf.cglib.core.AbstractClassGenerator
-
Packages that use AbstractClassGenerator Package Description net.sf.cglib.beans net.sf.cglib.core net.sf.cglib.proxy net.sf.cglib.reflect net.sf.cglib.util -
-
Uses of AbstractClassGenerator in net.sf.cglib.beans
Subclasses of AbstractClassGenerator in net.sf.cglib.beans Modifier and Type Class Description static class
BeanCopier.Generator
class
BeanGenerator
static class
BeanMap.Generator
static class
BulkBean.Generator
static class
ImmutableBean.Generator
-
Uses of AbstractClassGenerator in net.sf.cglib.core
Subclasses of AbstractClassGenerator in net.sf.cglib.core Modifier and Type Class Description static class
KeyFactory.Generator
Fields in net.sf.cglib.core with type parameters of type AbstractClassGenerator Modifier and Type Field Description private LoadingCache<AbstractClassGenerator,java.lang.Object,java.lang.Object>
AbstractClassGenerator.ClassLoaderData. generatedClasses
AbstractClassGenerator
here holds "cache key" (e.g.private static Function<AbstractClassGenerator,java.lang.Object>
AbstractClassGenerator.ClassLoaderData. GET_KEY
Methods in net.sf.cglib.core that return AbstractClassGenerator Modifier and Type Method Description static AbstractClassGenerator
AbstractClassGenerator. getCurrent()
Used internally by CGLIB.Methods in net.sf.cglib.core with parameters of type AbstractClassGenerator Modifier and Type Method Description java.lang.Object
AbstractClassGenerator.ClassLoaderData. get(AbstractClassGenerator gen, boolean useCache)
-
Uses of AbstractClassGenerator in net.sf.cglib.proxy
Subclasses of AbstractClassGenerator in net.sf.cglib.proxy Modifier and Type Class Description class
Enhancer
Generates dynamic subclasses to enable method interception.class
InterfaceMaker
Generates new interfaces at runtime.static class
Mixin.Generator
-
Uses of AbstractClassGenerator in net.sf.cglib.reflect
Subclasses of AbstractClassGenerator in net.sf.cglib.reflect Modifier and Type Class Description static class
ConstructorDelegate.Generator
static class
FastClass.Generator
static class
MethodDelegate.Generator
static class
MulticastDelegate.Generator
-
Uses of AbstractClassGenerator in net.sf.cglib.util
Subclasses of AbstractClassGenerator in net.sf.cglib.util Modifier and Type Class Description static class
ParallelSorter.Generator
static class
StringSwitcher.Generator
-