Class AbstractClassGenerator<T>

  • All Implemented Interfaces:
    org.springframework.cglib.core.ClassGenerator
    Direct Known Subclasses:
    Enhancer, KeyFactory.Generator

    public abstract class AbstractClassGenerator<T>
    extends Object
    implements org.springframework.cglib.core.ClassGenerator
    Abstract class for all code-generating CGLIB utilities. In addition to caching generated classes for performance, it provides hooks for customizing the ClassLoader, name of the generated class, and transformations applied before generation.