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<E> |
getChildConverter() |
void |
setChildConverter(Converter<E> child) |
String |
toString() |
protected abstract String |
transform(E event,
String in) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stop
getFormattingInfo, setFormattingInfo, write
Copyright © 2005–2021 QOS.ch. All rights reserved.