RenameField

Specifies a transform that renames a single data property key.

Types

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

Properties

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

A JSON path to a variable in the data structure for the source data.

Link copied to clipboard

A JSON path to a variable in the data structure for the target data.

Functions

Link copied to clipboard
inline fun copy(block: RenameField.Builder.() -> Unit = {}): RenameField
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