CirceMappingRootStreamSyntax

grackle.circe.CirceMappingLike.CirceMappingRootStreamSyntax
implicit class CirceMappingRootStreamSyntax(self: RootStream.type)

Attributes

Source
circemapping.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def computeEncodable[A](fieldName: String)(effect: (Path, Env) => Stream[F, Result[A]])(implicit pos: SourcePos, enc: Encoder[A]): RootStream

Attributes

Source
circemapping.scala
def computeJson(fieldName: String)(effect: (Path, Env) => Stream[F, Result[Json]])(implicit pos: SourcePos): RootStream

Attributes

Source
circemapping.scala