ktkit
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ktkit
ktkit-compiler-openapi
/
io.github.smyrgeorge.ktkit.compiler.openapi.ir.schema
/
JsonNode
/
Str
Str
class
Str
(
val
value
:
String
)
:
JsonNode
(
source
)
Members
Constructors
Str
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
render
Link copied to clipboard
open
override
fun
render
(
sb
:
StringBuilder
)
render
To
String
Link copied to clipboard
open
fun
renderToString
(
)
:
String