Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-openapi-annotations
/
com.keel.openapi.annotations
/
KeelRouteInterceptors
Keel
Route
Interceptors
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
KeelRouteInterceptors
(
val
method
:
String
,
val
path
:
String
,
val
clearDefaults
:
Boolean
=
false
,
val
value
:
KClass
<
*
>
)
(
source
)
Members
Properties
clear
Defaults
Link copied to clipboard
val
clearDefaults
:
Boolean
=
false
method
Link copied to clipboard
val
method
:
String
path
Link copied to clipboard
val
path
:
String
value
Link copied to clipboard
val
value
:
Array
<
out
KClass
<
*
>
>