public static class SetOperators.SetIsSubset extends Object
AggregationExpression for $setIsSubset.protected String getMongoMethod()
public static SetOperators.SetIsSubset arrayAsSet(String arrayReference)
SetOperators.SetIsSubset.arrayReference - must not be null.public static SetOperators.SetIsSubset arrayAsSet(AggregationExpression expression)
SetOperators.SetIsSubset.expression - must not be null.public SetOperators.SetIsSubset isSubsetOf(String arrayReference)
SetOperators.SetIsSubset with all previously added arguments appending the given one.arrayReference - must not be null.public SetOperators.SetIsSubset isSubsetOf(AggregationExpression expression)
SetOperators.SetIsSubset with all previously added arguments appending the given one.expression - must not be null.public com.mongodb.DBObject toDbObject(AggregationOperationContext context)
AggregationExpressiontoDbObject in interface AggregationExpressionpublic com.mongodb.DBObject toDbObject(Object value, AggregationOperationContext context)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.