* Update mapping configuration
(newMapping: FieldMapping)
| 97 | * Update mapping configuration |
| 98 | */ |
| 99 | updateMapping(newMapping: FieldMapping): void { |
| 100 | this.mapping = newMapping; |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Get current mapping |
no outgoing calls
no test coverage detected