public interface IonNull extends IonValue
null value, also known as null.null.
WARNING: This interface should not be implemented or extended by code outside of this library.
Because this value is always null, there's no interesting functionality
beyond what's defined by IonValue.
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
IonNull |
clone()
Creates a copy of this value and all of its children.
|
accept, addTypeAnnotation, clearTypeAnnotations, equals, getContainer, getFieldId, getFieldName, getFieldNameSymbol, getSymbolTable, getSystem, getType, getTypeAnnotations, getTypeAnnotationSymbols, hashCode, hasTypeAnnotation, isNullValue, isReadOnly, makeReadOnly, removeFromContainer, removeTypeAnnotation, setTypeAnnotations, setTypeAnnotationSymbols, topLevelValue, toPrettyString, toString, toString, writeToIonNull clone() throws UnknownSymbolException
IonValueIonValue.isReadOnly().
The cloned value will be created in the context of the same
ValueFactory as this instance; if you want a copy using a
different factory, then use ValueFactory.clone(IonValue)
instead.
clone in interface IonValueUnknownSymbolException - if any part of this value has unknown text but known Sid for
its field name, annotation or symbol.