Mapping

class Mapping

Specifies the mapping of data property keys.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also Mapping, but its FromPath will be the parent's FromPath plus the FromPath from this structure.

Link copied to clipboard

If true, then the column is removed.

Link copied to clipboard

The table or column to be modified.

Link copied to clipboard

The type of the data to be modified.

Link copied to clipboard

After the apply mapping, what the name of the column should be. Can be the same as FromPath.

Link copied to clipboard

The data type that the data is to be modified to.

Functions

Link copied to clipboard
inline fun copy(block: Mapping.Builder.() -> Unit = {}): Mapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String