类 GeneratorContext

java.lang.Object
cn.taketoday.aop.framework.std.GeneratorContext

public class GeneratorContext extends Object
从以下版本开始:
3.0
作者:
TODAY 2021/3/7 20:17
  • 构造器详细资料

  • 方法详细资料

    • getConfig

      public AdvisedSupport getConfig()
    • getTargetType

      public Type getTargetType()
    • getTargetClass

      public Class<?> getTargetClass()
    • getClassEmitter

      public ClassEmitter getClassEmitter()
    • addField

      public void addField(String field)
    • getFields

      public List<String> getFields()