Class StreamMappingMethod

All Implemented Interfaces:
Writable

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