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[A] extends Builder2[A, A]

Attributes

Supertypes
class Builder2[A, A]
class Builder3[A, A, A]
class Builder4[A, A, A, None]
class Builder5[A, A, A, None, None]
class Object
trait Matchable
class Any
Show all
Self type
class Builder2[Path, All] extends Builder3[Path, All, All]

Attributes

Supertypes
class Builder3[Path, All, All]
class Builder4[Path, All, All, None]
class Builder5[Path, All, All, None, None]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Builder1[A]
Self type
Builder2[Path, All]
class Builder3[Path, AllWithCookies, AllWithoutCookies] extends Builder4[Path, AllWithCookies, AllWithoutCookies, None]

Attributes

Supertypes
class Builder4[Path, AllWithCookies, AllWithoutCookies, None]
class Builder5[Path, AllWithCookies, AllWithoutCookies, None, None]
class Object
trait Matchable
class Any
Known subtypes
class Builder2[Path, All]
class Builder1[A]
Self type
Builder3[Path, AllWithCookies, AllWithoutCookies]
class Builder4[Path, AllWithCookies, AllWithoutCookies, InputBody <: BodyType] extends Builder5[Path, AllWithCookies, AllWithoutCookies, InputBody, None]

Attributes

Supertypes
class Builder5[Path, AllWithCookies, AllWithoutCookies, InputBody, None]
class Object
trait Matchable
class Any
Known subtypes
class Builder3[Path, AllWithCookies, AllWithoutCookies]
class Builder2[Path, All]
class Builder1[A]
Self type
Builder4[Path, AllWithCookies, AllWithoutCookies, InputBody]
class Builder5[Path, AllWithCookies, AllWithoutCookies, InputBody <: BodyType, OutputBody <: BodyType]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builder4[Path, AllWithCookies, AllWithoutCookies, InputBody]
class Builder3[Path, AllWithCookies, AllWithoutCookies]
class Builder2[Path, All]
class Builder1[A]
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]