MapTreeBaseConverter class

Inheritance

Constructors

MapTreeBaseConverter(DogConverter keyConverter, DogConverter valueConverter, TypeTree tree)

Properties

deriveFuture Type
no setterinherited
deriveFutureOr Type
no setterinherited
deriveIterable Type
no setterinherited
deriveList Type
no setterinherited
deriveSet Type
no setterinherited
deriveStream Type
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isAssociated bool
finalinherited
isNullable bool
no setterinherited
keepIterables bool
finalinherited
keyConverter DogConverter
getter/setter pair
nullable TypeCapture
no setterinherited
output → APISchemaObject
Describes the converts output using openapi3 component specs.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct DogStructure?
finalinherited
tree TypeTree
getter/setter pair
typeArgument Type
no setterinherited
valueConverter DogConverter
getter/setter pair

Methods

castIterable(Iterable iterable) Iterable
inherited
castList(List list) List
inherited
castMapBuffer<K, V>() → void
castSet(Set set) Set
inherited
consumeType<RETURN>(RETURN func<_>()) → RETURN
inherited
consumeTypeArg<RETURN, ARG>(RETURN func<_>(ARG), ARG arg) → RETURN
inherited
finalizeMap(Map map, TypeContainer2 container) Map
fork(DogEngine forkEngine) DogConverter
inherited
isAssignable(dynamic object) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registrationCallback(DogEngine engine) → void
inherited
resolveOperationMode(Type opmodeType) OperationMode?
override
toString() String
A string representation of this object.
override

Operators

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