public class Aggregation extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
aggregate(Iterable<Map<String,Object>> objectList)
Aggregates over an iterable list of JSON Objects
|
List<Map<String,Object>> |
aggregate(Iterator<Map<String,Object>> objectIterator)
Aggregates over an Iterator of JSON Objects
|
Copyright © 2016. All rights reserved.