getAll abstract method

List<MapperBase<Object>> getAll()

Returns all mapper this container currently holds.

Implementation

List<MapperBase> getAll();