ktkit
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ktkit
ktkit-compiler-openapi
/
io.github.smyrgeorge.ktkit.compiler.openapi.ir.route
/
RouteAnalyzer
/
Route
Route
class
Route
(
val
path
:
String
,
val
verb
:
String
,
val
operation
:
JsonNode.Obj
)
(
source
)
An analyzed route: the full path, the lower-case HTTP method, and the operation object.
Members
Constructors
Route
Link copied to clipboard
constructor
(
path
:
String
,
verb
:
String
,
operation
:
JsonNode.Obj
)
Properties
operation
Link copied to clipboard
val
operation
:
JsonNode.Obj
path
Link copied to clipboard
val
path
:
String
verb
Link copied to clipboard
val
verb
:
String