119120121122123124125126127128129
if (firstKey == null) { firstKey = key.get(); } mapper.map(key, reader.getCurrentValue(), context); size++; } mapper.cleanup(context);
125126127128129130131132133134135
128129130131132133134135136137138