com.github.mustachejava.Iteration 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 java.io.Writer;
import java.util.List;
/**
* This is the callback interface for iterating on a value. You can override the iterate
* method in an ObjectHandler to change the types recognized by mustache.java as iterable.
*/
public interface Iteration {
Writer next(Writer writer, Object next, List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy