http4k-api-openapi
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.contract.openapi
/
ApiRenderer
/
Companion
/
Auto
Auto
fun
<
T
:
Any
,
NODE
:
Any
>
Auto
(
json
:
AutoMarshallingJson
<
NODE
>
,
schema
:
JsonSchemaCreator
<
Any
,
NODE
>
=
AutoJsonToJsonSchema(json)
)
:
ApiRenderer
<
T
,
NODE
>
ApiRenderer which uses auto-marshalling JSON to create JSON schema for message models.