Package org.bson.types
Class Code
java.lang.Object
org.bson.types.Code
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CodeWithScope
,CodeWScope
For using the Code type.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Code
Construct a new instance with the given code.- Parameters:
code
- the JavaScript code
-
-
Method Details