Class JsonbLocaleParserConverterBase<T>
- java.lang.Object
-
- org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase<T>
-
- All Implemented Interfaces:
Converter<T>
,MapperConverter
- Direct Known Subclasses:
JsonbDateConverterBase
,JsonbNumberConverter
public abstract class JsonbLocaleParserConverterBase<T> extends Object implements Converter<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter
Converter.TypeAccess
-
-
Field Summary
Fields Modifier and Type Field Description private LocaleConverter
delegate
-
Constructor Summary
Constructors Constructor Description JsonbLocaleParserConverterBase()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
delegate
private final LocaleConverter delegate
-
-