| Modifier and Type | Field and Description |
|---|---|
private static Converter<java.lang.Long> |
FALLBACK_CONVERTER |
private static long |
LAST_MS_OF_YEAR_9999 |
| Constructor and Description |
|---|
RelaxedExtendedJsonDateTimeConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(java.lang.Long value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
private static final Converter<java.lang.Long> FALLBACK_CONVERTER
private static final long LAST_MS_OF_YEAR_9999
public void convert(java.lang.Long value,
StrictJsonWriter writer)
Converter