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

Example usage for Java org.springframework.data.mongodb.core.aggregation ArrayOperators 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 ArrayOperators.

The text is from its open source code.

Method

ArrayOperatorFactoryarrayOf(String fieldReference)
Take the array referenced by given fieldReference .
ArrayOperatorFactoryarrayOf(AggregationExpression expression)
Take the array referenced resulting from the given AggregationExpression .
ArrayOperatorFactoryarrayOf(Collection values)
Take the given Collection values AggregationExpression .