toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill.fields
/
AbstractMappable
Abstract
Mappable
abstract
class
AbstractMappable
(
wrapped
:
MutableMap
<
String
,
Any
?
>
)
:
Mappable
Inheritors
AbstractColumn
ColumnPositionImpl
Members
Constructors
Abstract
Mappable
Link copied to clipboard
constructor
(
wrapped
:
MutableMap
<
String
,
Any
?
>
)
Functions
to
Json
Object
Link copied to clipboard
open
override
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
open
override
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
open
override
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>