LeafMapping

edu.gemini.grackle.Mapping.LeafMapping$
See theLeafMapping companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Source:
mapping.scala
Graph
Supertypes
trait LeafMapping[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : TypeName](tpe: Type)(implicit evidence$1: 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