PrefixedTypeMatch
grackle.Mapping.MappingPredicate.PrefixedTypeMatch
case class PrefixedTypeMatch(prefix: List[String], tpe: NamedType) extends MappingPredicate
A predicate that matches a specific type with a given path prefix.
This predicate corresponds to the semantics of the PrefixedMapping
in earlier releases.
Attributes
- Source
- mapping.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MappingPredicateclass Objecttrait Matchableclass Any
Members list
In this article