MCPcopy Index your code
hub / github.com/amazon-ion/ion-java / IonNull

Interface IonNull

src/main/java/com/amazon/ion/IonNull.java:27–32  ·  view source on GitHub ↗

The Ion 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.

Source from the content-addressed store, hash-verified

25 * beyond what's defined by {@link IonValue}.
26 */
27public interface IonNull
28 extends IonValue
29{
30 public IonNull clone()
31 throws UnknownSymbolException;
32}

Callers

nothing calls this directly

Implementers 15

IonNullLitesrc/main/java/com/amazon/ion/impl/lite
Timestampsrc/main/java/com/amazon/ion/Timestamp
_Private_CurriedValueFactorysrc/main/java/com/amazon/ion/impl/_Pri
BlockedBuffersrc/main/java/com/amazon/ion/impl/Bloc
BufferManagersrc/main/java/com/amazon/ion/impl/IonB
IonBoolLitesrc/main/java/com/amazon/ion/impl/lite
IonClobLitesrc/main/java/com/amazon/ion/impl/lite
IonTimestampLitesrc/main/java/com/amazon/ion/impl/lite
IonSystemLitesrc/main/java/com/amazon/ion/impl/lite
IonStructLitesrc/main/java/com/amazon/ion/impl/lite
IonContainerLitesrc/main/java/com/amazon/ion/impl/lite
IonTextLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…