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

Method stringValue

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

Gets the text content of this symbol. @return the text of the symbol, or null if this is null.symbol . @throws UnknownSymbolException if this symbol has unknown text.

()

Source from the content-addressed store, hash-verified

33 * @throws UnknownSymbolException if this symbol has unknown text.
34 */
35 public String stringValue()
36 throws UnknownSymbolException;
37
38

Callers 5

testCatalogOnLoaderMethod · 0.95
checkSymbolMethod · 0.95
testStructsMethod · 0.95
next_helper_userMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by 4

testCatalogOnLoaderMethod · 0.76
checkSymbolMethod · 0.76
testStructsMethod · 0.76