api

http4k / org.http4k.contract.openapi.v3 / ResponseContents

ResponseContents

class ResponseContents<NODE> : HasSchema<NODE>

Constructors

Name Summary
<init> ResponseContents(description: String?, content: Map<String, BodyContent> = emptyMap())

Properties

Name Summary
content val content: Map<String, BodyContent>
description val description: String?

Functions

Name Summary
definitions fun definitions(): Set<Pair<String, NODE>>