OptionUnwrap

data class OptionUnwrap(val innerMapperFn: String? = null) : MappingStrategy

Source field type is arrow.core.Option<Inner>. Target field is Inner? or Inner (non-null guarded by existing RequiredFieldMissing path). Detection: matched by source-type FQN string "arrow.core.Option".

Parameters

innerMapperFn

non-null when the inner type requires a nested mapper call (data class).

Constructors

Link copied to clipboard
constructor(innerMapperFn: String? = null)

Properties

Link copied to clipboard