http4k-api-openapi
Toggle table of contents
6.19.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.contract.openapi.v3
/
RequestContents
Request
Contents
class
RequestContents
<
NODE
>
(
val
content
:
Map
<
String
,
BodyContent
>
?
=
null
)
:
HasSchema
<
NODE
>
(
source
)
Members
Constructors
Request
Contents
Link copied to clipboard
constructor
(
content
:
Map
<
String
,
BodyContent
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Map
<
String
,
BodyContent
>
?
required
Link copied to clipboard
val
required
:
Boolean
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
List
<
Pair
<
String
,
NODE
>
>