MappingInlines
com.greenfossil.data.mapping.MappingInlines
trait MappingInlines
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Mapping.type
Members list
Value members
Concrete methods
inline def mapping[A](using m: ProductOf[A])(nameValueTuple: Zip[MirroredElemLabels, FieldConstructor[<none>]]): Mapping[A]
inline def optionalMapping[A <: Product](using m: ProductOf[A])(nameValueTuple: Zip[MirroredElemLabels, FieldConstructor[<none>]]): Mapping[Option[A]]
inline def repeatedMapping[A](using m: ProductOf[A])(nameValueTuple: Zip[MirroredElemLabels, FieldConstructor[<none>]]): Mapping[Seq[A]]
def text(bindingPreprocessor: String => String, constraints: Seq[Constraint[String]]): FieldMapping[String]
Concrete fields
In this article