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