toggle menu
sdk-java
2.1.0
jvm
switch theme
search in API
sdk-serde-kotlinx
/
dev.restate.serde.kotlinx
/
KotlinSerializationSerdeFactory
/
JsonSchemaFactory
Json
Schema
Factory
interface
JsonSchemaFactory
Factory to generate json schemas.
Inheritors
DefaultJsonSchemaFactory
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
generate
Schema
Link copied to clipboard
abstract
fun
generateSchema
(
json
:
Json
,
serializer
:
KSerializer
<
*
>
)
:
Serde.Schema
?