Class JaxbTimeAdapters.ZonedDateTimeJaxbAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,ZonedDateTime>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters<ZonedDateTime>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters.ZonedDateTimeJaxbAdapter
- Enclosing class:
JaxbTimeAdapters<T>
public static class JaxbTimeAdapters.ZonedDateTimeJaxbAdapter
extends JaxbTimeAdapters<ZonedDateTime>
-
Nested Class Summary
Nested classes/interfaces inherited from class info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters
JaxbTimeAdapters.DateJaxbAdapter, JaxbTimeAdapters.InstantJaxbAdapter, JaxbTimeAdapters.LocalDateJaxbAdapter, JaxbTimeAdapters.LocalDateTimeJaxbAdapter, JaxbTimeAdapters.OffsetDateTimeJaxbAdapter, JaxbTimeAdapters.ZonedDateTimeJaxbAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
doFormat
(DateTimeFormatter dtf, ZonedDateTime timestamp) protected ZonedDateTime
doParse
(String text, DateTimeFormatter dtf) Methods inherited from class info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters
marshal, unmarshal
-
Constructor Details
-
ZonedDateTimeJaxbAdapter
public ZonedDateTimeJaxbAdapter()
-
-
Method Details
-
doParse
- Specified by:
doParse
in classJaxbTimeAdapters<ZonedDateTime>
-
doFormat
- Specified by:
doFormat
in classJaxbTimeAdapters<ZonedDateTime>
-