Uses of Interface
net.sf.cglib.core.ClassGenerator
Packages that use ClassGenerator
Package
Description
-
Uses of ClassGenerator in net.sf.cglib.beans
Classes in net.sf.cglib.beans that implement ClassGeneratorModifier and TypeClassDescriptionstatic class
class
static class
static class
static class
-
Uses of ClassGenerator in net.sf.cglib.core
Classes in net.sf.cglib.core that implement ClassGeneratorModifier and TypeClassDescriptionclass
Abstract class for all code-generating CGLIB utilities.static class
Methods in net.sf.cglib.core that return ClassGeneratorModifier and TypeMethodDescriptionprotected ClassGenerator
DefaultGeneratorStrategy.transform
(ClassGenerator cg) Methods in net.sf.cglib.core with parameters of type ClassGeneratorModifier and TypeMethodDescriptionbyte[]
DefaultGeneratorStrategy.generate
(ClassGenerator cg) byte[]
GeneratorStrategy.generate
(ClassGenerator cg) Generate the class.protected ClassGenerator
DefaultGeneratorStrategy.transform
(ClassGenerator cg) -
Uses of ClassGenerator in net.sf.cglib.proxy
Classes in net.sf.cglib.proxy that implement ClassGeneratorModifier and TypeClassDescriptionclass
Generates dynamic subclasses to enable method interception.class
Generates new interfaces at runtime.static class
-
Uses of ClassGenerator in net.sf.cglib.reflect
Classes in net.sf.cglib.reflect that implement ClassGeneratorModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Uses of ClassGenerator in net.sf.cglib.transform
Classes in net.sf.cglib.transform that implement ClassGeneratorMethods in net.sf.cglib.transform that return ClassGeneratorModifier and TypeMethodDescriptionprotected ClassGenerator
AbstractClassLoader.getGenerator
(org.objectweb.asm.ClassReader r) protected ClassGenerator
TransformingClassLoader.getGenerator
(org.objectweb.asm.ClassReader r) Constructors in net.sf.cglib.transform with parameters of type ClassGenerator -
Uses of ClassGenerator in net.sf.cglib.transform.impl
Methods in net.sf.cglib.transform.impl that return ClassGeneratorModifier and TypeMethodDescriptionprotected ClassGenerator
UndeclaredThrowableStrategy.transform
(ClassGenerator cg) Methods in net.sf.cglib.transform.impl with parameters of type ClassGeneratorModifier and TypeMethodDescriptionprotected ClassGenerator
UndeclaredThrowableStrategy.transform
(ClassGenerator cg) -
Uses of ClassGenerator in net.sf.cglib.util
Classes in net.sf.cglib.util that implement ClassGeneratorModifier and TypeClassDescriptionstatic class
static class