Package org.bson

Class BsonElement


  • public class BsonElement
    extends 
    A mapping from a name to a BsonValue.
    Since:
    3.0
    See Also:
    BsonDocument
    • Constructor Summary

      Constructors 
      Constructor Description
       name, BsonValue value)
      Construct a new instance with the given key and value
    • Constructor Detail

      • BsonElement

        public BsonElement​( name,
                           BsonValue value)
        Construct a new instance with the given key and value
        Parameters:
        name - the non-null key
        value - the non-null value
    • Method Detail

      • getName

        public  getName()
        Gets the name of the key/field.
        Returns:
        the name of the field.
      • getValue

        public BsonValue getValue()
        Gets the value of this element.
        Returns:
        a BsonValue containing the value of this element.
      • equals

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

        public int hashCode()
        Overrides:
         in class