MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / stringValue

Method stringValue

src/main/java/com/amazon/ion/IonString.java:33–33  ·  view source on GitHub ↗

Gets the characters of this string. @return the text of the string, or null if this is null.string .

()

Source from the content-addressed store, hash-verified

31 * <code>null.string</code>.
32 */
33 public String stringValue();
34
35 /**
36 * Changes the value of this string.

Callers 10

testStringBasicsMethod · 0.95
testStringEscapesMethod · 0.95
testOctal000Method · 0.95
assertEscapeMethod · 0.95
checkStringMethod · 0.95
testSingleValueUtf8Method · 0.95
runEquivalenceChecksMethod · 0.95

Implementers 3

IonStringLitesrc/main/java/com/amazon/ion/impl/lite
IonTextLitesrc/main/java/com/amazon/ion/impl/lite
IonSymbolLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 10

testStringBasicsMethod · 0.76
testStringEscapesMethod · 0.76
testOctal000Method · 0.76
assertEscapeMethod · 0.76
checkStringMethod · 0.76
testSingleValueUtf8Method · 0.76
runEquivalenceChecksMethod · 0.76