Uses of Class
dev.morphia.aggregation.stages.Set
-
Packages that use Set Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Set in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Set Modifier and Type Method Description Aggregation<T>Aggregation. set(Set set)Adds new fields to documents.Aggregation<T>AggregationImpl. set(Set set) -
Uses of Set in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Set Modifier and Type Method Description Class<Set>SetStageCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Set Modifier and Type Method Description protected voidSetStageCodec. encodeStage(BsonWriter writer, Set value, EncoderContext encoderContext) -
Uses of Set in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Set Modifier and Type Method Description SetSet. field(String name, dev.morphia.aggregation.expressions.impls.Expression value)Add a field to the stagestatic SetSet. set()Creates a new Set stage
-