Class RelaxedTypeBasedAggregationOperationContext

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

public class RelaxedTypeBasedAggregationOperationContext extends TypeBasedAggregationOperationContext
A TypeBasedAggregationOperationContext with less restrictive field reference handling, suppressing InvalidPersistentPropertyPath exceptions when resolving mapped field names.
Since:
3.0
Author:
Christoph Strobl