Mapr class abstract

Base class for creating a Mapper host with Mapr Can be created manually by extending this class however typically used with code generation

Constructors

Mapr()

Properties

hashCode int
The hash code for this object.
no setterinherited
mapFunctions List<MapFunction>
List of all possible mapping conversions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMapFunction<TSrc, TDst>() MapFunction<TSrc, TDst>
Finds a map function for TSrc to TDst
map<TSrc, TDst>(TSrc sourceObject) → TDst
Takes a sourceObject of type TSrc and converts it to a new object of TDst using to setup MapFunction
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited