Endpoints

oxygen.http.server.Endpoints
See theEndpoints companion class
object Endpoints

Attributes

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

Members list

Type members

Classlikes

object Finalized

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Finalized.type
trait Finalized

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ArraySeqScan

Inherited and Abstract 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 flatten(endpoints: Endpoints*): Endpoints
transparent inline def layer(inline layers: ZLayer[_, _, _]*): ZLayer[_, _, Endpoints]
inline def typedLayer[R, E](inline layers: ZLayer[R, E, _]*): ZLayer[R, E, Endpoints]

Concrete fields