EndpointInfo

case
class EndpointInfo(name: Option[String], summary: Option[String], description: Option[String], tags: Vector[String], deprecated: Boolean, attributes: AttributeMap)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def attribute[T](k: AttributeKey[T]): Option[T]
def attribute[T](k: AttributeKey[T], v: T): EndpointInfo
def deprecated(d: Boolean): EndpointInfo
def description(d: String): EndpointInfo
def name(n: String): EndpointInfo
def summary(s: String): EndpointInfo
def tag(t: String): EndpointInfo
def tags(ts: List[String]): EndpointInfo

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product