http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-format-moshi
/
org.http4k.format
/
MoshiBoolean
Moshi
Boolean
data
class
MoshiBoolean
(
val
value
:
Boolean
)
:
MoshiNode
(
source
)
Members
Members & Extensions
Constructors
Moshi
Boolean
Link copied to clipboard
constructor
(
value
:
Boolean
)
Properties
value
Link copied to clipboard
val
value
:
Boolean
Functions
as
A
Link copied to clipboard
@
JvmName
(
name
=
"nodeAsA"
)
fun
<
T
:
Any
>
MoshiNode
.
asA
(
target
:
KClass
<
T
>
)
:
T
as
Compact
Json
String
Link copied to clipboard
open
override
fun
MoshiNode
.
asCompactJsonString
(
)
:
String
as
Pretty
Json
String
Link copied to clipboard
open
override
fun
MoshiNode
.
asPrettyJsonString
(
)
:
String
unwrap
Link copied to clipboard
fun
MoshiNode
.
unwrap
(
)
:
Any
?