grackle.Mapping.LeafMapping
See theLeafMapping companion trait
object LeafMapping
Attributes
- Companion
- trait
- Source
- mapping.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LeafMapping.type
Members list
Type members
Classlikes
case class DefaultLeafMapping[T](predicate: MappingPredicate, encoder: Encoder[T], scalaTypeName: String)(implicit pos: SourcePos) extends LeafMapping[T]
Attributes
- Source
- mapping.scala
- Supertypes
-
trait LeafMapping[T]trait TypeMappingtrait Serializabletrait Producttrait Equalstrait TypeMappingCompatclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def apply[T : TypeName](predicate: MappingPredicate)(implicit evidence$1: TypeName[T], encoder: Encoder[T], pos: SourcePos): LeafMapping[T]
Attributes
- Source
- mapping.scala
Attributes
- Source
- mapping.scala
Attributes
- Source
- mapping.scala
Attributes
- Source
- mapping.scala
In this article