public class InstantXmlAdapter extends XmlAdapter<String,Instant>
{@code| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
OMIT_MILLIS_IF_ZERO |
| Constructor and Description |
|---|
InstantXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Instant value) |
static String |
toXMLFormat(Instant value) |
Instant |
unmarshal(String dateValue) |
public static final ThreadLocal<Boolean> OMIT_MILLIS_IF_ZERO
Copyright © 2022. All rights reserved.