KompendiumPreFlight

object KompendiumPreFlight

Functions are considered preflight when they are used to intercept a method ahead of running.

Functions

Link copied to clipboard
fun addToCache(paramType: KType, requestType: KType, responseType: KType, feature: Kompendium)
Link copied to clipboard
inline fun <TParam : Any, TReq : Any, TResp : Any> Route.methodNotarizationPreFlight(block: (KType, KType, KType) -> Route): Route

Performs all content analysis on the types provided to a notarized route and adds it to the top level spec