Package org.bson.types
Class CodeWithScope
java.lang.Object
org.bson.types.Code
org.bson.types.CodeWithScope
- All Implemented Interfaces:
Serializable
A representation of the JavaScript Code with Scope BSON type.
- Since:
- 3.0
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CodeWithScope
Construct an instance.- Parameters:
code
- the codescope
- the scope
-
-
Method Details