RouteAnalyzer

wvlet.airframe.http.codegen.RouteAnalyzer$
object 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

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def analyzeRoute(route: Route): RouteAnalysisResult