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