Uses of Class
org.springframework.data.mongodb.core.aggregation.Fields
Packages that use Fields
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of Fields in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return FieldsModifier and TypeMethodDescriptionstatic FieldsCreates a newFieldsinstance from the given field name and target reference.static FieldsCreates a newFieldsinstance for the given field names.static Fieldsstatic Fieldsdefault FieldsReturns theFieldsexposed by the type.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type FieldsModifier and TypeMethodDescriptionProjectionOperation.andInclude(Fields fields) Includes the given fields into the projection.static GroupOperationCreates a newGroupOperationfor the givenFields.Defines a nested field binding for the current field.static ExposedFieldsExposedFields.nonSynthetic(Fields fields) Creates non-syntheticExposedFieldsfrom the givenFields.Define result ordering.Define result ordering.static ProjectionOperationCreates a newProjectionOperationincluding the givenFields.static ExposedFieldsCreates syntheticExposedFieldsfrom the givenFields.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type FieldsModifierConstructorDescriptionGroupOperation(Fields fields) Creates a newGroupOperationincluding the givenFields.ProjectionOperation(Fields fields) Creates a newProjectionOperationincluding the givenFields.