Package com.github.mustachejava
Interface Iteration
-
- All Known Implementing Classes:
IterableCode,NotIterableCode
public interface IterationThis 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Writernext(java.io.Writer writer, java.lang.Object next, java.util.List<java.lang.Object> scopes)
-