public abstract class CompositeConverter<E> extends DynamicConverter<E>
started| Constructor and Description |
|---|
CompositeConverter()
|
| Modifier and Type | Method and Description |
|---|---|
String |
convert(E event)
The convert method is responsible for extracting data from the event and storing it for later use by the write method.
|
Converter |
getChildConverter()
|
void |
setChildConverter(Converter
|
String |
toString()
|
protected abstract String |
transform(E event, String
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stopgetFormattingInfo, setFormattingInfo, write