接口的使用
cn.taketoday.bytecode.core.GeneratorStrategy
使用GeneratorStrategy的程序包
-
cn.taketoday.bytecode.core中GeneratorStrategy的使用
修饰符和类型类说明classGeneratorStrategy variant which exposes the application ClassLoader as current thread context ClassLoader for the time of class generation.class修饰符和类型方法说明AbstractClassGenerator.setStrategy(GeneratorStrategy strategy) Set the strategy to use to create the bytecode from this generator. -
cn.taketoday.bytecode.transform.impl中GeneratorStrategy的使用
修饰符和类型类说明classAGeneratorStrategysuitable for use withEnhancerwhich causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice.