KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-core
/
kotlinx.schema.generator.core.ir
/
MapNode
Map
Node
data
class
MapNode
(
val
key
:
TypeRef
,
val
value
:
TypeRef
,
val
description
:
String
?
=
null
)
:
TypeNode
(
source
)
Map/dictionary node.
Members
Constructors
Map
Node
Link copied to clipboard
constructor
(
key
:
TypeRef
,
value
:
TypeRef
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
key
Link copied to clipboard
val
key
:
TypeRef
value
Link copied to clipboard
val
value
:
TypeRef