TypeConverterEntry

This object defines one value type that will be converted using the typeConverter processor.

Types

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

Properties

Link copied to clipboard
val key: String

The key with the value that is to be converted to a different type.

Link copied to clipboard
val type: Type

The type to convert the field value to. Valid values are integer, double, string and boolean.

Functions

Link copied to clipboard
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