MappingContext class

@internal

Constructors

MappingContext({required Mapper mapper})

Properties

currentSource ↔ dynamic
getter/setter pair
currentState MappingState?
getter/setter pair
currentTarget ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mappedObjects Map?
getter/setter pair
mapper Mapper
final
resultBuffers List<Buffer>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack List
getter/setter pair

Methods

getResultBuffer(int index) Buffer
mappedObject(dynamic source) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peek(int index) → dynamic
push(dynamic value, int index) → void
remember(dynamic source, dynamic target) MappingContext
setup(List<IntermediateResultDefinition> intermediateResultDefinitions, int stackSize) List<Buffer>
setupResultBuffers(List<Buffer> buffers) List<Buffer>
toString() String
A string representation of this object.
inherited

Operators

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