public abstract class FormattingConverter<E> extends Converter<E>
Constructor and Description |
---|
FormattingConverter() |
Modifier and Type | Method and Description |
---|---|
FormatInfo |
getFormattingInfo() |
void |
setFormattingInfo(FormatInfo formattingInfo) |
void |
write(java.lang.StringBuilder buf,
E event)
In its simplest incarnation, a convert simply appends the data extracted from
the event to the buffer passed as parameter.
|
public final FormatInfo getFormattingInfo()
public final void setFormattingInfo(FormatInfo formattingInfo)
Copyright © 2010 - 2020 Adobe. All Rights Reserved