I have a function that receives Aggregation aggregation as a parameter.
I would like to get all AggregationOperation from aggregation . Is there any way to do this?
public Aggregation newCustomAggregation(Aggregation aggregation, Criteria c) {
My goal is a new new aggregation with my custom MatchAggregation .
java spring-data-mongodb mongodb spring-mongodb
Tai le
source share