Uses of Interface
org.mongojack.Aggregation.Stage
-
Packages that use Aggregation.Stage Package Description org.mongojack org.mongojack.internal.util -
-
Uses of Aggregation.Stage in org.mongojack
Classes in org.mongojack that implement Aggregation.Stage Modifier and Type Class Description static class
Aggregation.Group
Deprecated.static class
Aggregation.Limit
Deprecated.static class
Aggregation.Match
Deprecated.static class
Aggregation.Out
Deprecated.static class
Aggregation.Project
Deprecated.static class
Aggregation.Skip
Deprecated.static class
Aggregation.Sort
Deprecated.static class
Aggregation.Unwind
Deprecated.Methods in org.mongojack that return Aggregation.Stage Modifier and Type Method Description Aggregation.Stage<Object>
Aggregation.Pipeline. remove(int index)
Aggregation.Stage<Void>
Aggregation.Match. set(String field, Void value)
Aggregation.Stage<Void>
Aggregation.Match. set(Map<String,Void> fields)
Aggregation.Stage<Object>
Aggregation.Pipeline. set(int index, Aggregation.Stage<Object> element)
Aggregation.Stage<S>
Aggregation.Stage. set(String field, S value)
Aggregation.Stage<S>
Aggregation.Stage. set(Map<String,S> fields)
Methods in org.mongojack that return types with arguments of type Aggregation.Stage Modifier and Type Method Description protected List<Aggregation.Stage<Object>>
Aggregation.Pipeline. delegate()
List<Aggregation.Stage<Object>>
Aggregation.Pipeline. stages()
Methods in org.mongojack with parameters of type Aggregation.Stage Modifier and Type Method Description void
Aggregation.Pipeline. add(int index, Aggregation.Stage<Object> element)
Aggregation.Stage<Object>
Aggregation.Pipeline. set(int index, Aggregation.Stage<Object> element)
<X> Aggregation.Pipeline<X>
Aggregation.Pipeline. then(Aggregation.Stage<X> stage)
Method parameters in org.mongojack with type arguments of type Aggregation.Stage Modifier and Type Method Description boolean
Aggregation.Pipeline. addAll(int index, Collection<? extends Aggregation.Stage<Object>> c)
void
Aggregation.Pipeline. replaceAll(UnaryOperator<Aggregation.Stage<Object>> operator)
void
Aggregation.Pipeline. sort(Comparator<? super Aggregation.Stage<Object>> c)
Constructors in org.mongojack with parameters of type Aggregation.Stage Constructor Description Pipeline(Aggregation.Stage<S> stage)
-
Uses of Aggregation.Stage in org.mongojack.internal.util
Methods in org.mongojack.internal.util with parameters of type Aggregation.Stage Modifier and Type Method Description static org.bson.conversions.Bson
DocumentSerializationUtils. serializePipelineStage(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, Aggregation.Stage<?> stage, org.bson.codecs.configuration.CodecRegistry registry)
org.bson.conversions.Bson
DocumentSerializationUtilsImpl. serializePipelineStage(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, Aggregation.Stage<?> stage, org.bson.codecs.configuration.CodecRegistry registry)
protected org.bson.conversions.Bson
DocumentSerializationUtilsImpl. serializePipelineStage(com.fasterxml.jackson.databind.SerializerProvider serializerProvider, com.fasterxml.jackson.databind.JsonSerializer<?> serializer, Aggregation.Stage<?> stage, org.bson.codecs.configuration.CodecRegistry registry)
-