public class IntegerTokenConverter extends DynamicConverter implements MonoTypedConverter
IntegerTokenConverter the
string value of that integer.| Modifier and Type | Field and Description |
|---|---|
static String |
CONVERTER_KEY |
started| Constructor and Description |
|---|
IntegerTokenConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(int i) |
String |
convert(Object o)
The convert method is responsible for extracting data from the event and
storing it for later use by the write method.
|
boolean |
isApplicable(Object o) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stopgetFormattingInfo, setFormattingInfo, writepublic static final String CONVERTER_KEY
public String convert(int i)
public String convert(Object o)
Converterpublic boolean isApplicable(Object o)
isApplicable in interface MonoTypedConverterCopyright © 2005–2014 QOS.ch. All rights reserved.