| Package | Description |
|---|---|
| org.trimou.engine.config | |
| org.trimou.engine.convert |
| Modifier and Type | Method and Description |
|---|---|
default Converter<Object,Object> |
ConfigurationKey.getConverter()
The converter is used before a property value is stored in configuration.
|
Converter<Object,Object> |
SimpleConfigurationKey.getConverter() |
| Constructor and Description |
|---|
SimpleConfigurationKey(String key,
Object defaultValue,
Converter<Object,Object> converter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextConverter
This converter can be used to convert context objects before they are
processed by resolvers.
|
interface |
ValueConverter
A value converter can be used to convert an object to a string representation
before the value is appended to the result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueConverter |
class |
DecoratorConverter<T>
This converter allows you to decorate a context object, e.g. to add a computed
property.
|
class |
ObjectToDateConverter
|
Copyright © 2020. All rights reserved.