Mapping<S, T> class
@internal
- Inheritance
-
- Object
- Transformer<
MappingContext> - Mapping
- Implementers
Constructors
-
Mapping({required Mapper mapper, required TypeDescriptor typeDescriptor, required Function constructor, required int stackSize, required List<
IntermediateResultDefinition> intermediateResultDefinitions, required MappingDefinition<S, T> definition, required List<Operation< operations, required List<MappingContext> >Finalizer> finalizer})
Properties
- constructor ↔ Function
-
getter/setter pair
-
definition
↔ MappingDefinition<
S, T> -
getter/setter pair
-
finalizer
↔ List<
Finalizer> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
intermediateResultDefinitions
↔ List<
IntermediateResultDefinition> -
getter/setter pair
- lazy ↔ bool
-
getter/setter pair
- mapper ↔ Mapper
-
getter/setter pair
-
operations
→ List<
Operation< MappingContext> > -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackSize ↔ int
-
getter/setter pair
- typeDescriptor ↔ TypeDescriptor
-
getter/setter pair
Methods
-
newInstance(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setupContext(
MappingContext context) → MappingState -
toString(
) → String -
A string representation of this object.
inherited
-
transformTarget(
dynamic source, dynamic target, MappingContext context) → void -
Modify a target instance by applying all specified operations.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited