public class JsonEndValueForgeZonedDateTime extends Object implements JsonEndValueForge
Modifier and Type | Field and Description |
---|---|
static JsonEndValueForgeZonedDateTime |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
captureValue(JsonEndValueRefs refs,
CodegenMethod method,
CodegenClassScope classScope) |
static ZonedDateTime |
jsonToZonedDateTime(String value,
String name) |
static ZonedDateTime |
jsonToZonedDateTimeNonNull(String stringValue,
String name) |
public static final JsonEndValueForgeZonedDateTime INSTANCE
public CodegenExpression captureValue(JsonEndValueRefs refs, CodegenMethod method, CodegenClassScope classScope)
captureValue
in interface JsonEndValueForge
public static ZonedDateTime jsonToZonedDateTime(String value, String name)
public static ZonedDateTime jsonToZonedDateTimeNonNull(String stringValue, String name)
Copyright © 2005–2021. All rights reserved.