Uses of Interface
net.pincette.mongo.Implementation
-
Uses of Implementation in net.pincette.mongo
Methods in net.pincette.mongo that return ImplementationModifier and TypeMethodDescriptionstatic ImplementationExpression.implementation(JsonValue expression, Features features) Extension developers can use this to delegate implementation generation to subexpressions.static ImplementationExpression.memberFunction(JsonValue expression, String name, Features features) Ifexpressionis an object, which has a subexpression calledname, then this method returns the implementation of the subexpression.Methods in net.pincette.mongo that return types with arguments of type ImplementationModifier and TypeMethodDescriptionstatic List<Implementation>Expression.memberFunctions(JsonValue expression, String name, Features features) Ifexpressionis an object, which has a subexpression calledname, and if the subexpression is actually an array of subexpressions, then this method returns the implementation of the subexpressions.