EndpointSpec

harness.endpoint.spec.EndpointSpec$
See theEndpointSpec companion class
object EndpointSpec

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class Builder1[PathT] extends Builder2[PathT, Unit]

Attributes

Supertypes
class Builder2[PathT, Unit]
class Builder3[PathT, Unit, Unit]
class Builder4[PathT, Unit, Unit, Unit]
class Builder5[PathT, Unit, Unit, Unit, None]
class Builder6[PathT, Unit, Unit, Unit, None, None]
class Builder7[PathT, Unit, Unit, Unit, None, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Show all
Self type
Builder1[PathT]
class Builder2[PathT, QueryT] extends Builder3[PathT, QueryT, Unit]

Attributes

Supertypes
class Builder3[PathT, QueryT, Unit]
class Builder4[PathT, QueryT, Unit, Unit]
class Builder5[PathT, QueryT, Unit, Unit, None]
class Builder6[PathT, QueryT, Unit, Unit, None, None]
class Builder7[PathT, QueryT, Unit, Unit, None, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Builder1[PathT]
Self type
Builder2[PathT, QueryT]
class Builder3[PathT, QueryT, AuthT] extends Builder4[PathT, QueryT, AuthT, Unit]

Attributes

Supertypes
class Builder4[PathT, QueryT, AuthT, Unit]
class Builder5[PathT, QueryT, AuthT, Unit, None]
class Builder6[PathT, QueryT, AuthT, Unit, None, None]
class Builder7[PathT, QueryT, AuthT, Unit, None, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder3[PathT, QueryT, AuthT]
class Builder4[PathT, QueryT, AuthT, HeaderT] extends Builder5[PathT, QueryT, AuthT, HeaderT, None]

Attributes

Supertypes
class Builder5[PathT, QueryT, AuthT, HeaderT, None]
class Builder6[PathT, QueryT, AuthT, HeaderT, None, None]
class Builder7[PathT, QueryT, AuthT, HeaderT, None, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder4[PathT, QueryT, AuthT, HeaderT]
class Builder5[PathT, QueryT, AuthT, HeaderT, InputBodyT <: BodyType] extends Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT, None]

Attributes

Supertypes
class Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT, None]
class Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Known subtypes
class Builder4[PathT, QueryT, AuthT, HeaderT]
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder5[PathT, QueryT, AuthT, HeaderT, InputBodyT]
class Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT <: BodyType, OutputBodyT <: BodyType] extends Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, ApiInternalDefect]

Attributes

Supertypes
class Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, ApiInternalDefect]
class Object
trait Matchable
class Any
Known subtypes
class Builder5[PathT, QueryT, AuthT, HeaderT, InputBodyT]
class Builder4[PathT, QueryT, AuthT, HeaderT]
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT]
class Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT <: BodyType, OutputBodyT <: BodyType, ErrorT]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builder6[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT]
class Builder5[PathT, QueryT, AuthT, HeaderT, InputBodyT]
class Builder4[PathT, QueryT, AuthT, HeaderT]
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Show all
enum Classification extends Enum[Classification]

Attributes

Companion
object
Supertypes
trait Enum
trait Product
trait Equals
trait Enum[Classification]
class Enum[Classification]
trait Serializable
trait Comparable[Classification]
trait Constable
class Object
trait Matchable
class Any
Show all
object Classification extends Companion[Classification]

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
trait Companion[Classification]
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(method: HttpMethod, name: String): Builder1[Unit]
def delete(name: String): Builder1[Unit]
def get(name: String): Builder1[Unit]
def post(name: String): Builder1[Unit]
def put(name: String): Builder1[Unit]