Package org.bson

Class BsonJavaScript


  • public class BsonJavaScript
    extends BsonValue
    For using the JavaScript Code type.
    Since:
    3.0
    • Constructor Detail

      • BsonJavaScript

        public BsonJavaScript​(String code)
        Construct a new instance with the given JavaScript code.
        Parameters:
        code - the Javascript code
    • Method Detail

      • getBsonType

        public BsonType getBsonType()
        Description copied from class: BsonValue
        Gets the BSON type of this value.
        Specified by:
        getBsonType in class BsonValue
        Returns:
        the BSON type, which may not be null (but may be BSONType.NULL)
      • getCode

        public String getCode()
        Get the Javascript code.
        Returns:
        the code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object