Uses of Class
org.springframework.data.mongodb.core.aggregation.ExposedFields
Packages that use ExposedFields
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ExposedFields in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ExposedFieldsModifier and TypeMethodDescriptionExposedFields.and(org.springframework.data.mongodb.core.aggregation.ExposedFields.ExposedField field) Creates a newExposedFieldsadding the givenExposedFields.ExposedField.protected ExposedFieldsBucketOperationSupport.Outputs.asExposedFields()static ExposedFieldsExposedFields.empty()Returns an emptyExposedFieldsinstance.static ExposedFieldsExposedFields.from(org.springframework.data.mongodb.core.aggregation.ExposedFields.ExposedField... fields) Creates a newExposedFieldsinstance from the givenExposedFields.ExposedFields.BucketOperationSupport.getFields()CountOperation.getFields()FacetOperation.getFields()FieldsExposingAggregationOperation.getFields()Returns the fields exposed by theAggregationOperation.GraphLookupOperation.getFields()GroupOperation.getFields()LookupOperation.getFields()MergeOperation.getFields()ProjectionOperation.getFields()ReplaceRootOperation.getFields()SetWindowFieldsOperation.getFields()UnsetOperation.getFields()UnwindOperation.getFields()static ExposedFieldsExposedFields.nonSynthetic(Fields fields) Creates non-syntheticExposedFieldsfrom the givenFields.static ExposedFieldsCreates syntheticExposedFieldsfrom the givenFields.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type ExposedFieldsModifier and TypeMethodDescriptiondefault AggregationOperationContextAggregationOperationContext.expose(ExposedFields fields) Create a nestedAggregationOperationContextfrom this context that exposesfields.TypeBasedAggregationOperationContext.expose(ExposedFields fields) default AggregationOperationContextAggregationOperationContext.inheritAndExpose(ExposedFields fields) Create a nestedAggregationOperationContextfrom this context that inherits exposed fields from this context and exposesfields.TypeBasedAggregationOperationContext.inheritAndExpose(ExposedFields fields)