Class IterableMappingMethod

All Implemented Interfaces:
Writable

public class IterableMappingMethod extends ContainerMappingMethod
A MappingMethod implemented by a Mapper class which maps one iterable type to another. The collection elements are mapped either by a TypeConversion or another mapping method.
Author:
Gunnar Morling
  • Method Details