Decoder

smithy4s.xml.XmlDocument.Decoder
object Decoder extends DerivingImpl[Decoder]

Attributes

Graph
Supertypes
class DerivingImpl[Decoder]
class Impl[Decoder]
trait CachedSchemaCompiler[Decoder]
class Object
trait Matchable
class Any
Show all
Self type
Decoder.type

Members list

Type members

Inherited types

type Cache = CompilationCache[Aux]

Attributes

Inherited from:
Impl

Value members

Concrete methods

def fromSchema[A](schema: Schema[A], cache: Cache): Decoder[A]

Inherited methods

final def contramapSchema(fk: PolyFunction[Schema, Schema]): CachedSchemaCompiler[F]

Attributes

Inherited from:
CachedSchemaCompiler
def createCache(): Cache

Attributes

Inherited from:
Impl
final override def fromSchema[A](schema: Schema[A]): F[A]

Attributes

Definition Classes
Impl -> CachedSchemaCompiler
Inherited from:
Impl
final def mapK[F0[x], G[_]](fk: PolyFunction[F0, G]): CachedSchemaCompiler[G]

Attributes

Inherited from:
CachedSchemaCompiler

Implicits

Inherited implicits

implicit def derivedImplicitInstance[A](implicit schema: Schema[A]): F[A]

Attributes

Inherited from:
DerivingImpl