NamedCodec

dev.hnaderi.namedcodec.NamedCodec
See theNamedCodec companion trait

Attributes

Companion
trait
Source
NamedCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NamedCodec.type

Members list

Value members

Concrete methods

def apply[A, R](enc: NamedEncoder[A, R], dec: NamedDecoder[A, R]): NamedCodec[A, R]

Attributes

Source
NamedCodec.scala

Inherited methods

def from[Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R], transform: String => String): Builder[Enc, Dec, R]

Attributes

Inherited from:
NamedCodecPlatform
Source
NamedCodecPlatform.scala
def from[Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R]): Builder[Enc, Dec, R]

Attributes

Inherited from:
NamedCodecPlatform
Source
NamedCodecPlatform.scala