DefaultSetConverter class

Inheritance
Mixed in types

Constructors

DefaultSetConverter([TypeCapture? cast])

Properties

cast TypeCapture?
final
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
modes Map<Type, OperationMode<Set> Function()>
no setteroverride
nullable TypeCapture
no setterinherited
output → APISchemaObject
Describes the converts output using openapi3 component specs.
no setteroverride
polymorphicConverter PolymorphicConverter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct DogStructure<Set>?
finalinherited
typeArgument Type
no setterinherited

Methods

castIterable(Iterable<Set> iterable) Iterable<Set>
inherited
castList(List list) List<Set>
inherited
castSet(Set set) Set<Set>
inherited
consumeType<RETURN>(RETURN func<_>()) → RETURN
inherited
consumeTypeArg<RETURN, ARG>(RETURN func<_>(ARG), ARG arg) → RETURN
inherited
fork(DogEngine forkEngine) DogConverter<Set>
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<Set>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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