Builder

dev.hnaderi.namedcodec.NamedCodecPlatform$.Builder
final class Builder[Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R], transform: Option[String => String])

Attributes

Source:
NamedCodecPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def of[T](using m: Of[T]): NamedCodec[T, R]

Attributes

Source:
NamedCodecPlatform.scala