| Package | Description |
|---|---|
| org.trimou.engine.config | |
| org.trimou.engine.convert |
| Modifier and Type | Method and Description |
|---|---|
Converter<Object,Object> |
SimpleConfigurationKey.getConverter() |
default Converter<Object,Object> |
ConfigurationKey.getConverter()
The converter is used before a property value is stored in configuration.
|
| Constructor and Description |
|---|
SimpleConfigurationKey(String key,
Object defaultValue,
Converter<Object,Object> converter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueConverter
A value converter is used to convert an object to a string representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueConverter |
class |
ObjectToDateConverter
|
Copyright © 2017. All rights reserved.