NullValue

sealed class NullValue(val number: Int)(source)

NullValue is a singleton enumeration to represent the null value for the Value type union.

The JSON representation for NullValue is JSON null.

Inheritors

Constructors

Link copied to clipboard
protected constructor(number: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data object NULL_VALUE : NullValue

Null value.

Link copied to clipboard
data class UNRECOGNIZED(val number: Int) : NullValue

Properties

Link copied to clipboard
open val number: Int