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.Converter
Converter.TypeAccess
-
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeFormatterformatter
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsonbDateConverterBase(jakarta.json.bind.annotation.JsonbDateFormat dateFormat)
-
Method Summary
-
Methods inherited from class org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase
newLocale
-
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
-
formatter
protected final DateTimeFormatter formatter
-
-