Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.codes | |
com.github.mustachejava.reflect |
Modifier and Type | Method and Description |
---|---|
java.io.Writer |
ObjectHandler.falsey(Iteration iteration,
java.io.Writer writer,
java.lang.Object object,
java.lang.Object[] scopes)
Call Iteration.next() either 0 (true) or 1 (fale) times.
|
java.io.Writer |
ObjectHandler.iterate(Iteration iteration,
java.io.Writer writer,
java.lang.Object object,
java.lang.Object[] scopes)
Iterate over an object by calling Iteration.next for each value.
|
Modifier and Type | Class and Description |
---|---|
class |
IterableCode |
class |
NotIterableCode
Runs the enclosed template once if the value is falsey.
|
Modifier and Type | Method and Description |
---|---|
java.io.Writer |
BaseObjectHandler.falsey(Iteration iteration,
java.io.Writer writer,
java.lang.Object object,
java.lang.Object[] scopes) |
java.io.Writer |
BaseObjectHandler.iterate(Iteration iteration,
java.io.Writer writer,
java.lang.Object object,
java.lang.Object[] scopes) |
Copyright © 2012. All Rights Reserved.