Java org.springframework.data.mongodb.core.aggregation Fields fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.aggregation Fields fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.aggregation Fields.

The text is from its open source code.

Field

Constructor

Fields(List fields)
Creates a new Fields instance using the given Field s.

Method

Fieldsand(String name, String target)
Fieldfield(String name, String target)
Creates a Field with the given name and target .
Fieldsfrom(Field... fields)
Creates a new Fields instance from the given Fields .