类 ClassLoaderAwareGeneratorStrategy

java.lang.Object
cn.taketoday.bytecode.core.DefaultGeneratorStrategy
cn.taketoday.bytecode.core.ClassLoaderAwareGeneratorStrategy
所有已实现的接口:
GeneratorStrategy

public class ClassLoaderAwareGeneratorStrategy extends DefaultGeneratorStrategy
GeneratorStrategy variant which exposes the application ClassLoader as current thread context ClassLoader for the time of class generation. The ASM ClassWriter in ASM variant will pick it up when doing common superclass resolution.
从以下版本开始:
4.0
作者:
Juergen Hoeller, TODAY 2021/10/30 17:59