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

Method singleValue

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

Extracts a single value from Ion text data. @param ionText must not be null. @return the first (and only) user value in the data; not null. @throws NullPointerException if ionText is null. @throws UnexpectedEofException if the data doesn't contain any user values. @throws IonExceptio

(String ionText)

Source from the content-addressed store, hash-verified

351 * value.
352 */
353 public IonValue singleValue(String ionText);
354
355
356 /**

Callers 15

testSingleValueMethod · 0.95
putParsedValueMethod · 0.95
checkGzipDetectionMethod · 0.95
testBenchmarkMethod · 0.95
eventStreamToEventMethod · 0.65
validateEventMethod · 0.65
wrapAndParseMethod · 0.65

Implementers 1

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

Calls

no outgoing calls