Class LocaleConverter

java.lang.Object
tools.jackson.databind.util.StdConverter<Locale,String>
ru.slie.luna.utils.json.LocaleConverter
All Implemented Interfaces:
tools.jackson.databind.util.Converter<Locale,String>

public class LocaleConverter extends tools.jackson.databind.util.StdConverter<Locale,String>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface tools.jackson.databind.util.Converter

    tools.jackson.databind.util.Converter.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Locale locale)
     

    Methods inherited from class tools.jackson.databind.util.StdConverter

    _findConverterType, convert, convert, getInputType, getOutputType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocaleConverter

      public LocaleConverter()
  • Method Details

    • convert

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