MapMapper<M extends Map> class
- Inheritance
-
- Object
- BaseMapper<
M> - MapMapper
- Mixed-in types
Constructors
-
MapMapper(Map<
K, V> fromMap<K, V>(Map< Function typeFactory, MapperContainer mapper)K, V> map),
Properties
- decoder → Function
-
no setteroverride
- encoder → Function
-
no setteroverride
- equality ↔ Equality
-
getter/setter pairoverride-getter
-
fromMap
↔ Map<
K, V> Function<K, V>(Map< K, V> map) -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapper → MapperContainer
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → Type
-
no setterinherited
- typeFactory ↔ Function
-
getter/setter pairoverride-getter
Methods
-
equals(
M self, M other) → bool -
inherited
-
hash(
M self) → int -
Creates a combined hash code for a number of objects.
inherited
-
isFor(
dynamic v) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stringify(
M self) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited