public class JsonbZonedDateTimeConverter extends JsonbDateConverterBase<ZonedDateTime>
Modifier and Type | Field and Description |
---|---|
private static ZoneId |
UTC |
formatter
Constructor and Description |
---|
JsonbZonedDateTimeConverter(JsonbDateFormat dateFormat) |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
fromString(String text) |
String |
toString(ZonedDateTime instance) |
newLocale
private static final ZoneId UTC
public JsonbZonedDateTimeConverter(JsonbDateFormat dateFormat)
public String toString(ZonedDateTime instance)
public ZonedDateTime fromString(String text)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.