AsObject

io.circe.Codec.AsObject
See theAsObject companion trait
object AsObject

Attributes

Companion
trait
Source
Codec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AsObject.type

Members list

Value members

Concrete methods

def apply[A](implicit instance: AsObject[A]): AsObject[A]

Attributes

Source
Codec.scala
def from[A](decodeA: Decoder[A], encodeA: AsObject[A]): AsObject[A]

Attributes

Source
Codec.scala

Inherited methods

final inline def derived[A](using inline A: Of[A]): AsObject[A]

Attributes

Inherited from:
CodecDerivation (hidden)
Source
Derivation.scala
final inline def derivedConfigured[A](using inline A: Of[A], inline configuration: Configuration): AsObject[A]

Attributes

Inherited from:
CodecDerivation (hidden)
Source
Derivation.scala