Class AbstractGenProcessor

java.lang.Object
io.r2mo.dbe.mybatisplus.generator.AbstractGenProcessor
All Implemented Interfaces:
GenProcessor

public abstract class AbstractGenProcessor extends Object implements GenProcessor
Author:
lang : 2025-07-28
  • Constructor Details

    • AbstractGenProcessor

      public AbstractGenProcessor()
  • Method Details

    • getDataParameters

      protected Map<String,Object> getDataParameters(Class<?> entity)
    • getClassName

      protected String getClassName(Class<?> entity)
    • getConfigurationFromDependency

      protected freemarker.template.Configuration getConfigurationFromDependency()