Class JaxbTimeAdapters.LocalDateJaxbAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters<LocalDate>
info.ejava.examples.svc.content.quotes.dto.JaxbTimeAdapters.LocalDateJaxbAdapter
- 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
-
Constructor Details
-
LocalDateJaxbAdapter
public LocalDateJaxbAdapter()
-
-
Method Details
-
unmarshal
- Overrides:
unmarshal
in classJaxbTimeAdapters<LocalDate>
-
marshal
- Overrides:
marshal
in classJaxbTimeAdapters<LocalDate>
-
doParse
- Specified by:
doParse
in classJaxbTimeAdapters<LocalDate>
-
doFormat
- Specified by:
doFormat
in classJaxbTimeAdapters<LocalDate>
-