CoalescingToDefaultingConverter
constructor(coalescingConverter: CoalescingConverter<T>, defaultValue: T, outputError: Boolean = false, newSignatureType: Key? = null, newShowTypeInSignature: Boolean? = null, newErrorType: Key? = null, 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.