poppet.codec.jackson.instances

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited classlikes

protected class MacroTypeReference[A] extends TypeReference[A]

Attributes

Inherited from:
JacksonCodecInstancesBinCompat
Supertypes
class TypeReference[A]
trait Comparable[TypeReference[A]]
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit inline def jacksonFromJsonCodec[A](implicit inline om: ObjectMapper): Codec[JsonNode, A]

Attributes

Inherited from:
JacksonCodecInstancesBinCompat
implicit def jacksonJsonToUnitCodec(implicit om: ObjectMapper): Codec[JsonNode, Unit]

Attributes

Inherited from:
JacksonCodecInstances
implicit def jacksonToJsonCodec[A](implicit om: ObjectMapper): Codec[A, JsonNode]

Attributes

Inherited from:
JacksonCodenInstancesLp0
implicit def jacksonUnitToJsonCodec(implicit om: ObjectMapper): Codec[Unit, JsonNode]

Attributes

Inherited from:
JacksonCodecInstances
implicit val om: ObjectMapper

Attributes

Inherited from:
JacksonCodenInstancesLp0