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

Method values

src/test/java/com/amazon/ion/IonTestCase.java:426–431  ·  view source on GitHub ↗

Parses text as a sequence of Ion values. @param text must not be null . @return the list of values in text , not null .

(String text)

Source from the content-addressed store, hash-verified

424 * @return the list of values in <code>text</code>, not <code>null</code>.
425 */
426 public IonDatagram values(String text)
427 throws Exception
428 {
429 IonLoader loader = system().newLoader();
430 return loader.load(text);
431 }
432
433
434 /**

Callers 15

valuesExcludingMethod · 0.80
IonTestCaseClass · 0.80
valuesExcludingMethod · 0.80
valuesWithMethod · 0.80
valuesWithoutMethod · 0.80
RoundTripTestClass · 0.80

Calls 3

systemMethod · 0.95
loadMethod · 0.95
newLoaderMethod · 0.65

Tested by

no test coverage detected