OptionWrap

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

Target field type is arrow.core.Option<Inner>. Source field is Inner (non-null) or Inner? (nullable). Detection: matched by target-type FQN string "arrow.core.Option" — no arrow Gradle dep needed.

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