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

Method newString

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

Constructs a new Ion string with the given value. @param value the text of the new string; may be null to make null.string .

(String value)

Source from the content-addressed store, hash-verified

499 * may be <code>null</code> to make <code>null.string</code>.
500 */
501 public IonString newString(String value);
502
503
504 //-------------------------------------------------------------------------

Callers 15

addSymbolMethod · 0.95
setupMethod · 0.65
cloneBasicStructMethod · 0.65
cloneNestedContainerMethod · 0.65
testAddFactoryMethod · 0.65

Implementers 1

_Private_CurriedValueFactorysrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls