Class RadixSerializeConverter

java.lang.Object
tools.jackson.databind.util.StdConverter<Integer,String>
io.github.yvasyliev.forwarder.telegram.bot.databind.util.RadixSerializeConverter
All Implemented Interfaces:
tools.jackson.databind.util.Converter<Integer,String>

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.

  • Constructor Details

  • Method Details

    • convert

      public String convert(Integer value)
      Specified by:
      convert in class tools.jackson.databind.util.StdConverter<Integer,String>