MapperElementBase<T> class abstract Custom Mappers

This class needs to be implemented by all mappers. It defaults to throwing unsupported exceptions for all methods.

Implementers

Constructors

MapperElementBase(MapperBase<T> mapper, MapperContainer container)
const

Properties

container MapperContainer
final
decoder Function
no setter
encoder Function
no setter
hashCode int
The hash code for this object.
no setterinherited
mapper MapperBase<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals(T self, T other) bool
hash(T self) int
Creates a combined hash code for a number of objects.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringify(T self) String
toString() String
A string representation of this object.
inherited

Operators

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