dev.hnaderi.namedcodec
package dev.hnaderi.namedcodec
Members list
Type members
Classlikes
Attributes
- Source
- NamedCodec.scala
- Supertypes
Attributes
- Source
- NamedCodec.scala
- Supertypes
trait NamedCodec[A, R] extends NamedEncoder[A, R], NamedDecoder[A, R]
Attributes
- Companion
- object
- Source
- NamedCodec.scala
- Supertypes
- Self type
-
object NamedCodec extends NamedCodecPlatform
Attributes
- Companion
- trait
- Source
- NamedCodec.scala
- Supertypes
- Self type
-
NamedCodec.type
Attributes
- Companion
- object
- Source
- NamedCodecPlatform.scala
- Supertypes
- Known subtypes
-
object NamedCodec.type
object NamedCodecPlatform
Attributes
- Companion
- trait
- Source
- NamedCodecPlatform.scala
- Supertypes
- Self type
-
NamedCodecPlatform.type
Attributes
- Source
- NamedCodec.scala
- Supertypes
- Known subtypes
-
- Self type
-
Attributes
- Companion
- object
- Source
- NamedCodec.scala
- Supertypes
- Known subtypes
-
- Self type
-
object NamedEncoder
Attributes
- Companion
- trait
- Source
- NamedCodec.scala
- Supertypes
- Self type
-
NamedEncoder.type
final case class TypeName[T](value: String) extends AnyVal
Attributes
- Companion
- object
- Source
- NamedCodec.scala
- Supertypes
object TypeName extends TypeNamePlatform
Attributes
- Companion
- class
- Source
- NamedCodec.scala
- Supertypes
- Self type
-
TypeName.type
trait TypeNamePlatform
Attributes
- Source
- TypeLabelPlatform.scala
- Supertypes
- Known subtypes
-
object TypeName.type
Value members
Concrete methods
Attributes
- Source
- package.scala
Extensions
Extensions
extension [Enc[_], Dec[_], R](adapter: CodecAdapter[Enc, Dec, R])(adapter: CodecAdapter[Enc, Dec, R])
Attributes
- Source
- NamedCodecPlatform.scala
Attributes
- Source
- NamedCodecPlatform.scala
In this article