kompendium
2.0.2
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
kompendium-core
/
io.bkbn.kompendium.core.metadata.method
/
MethodInfo
Method
Info
interface
MethodInfo
<
TParam
,
TResp
>
Content copied to clipboard
Properties
Inheritors
Properties
canThrow
Link copied to clipboard
open
val
canThrow
:
Set
<
ExceptionInfo
<
*
>
>
Content copied to clipboard
deprecated
Link copied to clipboard
open
val
deprecated
:
Boolean
Content copied to clipboard
description
Link copied to clipboard
open
val
description
:
String
?
Content copied to clipboard
operationId
Link copied to clipboard
open
val
operationId
:
String
?
Content copied to clipboard
parameterExamples
Link copied to clipboard
open
val
parameterExamples
:
Set
<
ParameterExample
>
Content copied to clipboard
responseInfo
Link copied to clipboard
abstract
val
responseInfo
:
ResponseInfo
<
TResp
>
Content copied to clipboard
securitySchemes
Link copied to clipboard
open
val
securitySchemes
:
Set
<
String
>
Content copied to clipboard
summary
Link copied to clipboard
abstract
val
summary
:
String
Content copied to clipboard
tags
Link copied to clipboard
open
val
tags
:
Set
<
String
>
Content copied to clipboard
Inheritors
DeleteInfo
Link copied to clipboard
GetInfo
Link copied to clipboard
HeadInfo
Link copied to clipboard
OptionsInfo
Link copied to clipboard
PatchInfo
Link copied to clipboard
PostInfo
Link copied to clipboard
PutInfo
Link copied to clipboard