public class JsonExpLiteralImpl extends JsonLiteralImpl implements JsonExpLiteral
JsonLiteralImpl.TypecachedValueString, length, literal, offsetgroup| Constructor and Description |
|---|
JsonExpLiteralImpl(BigDecimal bd) |
JsonExpLiteralImpl(String literal,
int offset,
int length,
int dotPos,
int ePos) |
| Modifier and Type | Method and Description |
|---|---|
Object |
asTemplateParam()
Converts value to value usable for some template frameworks.
|
BigDecimal |
bdValue()
BigDecimal value represented by this literal.
|
JsonValue |
copy()
Makes deep copy of this value.
|
JsonLiteralImpl.Type |
type() |
findAll, findFirst, instance, literal, remove, stringValue, toCompactString, toPrettyStringasArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, findAll, findAllLiterals, findFirst, findFirstLiteral, group, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, replaceBy, setGroup, toCompactString, toPrettyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitliteral, stringValueasArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, findAll, findAllLiterals, findFirst, findFirstLiteral, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, remove, replaceBy, toCompactString, toPrettyStringpublic JsonExpLiteralImpl(BigDecimal bd)
public JsonExpLiteralImpl(String literal, int offset, int length, int dotPos, int ePos)
public JsonLiteralImpl.Type type()
type in class JsonLiteralImplpublic BigDecimal bdValue()
JsonExpLiteralbdValue in interface JsonExpLiteralpublic JsonValue copy()
JsonValuepublic Object asTemplateParam()
JsonValueasTemplateParam in interface JsonValueCopyright © 2020. All rights reserved.