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.ConverterConverter.TypeAccess
 
- 
 - 
Field SummaryFields Modifier and Type Field Description private LocaleConverterdelegate
 - 
Constructor SummaryConstructors Constructor Description JsonbLocaleParserConverterBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalenewLocale(String locale)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.johnzon.mapper.ConverterfromString, toString
 
- 
 
- 
- 
- 
Field Detail- 
delegateprivate final LocaleConverter delegate 
 
- 
 
-