| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.config | |
| org.trimou.engine.convert |
| Modifier and Type | Method and Description |
|---|---|
Set<ContextConverter> |
MustacheEngineBuilder.buildContextConverters() |
| Modifier and Type | Method and Description |
|---|---|
MustacheEngineBuilder |
MustacheEngineBuilder.addContextConverter(ContextConverter converter)
Add a context converter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContextConverter> |
Configuration.getContextConverters() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationExtension.ConfigurationExtensionBuilder |
ConfigurationExtension.ConfigurationExtensionBuilder.addContextConverter(ContextConverter converter)
Adds a context object converter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorConverter<T>
This converter allows you to decorate a context object, e.g. to add a computed
property.
|
Copyright © 2020. All rights reserved.