Uses of Enum Class
org.restheart.mongodb.utils.StagesInterpolator.STAGE_OPERATOR
Packages that use StagesInterpolator.STAGE_OPERATOR
-
Uses of StagesInterpolator.STAGE_OPERATOR in org.restheart.mongodb.utils
Methods in org.restheart.mongodb.utils that return StagesInterpolator.STAGE_OPERATORModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StagesInterpolator.STAGE_OPERATOR[]StagesInterpolator.STAGE_OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.mongodb.utils with parameters of type StagesInterpolator.STAGE_OPERATORModifier and TypeMethodDescriptionstatic List<org.bson.BsonDocument> StagesInterpolator.interpolate(VarsInterpolator.VAR_OPERATOR varOperator, StagesInterpolator.STAGE_OPERATOR stageOperator, org.bson.BsonArray stages, org.bson.BsonDocument values)