mapTo
Chains this list converter with an element converter, yielding a new converter which performs a two-stage mapping conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Parameters
The source type of this converter
The target element type of this converter and the source type of the given elementConverter
The target type of the given elementConverter
The element converter to chain together with this list converter. Note that the source type of the given elementConverter must be the same as the target element type of this converter.
Chains this map converter with an entry converter, yielding a new converter which performs a two-stage mapping conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Parameters
The source type of this converter
The type of keys being converted from
The type of values being converted from
The type of keys being converted to
The type of values being converted to
The entry converter to chain together with this map converter. Note that the source types of the given entryConverter must be the same as the target types of this converter.
Chains this map converter with a key converter and a value converter, yielding a new converter which performs a two-stage mapping conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Parameters
The source type of this converter
The type of keys being converted from
The type of values being converted from
The type of keys being converted to
The type of values being converted to
The key converter to chain together with this map converter. Note that the source key type of the given keyConverter must be the same as the target key type of this converter.
The value converter to chain together with this map converter. Note that the source value type of the given valueConverter must be the same as the target value type of this converter.
Chains this set converter with an element converter, yielding a new converter which performs a two-stage mapping conversion. (Note that these two "stages" are conceptual. Each of these stages may consist of multiple logical steps in their actual implementation.)
Parameters
The source type of this converter
The target element type of this converter and the source type of the given elementConverter
The target type of the given elementConverter
The element converter to chain together with this set converter. Note that the source type of the given elementConverter must be the same as the target element type of this converter.