Package sk.antons.json.literal
Interface JsonStringLiteral
-
- All Superinterfaces:
JsonLiteral,JsonValue
- All Known Implementing Classes:
JsonStringLiteralImpl
public interface JsonStringLiteral extends JsonLiteral
String literal. ("foo", "bar", "foo\\bar"....)- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringstringValue()String value of this literal-
Methods inherited from interface sk.antons.json.literal.JsonLiteral
literal
-
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
-
stringValue
String stringValue()
String value of this literal- Specified by:
stringValuein interfaceJsonLiteral- Returns:
- string value
-
-