TapirNewtype

sttp.tapir.codec.zio.prelude.newtype.TapirNewtype
See theTapirNewtype companion object
final case class TapirNewtype[A, T <: Newtype[A]](newtype: T)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Implicits

implicit def tapirCodec[L, CF <: CodecFormat](implicit codec: Codec[L, A, CF]): Codec[L, Type, CF]
implicit def tapirSchema(implicit schema: Schema[A]): Schema[Type]