ammonite

main

package main

Visibility
  1. Public
  2. All

Type Members

  1. class Router[C <: Context] extends AnyRef

Value Members

  1. object Router

    More or less a minimal version of Autowire's Server that lets you generate a set of "routes" from the methods defined in an object, and call them using passing in name/args/kwargs via Java reflection, without having to generate/compile code or use Scala reflection.

Ungrouped