RenameKeyEntry

This object defines one key that will be renamed with the renameKey processor.

Types

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

Properties

Link copied to clipboard
val key: String

The key to rename

Link copied to clipboard

Specifies whether to overwrite the existing value if the destination key already exists. The default is false

Link copied to clipboard

The string to use for the new key name

Functions

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