LeafMapping

grackle.Mapping.LeafMapping
See theLeafMapping companion trait
object LeafMapping

Attributes

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

Members list

Type members

Classlikes

case class DefaultLeafMapping[T](tpe: Type, encoder: Encoder[T], scalaTypeName: String)(implicit pos: SourcePos) extends LeafMapping[T]

Attributes

Source
mapping.scala
Supertypes
trait LeafMapping[T]
trait TypeMapping
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[T : TypeName](tpe: Type)(implicit evidence$3: TypeName[T], encoder: Encoder[T], pos: SourcePos): LeafMapping[T]

Attributes

Source
mapping.scala
def unapply[T](lm: LeafMapping[T]): Option[(Type, Encoder[T])]

Attributes

Source
mapping.scala