com.github.mustachejava.Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Implementation of mustache.js for Java
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 - 2024 Weber Informatics LLC | Privacy Policy