ValueObjectMapping
grackle.ValueMappingLike.ValueObjectMapping
object ValueObjectMapping
Attributes
- Source
- valuemapping.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueObjectMapping.type
Members list
Type members
Classlikes
Attributes
- Source
- valuemapping.scala
- Supertypes
-
class Objecttrait Matchableclass Any
case class DefaultValueObjectMapping(predicate: MappingPredicate, fieldMappings: Seq[FieldMapping], classTag: ClassTag[_])(implicit pos: SourcePos) extends ObjectMapping
Attributes
- Source
- valuemapping.scala
- Supertypes
-
class ObjectMappingtrait TypeMappingtrait Serializabletrait Producttrait Equalstrait TypeMappingCompatclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Source
- valuemapping.scala
def apply[T](tpe: NamedType, fieldMappings: List[ValueFieldMapping[T]])(implicit classTag: ClassTag[T], pos: SourcePos): ObjectMapping
Attributes
- Source
- valuemapping.scala
def unapply(om: DefaultValueObjectMapping): Option[(MappingPredicate, Seq[FieldMapping], ClassTag[_])]
Attributes
- Source
- valuemapping.scala
In this article