findPluginInRoute

fun <F : Any> RouteNode.findPluginInRoute(plugin: Plugin<*, *, F>): F?

Finds the plugin F in the current RouteNode. If not found, search in the parent RouteNode.

Return

F instance or null if not found