poohbar
08/14/2020, 7:38 PMapollo {
customTypeMapping = [
"type" : "customType"
]
}
ephemient
08/14/2020, 7:40 PMapollo {
customTypeMapping.set(
mapOf(
"type" to "customType"
)
)
}
poohbar
08/14/2020, 7:40 PM