Class RadixSerializeConverter
public class RadixSerializeConverter
extends com.fasterxml.jackson.databind.util.StdConverter<Integer,String>
Converts an integer to a string representation in a specified radix.
This converter uses the radix defined in TelegramProperties
to convert integers to their string
representation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter
com.fasterxml.jackson.databind.util.Converter.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter
_findConverterType, getInputType, getOutputType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fasterxml.jackson.databind.util.Converter
convert, convert