All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ktanx.autocoder.task.RenderHandler Maven / Gradle / Ivy

The newest version!
package com.ktanx.autocoder.task;

import java.util.Map;

public interface RenderHandler {

    /**
     * 渲染成string
     *
     * @param template
     * @param context
     * @return
     */
    String renderToString(String template, Map context);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy