Class CodeWScope

java.lang.Object
org.bson.types.Code
org.bson.types.CodeWScope
All Implemented Interfaces:
Serializable

public class CodeWScope extends Code
Represents the CodeWScope BSON type.
See Also:
  • Constructor Details

    • CodeWScope

      public CodeWScope(String code, BSONObject scope)
      Creates a new instance
      Parameters:
      code - the JavaScript code
      scope - the scope as a document
  • Method Details

    • getScope

      public BSONObject getScope()
      Gets the scope for this JavaScript
      Returns:
      a document representing the scope
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Code
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Code