EndpointInfoOps

trait EndpointInfoOps[I, E, O, -R]
class Object
trait Matchable
class Any
class Endpoint[I, E, O, R]
class PartialServerEndpoint[T, U, I, E, O, R, F]
class ServerEndpoint[I, E, O, R, F]
class ServerEndpointInParts[U, IR, I, E, O, R, F]

Type members

Types

type EndpointType[_I, _E, _O, -_R]

Value members

Abstract methods

Concrete methods

def deprecated(): EndpointType[I, E, O, R]
def description(d: String): EndpointType[I, E, O, R]
def docsExtension[A](key: String, value: A)(implicit evidence$2: JsonCodec[A]): EndpointType[I, E, O, R]
def info(i: EndpointInfo): EndpointType[I, E, O, R]
def name(n: String): EndpointType[I, E, O, R]
def summary(s: String): EndpointType[I, E, O, R]
def tag(t: String): EndpointType[I, E, O, R]
def tags(ts: List[String]): EndpointType[I, E, O, R]