NamedCodecPlatform

dev.hnaderi.namedcodec.NamedCodecPlatform
See theNamedCodecPlatform companion object
transparent trait NamedCodecPlatform

Attributes

Companion:
object
Source:
NamedCodecPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NamedCodec.type

Members list

Concise view

Value members

Concrete methods

def from[Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R]): Builder[Enc, Dec, R]

Attributes

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

Attributes

Source:
NamedCodecPlatform.scala