Class RadixDeserializeConverter
public class RadixDeserializeConverter
extends com.fasterxml.jackson.databind.util.StdConverter<String,Integer>
Converts a string representation of an integer in a specified radix to an
Integer
.
This converter uses the radix defined in TelegramProperties
to parse the string.
-
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