public class InstantNoOmmitMillisXmlAdapter extends XmlAdapter<String,Instant>
InstantXmlAdapter, but never omit millis. So no need for the thread local| Constructor and Description |
|---|
InstantNoOmmitMillisXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Instant value) |
Instant |
unmarshal(String dateValue) |
Copyright © 2022. All rights reserved.