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