Companion

object Companion

Functions

equals
Link copied to clipboard
common
fun equals(meta1: Meta?, meta2: Meta?): Boolean
hashCode
Link copied to clipboard
common
fun hashCode(meta: Meta): Int
toString
Link copied to clipboard
common
fun toString(meta: Meta): String

Properties

EMPTY
Link copied to clipboard
common
val EMPTY: Meta
INDEX_KEY
Link copied to clipboard
common
const val INDEX_KEY: String
TYPE
Link copied to clipboard
common
const val TYPE: String
VALUE_KEY
Link copied to clipboard
common
const val VALUE_KEY: String

A key for single value node

Extensions

JSON_ARRAY_KEY
Link copied to clipboard
common
val Meta.Companion.JSON_ARRAY_KEY: String