io.circe.Encoder.AsObject
See theAsObject companion trait
object AsObject
Utilities and instances for Encoder.AsObject.
Attributes
- Companion
- trait
- Source
- Encoder.scala
- Graph
-
- Supertypes
- Self type
-
AsObject.type
Members list
Value members
Concrete methods
Return an instance for a given type.
Construct an instance from a function.
Inherited methods
Attributes
- Inherited from:
- EncoderDerivation (hidden)
- Source
- Derivation.scala
final inline def derivedConfigured[A](using inline A: Of[A], inline configuration: Configuration): AsObject[A]
Attributes
- Inherited from:
- EncoderDerivation (hidden)
- Source
- Derivation.scala
Implicits
Implicits
Attributes
- Source
- Encoder.scala
Inherited implicits
final implicit def importedAsObjectEncoder[A](implicit exported: Exported[AsObject[A]]): AsObject[A]
Attributes
- Inherited from:
- LowPriorityAsObjectEncoders (hidden)
- Source
- Encoder.scala
In this article