grackle.Mapping.ObjectMapping
See theObjectMapping companion class
object ObjectMapping
Attributes
- Companion
- class
- Source
- mapping.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ObjectMapping.type
Members list
Type members
Classlikes
case class DefaultObjectMapping(predicate: MappingPredicate, fieldMappings: Seq[FieldMapping])(implicit pos: SourcePos) extends ObjectMapping
Attributes
- Source
- mapping.scala
- Supertypes
-
class ObjectMappingtrait TypeMappingtrait Serializabletrait Producttrait Equalstrait TypeMappingCompatclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def apply(predicate: MappingPredicate)(fieldMappings: FieldMapping*)(implicit pos: SourcePos): ObjectMapping
Attributes
- Source
- mapping.scala
Attributes
- Source
- mapping.scala
Attributes
- Source
- mapping.scala
def apply(tpe: NamedType, fieldMappings: List[FieldMapping])(implicit pos: SourcePos): ObjectMapping
Attributes
- Source
- mapping.scala
In this article