case classArgSig[T](name: String, typeString: String, doc: Option[String], default: Option[(T) ⇒ Any]) extends Product with Serializable
Models what is known by the router about a single argument: that it has
a name, a human-readable typeString describing what the type is
(just for logging and reading, not a replacement for a TypeTag) and
possible a function that can compute its default value
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Models what is known by the router about a single argument: that it has a name, a human-readable typeString describing what the type is (just for logging and reading, not a replacement for a
TypeTag
) and possible a function that can compute its default value