Interface TemplateEngine

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractEngine, FreemarkerEngine

public interface TemplateEngine extends Serializable
文件产生接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    produce(DataSchema info, String docName)
    生成文档
  • Method Details

    • produce

      void produce(DataSchema info, String docName) throws org.miaixz.bus.core.lang.exception.InternalException
      生成文档
      Parameters:
      info - DataSchema
      docName - String
      Throws:
      org.miaixz.bus.core.lang.exception.InternalException - 异常