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.v3
/
KondorJsonSchemaCreator
Kondor
Json
Schema
Creator
class
KondorJsonSchemaCreator
(
json
:
KondorJson
,
refLocationPrefix
:
String
=
"components/schema"
)
:
JsonSchemaCreator
<
Any
,
JsonNode
>
(
source
)
Members
Constructors
Kondor
Json
Schema
Creator
Link copied to clipboard
constructor
(
json
:
KondorJson
,
refLocationPrefix
:
String
=
"components/schema"
)
Functions
to
Schema
Link copied to clipboard
open
override
fun
toSchema
(
obj
:
Any
,
overrideDefinitionId
:
String
?
=
null
,
refModelNamePrefix
:
String
?
=
null
)
:
JsonSchema
<
JsonNode
>