Uses of Enum Class
org.restheart.mongodb.utils.VarsInterpolator.VAR_OPERATOR
Packages that use VarsInterpolator.VAR_OPERATOR
-
Uses of VarsInterpolator.VAR_OPERATOR in org.restheart.mongodb.utils
Methods in org.restheart.mongodb.utils that return VarsInterpolator.VAR_OPERATORModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VarsInterpolator.VAR_OPERATOR[]VarsInterpolator.VAR_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 VarsInterpolator.VAR_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) static org.bson.BsonValueVarsInterpolator.interpolate(VarsInterpolator.VAR_OPERATOR operator, org.bson.BsonValue bson, org.bson.BsonDocument values)