dev.hnaderi.namedcodec

Members list

Type members

Classlikes

trait CodecAdapter[Enc[_], Dec[_], R]

Attributes

Source
NamedCodec.scala
Supertypes
class Object
trait Matchable
class Any
final case class EncodedMessage[R](name: String, data: R)

Attributes

Source
NamedCodec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait NamedCodec[A, R] extends NamedEncoder[A, R], NamedDecoder[A, R]

Attributes

Companion
object
Source
NamedCodec.scala
Supertypes
trait NamedDecoder[A, R]
trait NamedEncoder[A, R]
class Object
trait Matchable
class Any
Self type
NamedCodec[A, R]

Attributes

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

Attributes

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

Attributes

Companion
trait
Source
NamedCodecPlatform.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait NamedDecoder[A, R]

Attributes

Source
NamedCodec.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait NamedCodec[A, R]
Self type
NamedDecoder[A, R]
trait NamedEncoder[A, R]

Attributes

Companion
object
Source
NamedCodec.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait NamedCodec[A, R]
Self type
NamedEncoder[A, R]
object NamedEncoder

Attributes

Companion
trait
Source
NamedCodec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final case class TypeName[T](value: String) extends AnyVal

Attributes

Companion
object
Source
NamedCodec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object TypeName extends TypeNamePlatform

Attributes

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

Attributes

Source
TypeLabelPlatform.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TypeName.type

Value members

Concrete methods

def typeName[T](using tn: TypeName[T]): String

Attributes

Source
package.scala

Extensions

Extensions

extension [Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R])(adapter: CodecAdapter[Enc, Dec, R])
inline def of[T : Of](implicit evidence$1: Of[T]): NamedCodec[T, R]

Attributes

Source
NamedCodecPlatform.scala
inline def of[T : Of](transform: String => String)(implicit evidence$2: Of[T]): NamedCodec[T, R]

Attributes

Source
NamedCodecPlatform.scala