MapMapper<M extends Map> constructor
MapMapper<M extends Map> (
- Map<
K, V> fromMap<K, V>( - Map<
K, V> map
- Map<
- Function typeFactory,
- MapperContainer mapper
Implementation
MapMapper(this.fromMap, this.typeFactory, this.mapper);