com.github.mustachejava.Code Maven / Gradle / Ivy
package com.github.mustachejava;
import com.github.mustachejava.util.Node;
import java.io.Writer;
import java.util.List;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Code objects that are executed in order to evaluate the template
*/
public interface Code {
Writer execute(Writer writer, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy