Package org.bson.types
Class CodeWithScope
java.lang.Object
org.bson.types.Code
org.bson.types.CodeWithScope
- All Implemented Interfaces:
Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A representation of the JavaScript Code with Scope BSON type.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCodeWithScope(String code, Document scope) Deprecated.Construct an instance. -
Method Summary
-
Constructor Details
-
CodeWithScope
Deprecated.Construct an instance.- Parameters:
code- the codescope- the scope
-
-
Method Details