CallbackDocs

endpoints4s.algebra.EndpointsWithCustomErrors.CallbackDocs
See theCallbackDocs companion class
object CallbackDocs

Attributes

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

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

A wrapper type for a RequestEntity whose carried information is unknown.

A wrapper type for a RequestEntity whose carried information is unknown.

This wrapper type is necessary because Scala 3 does not support writing RequestEntity[_].

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SomeResponse

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait SomeResponse

A wrapper type for a Response whose carried information is unknown.

A wrapper type for a Response whose carried information is unknown.

This wrapper type is necessary because Scala 3 does not support writing Response[_]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, B](method: Method, entity: RequestEntity[A], response: Response[B]): CallbackDocs

Convenience constructor that wraps the entity and response parameters.

Convenience constructor that wraps the entity and response parameters.

Attributes

Deprecated methods

def apply[A, B](method: Method, entity: RequestEntity[A], response: Response[B], requestDocs: Documentation): CallbackDocs

Attributes

Deprecated
true