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

Method getFieldName

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

Gets the field name attached to this value, or null if this is not part of an IonStruct. @throws UnknownSymbolException if the field name has unknown text.

()

Source from the content-addressed store, hash-verified

242 * @throws UnknownSymbolException if the field name has unknown text.
243 */
244 public String getFieldName();
245
246
247 /**

Callers 15

testIteratorRemoveMethod · 0.95
find_field_helperMethod · 0.95
setFieldNameMethod · 0.65
eventStreamToEventMethod · 0.65
unwrapMethod · 0.65
unwrapMethod · 0.65
deserializeNextMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testIteratorRemoveMethod · 0.76
unwrapMethod · 0.52
unwrapMethod · 0.52
deserializeNextMethod · 0.52
modifySequenceMethod · 0.52
testFreshNullSequenceMethod · 0.52
noFieldNameMethod · 0.52
fieldNameMethod · 0.52