RouteAnalyzer

wvlet.airframe.http.codegen.RouteAnalyzer$

Analyze a given HTTP Route, and build URL path strings, user-input arguments, and http client call arguments.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class RouteAnalysisResult(route: Route, pathString: String, userInputParameters: Seq[MethodParameter], pathOnlyParameters: Set[MethodParameter])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods