Class RadixSerializeConverter
public class RadixSerializeConverter
extends tools.jackson.databind.util.StdConverter<Integer,String>
Converts an
Integer to its string representation in a specified radix.
This converter uses the radix defined in TelegramRadixConverterProperties to format the integer.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.databind.util.Converter
tools.jackson.databind.util.Converter.None -
Constructor Summary
ConstructorsConstructorDescriptionRadixSerializeConverter(TelegramRadixConverterProperties radixConverterProperties) -
Method Summary
Methods inherited from class tools.jackson.databind.util.StdConverter
_findConverterType, convert, convert, getInputType, getOutputType
-
Constructor Details
-
RadixSerializeConverter
-
-
Method Details
-
convert
-