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

Method getContainer

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

Gets the container of this value, or null if this is not part of one.

()

Source from the content-addressed store, hash-verified

272 * or <code>null</code> if this is not part of one.
273 */
274 public IonContainer getContainer();
275
276
277 /**

Implementers 1

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

Calls

no outgoing calls