Class JsonbDateConverterBase<T>
- java.lang.Object
- 
- org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase<T>
- 
- org.apache.johnzon.jsonb.converter.JsonbDateConverterBase<T>
 
 
- 
- All Implemented Interfaces:
- Converter<T>,- MapperConverter
 - Direct Known Subclasses:
- JsonbDateConverter,- JsonbLocalDateConverter,- JsonbLocalDateTimeConverter,- JsonbOffsetDateTimeConverter,- JsonbZonedDateTimeConverter
 
 public abstract class JsonbDateConverterBase<T> extends JsonbLocaleParserConverterBase<T> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.ConverterConverter.TypeAccess
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected DateTimeFormatterformatter
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedJsonbDateConverterBase(jakarta.json.bind.annotation.JsonbDateFormat dateFormat)
 - 
Method Summary- 
Methods inherited from class org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBasenewLocale
 - 
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- 
formatterprotected final DateTimeFormatter formatter 
 
- 
 
-