useAll abstract method

void useAll(
  1. Iterable<MapperBase<Object>> mappers
)

Adds a list of mappers to the set of mappers this container holds.

Implementation

void useAll(Iterable<MapperBase> mappers);