http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-api-jsonschema
/
org.http4k.contract.jsonschema
/
JsonSchemaCreator
Json
Schema
Creator
interface
JsonSchemaCreator
<
IN
,
OUT
>
(
source
)
Inheritors
JsonToJsonSchema
AutoJsonToJsonSchema
JsonToJsonSchema
KondorJsonSchemaCreator
Members
Functions
to
Schema
Link copied to clipboard
abstract
fun
toSchema
(
obj
:
IN
,
overrideDefinitionId
:
String
?
=
null
,
refModelNamePrefix
:
String
?
=
null
)
:
JsonSchema
<
OUT
>