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
/
PrimitiveNode
Primitive
Node
data
class
PrimitiveNode
(
val
kind
:
PrimitiveKind
,
val
description
:
String
?
=
null
)
:
TypeNode
(
source
)
Primitive node.
Members
Constructors
Primitive
Node
Link copied to clipboard
constructor
(
kind
:
PrimitiveKind
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
kind
Link copied to clipboard
val
kind
:
PrimitiveKind