EndpointNode

wvlet.airframe.http.RxRouter$.EndpointNode
case class EndpointNode(controllerSurface: Surface, methodSurfaces: Seq[MethodSurface], controllerInstance: Option[Any]) extends RxRouter

A single endpoint node without any filter

Attributes

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

Members list

Value members

Concrete methods

override def children: List[RxRouter]

Attributes

Definition Classes
override def filter: Option[FilterNode]

Attributes

Definition Classes
override def isLeaf: Boolean

Attributes

Definition Classes
override def name: String

Attributes

Definition Classes
override def routes: List[RxRoute]

Attributes

Definition Classes
override def wrapWithFilter(parentFilter: FilterNode): RxRouter

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
RxRouter -> Any
Inherited from:
RxRouter