Uses of Interface
net.sf.cglib.core.ClassGenerator
-
Packages that use ClassGenerator Package Description net.sf.cglib.beans net.sf.cglib.core net.sf.cglib.proxy net.sf.cglib.reflect net.sf.cglib.transform net.sf.cglib.transform.impl net.sf.cglib.util -
-
Uses of ClassGenerator in net.sf.cglib.beans
Classes in net.sf.cglib.beans that implement ClassGenerator Modifier and Type Class Description static classBeanCopier.GeneratorclassBeanGeneratorstatic classBeanMap.Generatorstatic classBulkBean.Generatorstatic classImmutableBean.Generator -
Uses of ClassGenerator in net.sf.cglib.core
Classes in net.sf.cglib.core that implement ClassGenerator Modifier and Type Class Description classAbstractClassGenerator<T>Abstract class for all code-generating CGLIB utilities.static classKeyFactory.GeneratorMethods in net.sf.cglib.core that return ClassGenerator Modifier and Type Method Description protected ClassGeneratorDefaultGeneratorStrategy. transform(ClassGenerator cg)Methods in net.sf.cglib.core with parameters of type ClassGenerator Modifier and Type Method Description byte[]DefaultGeneratorStrategy. generate(ClassGenerator cg)byte[]GeneratorStrategy. generate(ClassGenerator cg)Generate the class.protected ClassGeneratorDefaultGeneratorStrategy. transform(ClassGenerator cg) -
Uses of ClassGenerator in net.sf.cglib.proxy
Classes in net.sf.cglib.proxy that implement ClassGenerator Modifier and Type Class Description classEnhancerGenerates dynamic subclasses to enable method interception.classInterfaceMakerGenerates new interfaces at runtime.static classMixin.Generator -
Uses of ClassGenerator in net.sf.cglib.reflect
Classes in net.sf.cglib.reflect that implement ClassGenerator Modifier and Type Class Description static classConstructorDelegate.Generatorstatic classFastClass.Generatorstatic classMethodDelegate.Generatorstatic classMulticastDelegate.Generator -
Uses of ClassGenerator in net.sf.cglib.transform
Classes in net.sf.cglib.transform that implement ClassGenerator Modifier and Type Class Description classClassReaderGeneratorclassTransformingClassGeneratorMethods in net.sf.cglib.transform that return ClassGenerator Modifier and Type Method Description protected ClassGeneratorAbstractClassLoader. getGenerator(org.objectweb.asm.ClassReader r)protected ClassGeneratorTransformingClassLoader. getGenerator(org.objectweb.asm.ClassReader r)Constructors in net.sf.cglib.transform with parameters of type ClassGenerator Constructor Description TransformingClassGenerator(ClassGenerator gen, ClassTransformer t) -
Uses of ClassGenerator in net.sf.cglib.transform.impl
Methods in net.sf.cglib.transform.impl that return ClassGenerator Modifier and Type Method Description protected ClassGeneratorUndeclaredThrowableStrategy. transform(ClassGenerator cg)Methods in net.sf.cglib.transform.impl with parameters of type ClassGenerator Modifier and Type Method Description protected ClassGeneratorUndeclaredThrowableStrategy. transform(ClassGenerator cg) -
Uses of ClassGenerator in net.sf.cglib.util
Classes in net.sf.cglib.util that implement ClassGenerator Modifier and Type Class Description static classParallelSorter.Generatorstatic classStringSwitcher.Generator
-