Package | Description |
---|---|
org.trimou.engine | |
org.trimou.engine.config | |
org.trimou.engine.interpolation |
Modifier and Type | Method and Description |
---|---|
MissingValueHandler |
MustacheEngineBuilder.getMissingValueHandler() |
Modifier and Type | Method and Description |
---|---|
MustacheEngineBuilder |
MustacheEngineBuilder.setMissingValueHandler(MissingValueHandler missingValueHandler) |
Modifier and Type | Method and Description |
---|---|
MissingValueHandler |
Configuration.getMissingValueHandler() |
Modifier and Type | Class and Description |
---|---|
class |
NoOpMissingValueHandler
By default a variable miss returns an empty string - i.e. no operation.
|
class |
ThrowingExceptionMissingValueHandler
Throws an exception when a variable miss occurs.
|
Copyright © 2017. All rights reserved.