| Interface | Description |
|---|---|
| ContextConverter |
This converter can be used to convert context objects before they are
processed by resolvers.
|
| Converter<FROM,TO> |
A component which is able to convert an object to a different object.
|
| ValueConverter |
A value converter can be used to convert an object to a string representation
before the value is appended to the result.
|
| Class | Description |
|---|---|
| AbstractValueConverter | |
| DecoratorConverter<T> |
This converter allows you to decorate a context object, e.g. to add a computed
property.
|
| DecoratorConverter.Builder<T> | |
| ObjectToDateConverter |
Copyright © 2020. All rights reserved.