pl.iterators.kebs.circe

Members list

Type members

Classlikes

trait KebsCirce

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait KebsCirce
class Object
trait Matchable
class Any
Self type
object snakified extends KebsCirceSnakified

Attributes

Supertypes
trait KebsCirce
class Object
trait Matchable
class Any
Self type
snakified.type

Inherited classlikes

Attributes

Inherited from:
KebsCirce
Supertypes
trait KebsCirce
class Object
trait Matchable
class Any
Known subtypes
object capitalized

Attributes

Inherited from:
KebsCirce
Supertypes
trait KebsCirce
class Object
trait Matchable
class Any
Known subtypes
object snakified

Implicits

Inherited implicits

implicit val configuration: Configuration

Attributes

Inherited from:
KebsAutoDerivation (hidden)
implicit inline def exportDecoder[A](using conf: Configuration, inline m: ProductOf[A]): ConfiguredDecoder[A]

Attributes

Inherited from:
KebsAutoDerivation (hidden)
implicit inline def exportEncoder[A](using conf: Configuration, inline m: ProductOf[A]): ConfiguredEncoder[A]

Attributes

Inherited from:
KebsAutoDerivation (hidden)
implicit inline def flatDecoder[T, A](using rep: ValueClassLike[T, A], decoder: Decoder[A]): Decoder[T]

Attributes

Inherited from:
KebsCirce
implicit inline def flatEncoder[T, A](using rep: ValueClassLike[T, A], encoder: Encoder[A]): Encoder[T]

Attributes

Inherited from:
KebsCirce
implicit inline def instanceConverterDecoder[T, A](using rep: InstanceConverter[T, A], decoder: Decoder[A]): Decoder[T]

Attributes

Inherited from:
KebsCirce
implicit inline def instanceConverterEncoder[T, A](using rep: InstanceConverter[T, A], encoder: Encoder[A]): Encoder[T]

Attributes

Inherited from:
KebsCirce