Class JaxbTimeAdapters.InstantJaxbAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Instant>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters<Instant>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters.InstantJaxbAdapter
- Enclosing class:
JaxbTimeAdapters<T>
-
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, Instant timestamp) protected Instant
doParse
(String text, DateTimeFormatter dtf) Methods inherited from class info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters
marshal, unmarshal
-
Constructor Details
-
InstantJaxbAdapter
public InstantJaxbAdapter()
-
-
Method Details
-
doParse
- Specified by:
doParse
in classJaxbTimeAdapters<Instant>
-
doFormat
- Specified by:
doFormat
in classJaxbTimeAdapters<Instant>
-