Uses of Class
org.springframework.data.mongodb.core.aggregation.Fields
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of Fields in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionstatic Fields
Creates a newFields
instance from the given field name and target reference.static Fields
Creates a newFields
instance for the given field names.static Fields
static Fields
default Fields
Returns theFields
exposed by the type.Modifier and TypeMethodDescriptionProjectionOperation.andInclude
(Fields fields) Includes the given fields into the projection.static GroupOperation
Creates a newGroupOperation
for the givenFields
.Defines a nested field binding for the current field.static ExposedFields
ExposedFields.nonSynthetic
(Fields fields) Creates non-syntheticExposedFields
from the givenFields
.Define result ordering.Define result ordering.static ProjectionOperation
Creates a newProjectionOperation
including the givenFields
.static ExposedFields
Creates syntheticExposedFields
from the givenFields
.ModifierConstructorDescriptionGroupOperation
(Fields fields) Creates a newGroupOperation
including the givenFields
.ProjectionOperation
(Fields fields) Creates a newProjectionOperation
including the givenFields
.