CoalescingToOptionalConverter

constructor(coalescingConverter: CoalescingConverter<T>, newSignatureType: Key? = null, newShowTypeInSignature: Boolean? = null, newErrorType: Key? = null, outputError: Boolean = false, validator: Validator<T?> = null)

Parameters

coalescingConverter

The SingleConverter to wrap.

newSignatureTypeString

An optional signature type string to override the one set in coalescingConverter.

newShowTypeInSignature

An optional boolean to override the showTypeInSignature setting set in coalescingConverter.

newErrorTypeString

An optional error type string to override the one set in coalescingConverter.