Method

sttp.tapir.serverless.aws.cdk.internal.Method
See theMethod companion trait
object Method

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Method.type

Members list

Type members

Classlikes

case object CONNECT extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
CONNECT.type
case object DELETE extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
DELETE.type
case object GET extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
GET.type
case object HEAD extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
HEAD.type
case object OPTIONS extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
OPTIONS.type
case object PATCH extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
PATCH.type
case object POST extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
POST.type
case object PUT extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
PUT.type
case object TRACE extends Method

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
TRACE.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: String): Option[Method]

Implicits

Implicits

implicit val methodOrdering: Ordering[Method]