sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
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
?