public class InstantFactory extends AbstractTemporalFactory<Instant>
dateTimeFormatter, zoneId
Constructor and Description |
---|
InstantFactory() |
InstantFactory(DateTimeFormatter dateFormatter,
ZoneId zoneId) |
Modifier and Type | Method and Description |
---|---|
protected Instant |
fromJsonObject(JsonObject job,
ReaderContext context) |
protected Instant |
fromString(String s) |
convertToZonedDateTime, fromNumber, isObjectFinal, newInstance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
gatherRemainingValues, newInstance
public InstantFactory(DateTimeFormatter dateFormatter, ZoneId zoneId)
public InstantFactory()
protected Instant fromString(String s)
fromString
in class AbstractTemporalFactory<Instant>
protected Instant fromJsonObject(JsonObject job, ReaderContext context)
fromJsonObject
in class AbstractTemporalFactory<Instant>
Copyright © 2023. All rights reserved.