Class JsonbLocaleParserConverterBase<T>

java.lang.Object
org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase<T>
All Implemented Interfaces:
org.apache.johnzon.mapper.Converter<T>, org.apache.johnzon.mapper.MapperConverter
Direct Known Subclasses:
JsonbDateConverterBase, JsonbNumberConverter

public abstract class JsonbLocaleParserConverterBase<T> extends Object implements org.apache.johnzon.mapper.Converter<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter

    org.apache.johnzon.mapper.Converter.TypeAccess
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.apache.johnzon.mapper.converter.LocaleConverter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Locale
    newLocale(String locale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.johnzon.mapper.Converter

    fromString, toString
  • Field Details

    • delegate

      private final org.apache.johnzon.mapper.converter.LocaleConverter delegate
  • Constructor Details

    • JsonbLocaleParserConverterBase

      public JsonbLocaleParserConverterBase()
  • Method Details