接口 ICodeGenerator

所有已知实现类:
AbstractCodeGenerator, RandomNameCodeGenerator, TemplateCodeGenerator

public interface ICodeGenerator
The Interface ICodeGenerator.
从以下版本开始:
1.10.7
作者:
xiemalin
  • 字段详细资料

  • 方法详细资料

    • setOutputPath

      void setOutputPath(File outputPath)
      Sets the output path. if set should write generated source code to target path
      参数:
      outputPath - the new output path
    • isDebug

      boolean isDebug()
      Checks if is debug.
      返回:
      true, if is debug
    • setDebug

      void setDebug(boolean debug)
      Sets the debug. if enabled print out source code after generated
      参数:
      debug - the new debug
      另请参阅:
    • getClassName

      String getClassName()
      Gets the class name.
      返回:
      the class name
    • getPackage

      String getPackage()
      Gets the package.
      返回:
      the package
    • getFullClassName

      String getFullClassName()
      Gets the full class name.
      返回:
      the full class name
    • getCode

      String getCode()
      Gets the code.
      返回:
      the code
    • getRelativeProxyClasses

      Set<Class<?>> getRelativeProxyClasses()
      Gets the relative proxy classes.
      返回:
      the relative proxy classes