generateSchemaString

abstract fun generateSchemaString(target: T): String(source)

Serializes the schema of the provided object into a JSON-formatted string.

Return

a JSON string representing the schema of the provided object

Parameters

target

the object for which the schema will be generated