类 AbstractClassGenerator<T>

  • 所有已实现的接口:
    org.springframework.cglib.core.ClassGenerator
    直接已知子类:
    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.