io.circe.Encoder.AsObject
See theAsObject companion object
A type class that provides a conversion from a value of type A
to a JsonObject.
Attributes
-
Companion
-
object
-
Source
-
Encoder.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Show all
-
Known subtypes
-
-
Self type
-
Members list
Convert a value to a JSON object.
Convert a value to a JSON object.
Attributes
-
Source
-
Encoder.scala
Create a new Encoder.AsObject by applying a function to a value of type B
before encoding as an A
.
Create a new Encoder by applying a function to a value of type B
before encoding as an A
.
Create a new Encoder by applying a function to a value of type B
before encoding as an A
.
Attributes
-
Inherited from:
-
Encoder
-
Source
-
Encoder.scala
Create a new Encoder by applying a function to the output of this one.