br.com.anteros.nosql.persistence.mongodb.aggregation.Projection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Show all versions of Anteros-NoSql-Persistence-MongoDB Show documentation
Anteros NoSQL Persistence MongoDB.
package br.com.anteros.nosql.persistence.mongodb.aggregation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Defines a projection for use in aggregation
*
* @mongodb.driver.manual reference/operator/aggregation/project/ $project
*/
public final class Projection {
private final String target;
private final String source;
private List projections;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy