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

Method get

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

Gets the value of a field in this struct. If the field name appears more than once, one of the fields will be selected arbitrarily. For example, calling get("a") on the struct: { a:1, b:2, a:3 } will return either 1 or 3. @param fieldName the desired field. @return th

(String fieldName)

Source from the content-addressed store, hash-verified

96 * is <code>null</code>.
97 */
98 public IonValue get(String fieldName);
99
100
101 /**

Implementers 1

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

Calls

no outgoing calls