Module org.apache.johnzon.jsonb
Class JsonbDateConverterBase<T>
java.lang.Object
org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase<T>
org.apache.johnzon.jsonb.converter.JsonbDateConverterBase<T>
- All Implemented Interfaces:
org.apache.johnzon.mapper.Converter<T>,org.apache.johnzon.mapper.MapperConverter
- Direct Known Subclasses:
JsonbDateConverter,JsonbLocalDateConverter,JsonbLocalDateTimeConverter,JsonbOffsetDateTimeConverter,JsonbZonedDateTimeConverter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter
org.apache.johnzon.mapper.Converter.TypeAccess -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsonbDateConverterBase(jakarta.json.bind.annotation.JsonbDateFormat dateFormat) -
Method Summary
Methods inherited from class org.apache.johnzon.jsonb.converter.JsonbLocaleParserConverterBase
newLocaleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.johnzon.mapper.Converter
fromString, toString
-
Field Details
-
formatter
-
-
Constructor Details
-
JsonbDateConverterBase
protected JsonbDateConverterBase(jakarta.json.bind.annotation.JsonbDateFormat dateFormat)
-