Class TypeBasedAggregationOperationContext

java.lang.Object
org.springframework.data.mongodb.core.aggregation.TypeBasedAggregationOperationContext
All Implemented Interfaces:
CodecRegistryProvider, AggregationOperationContext
Direct Known Subclasses:
RelaxedTypeBasedAggregationOperationContext

public class TypeBasedAggregationOperationContext extends Object implements AggregationOperationContext
AggregationOperationContext aware of a particular type and a MappingContext to potentially translate property references into document field names.
Since:
1.3
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch