toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract
/
HttpMessageMeta
Http
Message
Meta
open
class
HttpMessageMeta
<
out
T
:
HttpMessage
>
(
val
message
:
T
,
val
description
:
String
,
val
definitionId
:
String
?
,
val
example
:
Any
?
,
val
schemaPrefix
:
String
?
=
null
)
Inheritors
RequestMeta
ResponseMeta
Members
Constructors
Http
Message
Meta
Link copied to clipboard
constructor
(
message
:
T
,
description
:
String
,
definitionId
:
String
?
,
example
:
Any
?
,
schemaPrefix
:
String
?
=
null
)
Properties
definition
Id
Link copied to clipboard
val
definitionId
:
String
?
description
Link copied to clipboard
val
description
:
String
example
Link copied to clipboard
val
example
:
Any
?
message
Link copied to clipboard
val
message
:
T
schema
Prefix
Link copied to clipboard
val
schemaPrefix
:
String
?
=
null