Package sk.antons.json.literal
Interface JsonFracLiteral
-
- All Superinterfaces:
JsonLiteral,JsonValue
- All Known Implementing Classes:
JsonFracLiteralImpl
public interface JsonFracLiteral extends JsonLiteral
Fractional literal value. (123.23, 22.001, ...)- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalbdValue()BigDecimal value of this literal-
Methods inherited from interface sk.antons.json.literal.JsonLiteral
literal, stringValue
-
Methods inherited from interface sk.antons.json.JsonValue
asArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, asTemplateParam, copy, findAll, findAllLiterals, findFirst, findFirstLiteral, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, remove, replaceBy, toCompactString, toPrettyString
-
-
-
-
Method Detail
-
bdValue
BigDecimal bdValue()
BigDecimal value of this literal- Returns:
- BigDecimal value
-
-