FunctionNameGenerator
Generates function names for mapping operations.
Functions
Link copied to clipboard
Generate file name: "{SourceClass}Mappers"
Link copied to clipboard
Generate mapper function name: "to{TargetName}Result" — the Result suffix is part of the boundary contract (fun Source.toXResult(): Result<X>); nested-mapper call sites (TypeMatcher's strategy construction) follow the same naming atomically.