SetMapper<S extends Set> class Custom Mappers

The default mapper for Sets.

Inheritance

Constructors

SetMapper(Iterable<U> fromIterable<U>(Iterable<U> iterable), Function typeFactory)

Properties

fromIterable Iterable<U> Function<U>(Iterable<U> iterable)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
A unique id for this type, defaults to the name of the type.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
A getter for the type of this mapper.
no setterinherited
typeFactory Function
A type factory is what makes generic types work.
finalinherited

Methods

decoder(Object value, DecodingContext context) → S
The mapping method to decode value to an instance of this mappers type.
inherited
decodeValue<V>(Object? value, [DecodingOptions? options, MapperContainer? container]) → V
inherited
encoder(S value, EncodingContext context) Object
The mapping method to encode value to a serializable value.
inherited
encodeValue<V>(V value, [EncodingOptions? options, MapperContainer? container]) Object?
inherited
equality(Equality child) → Equality
override
equals(S value, S other, MappingContext context) bool
The mapping method to compare value and other for equality.
inherited
equalsValue(S value, Object? other, [MapperContainer? container]) bool
inherited
hash(S value, MappingContext context) int
Creates a combined hash code for a number of objects.
inherited
hashValue(S value, [MapperContainer? container]) int
inherited
includeTypeId<V>(dynamic v) bool
inherited
isFor(dynamic v) bool
inherited
isForType(Type type) bool
inherited
isValueEqual(S value, Object? other, [MapperContainer? container]) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringify(S value, MappingContext context) String
The mapping method to get the string representation of value.
override
stringifyValue(S value, [MapperContainer? container]) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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