Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.codes | |
com.github.mustachejava.reflect |
Modifier and Type | Method and Description |
---|---|
Writer |
TypeCheckingHandler.falsey(Iteration iteration,
Writer writer,
Object object,
List<Object> scopes) |
Writer |
ObjectHandler.falsey(Iteration iteration,
Writer writer,
Object object,
List<Object> scopes)
Call Iteration.next() either 0 (true) or 1 (fale) times.
|
Writer |
TypeCheckingHandler.iterate(Iteration iteration,
Writer writer,
Object object,
List<Object> scopes) |
Writer |
ObjectHandler.iterate(Iteration iteration,
Writer writer,
Object object,
List<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 |
---|---|
Writer |
BaseObjectHandler.falsey(Iteration iteration,
Writer writer,
Object object,
List<Object> scopes) |
Writer |
BaseObjectHandler.iterate(Iteration iteration,
Writer writer,
Object object,
List<Object> scopes) |
Copyright © 2018. All rights reserved.