Class Expression

    • Constructor Detail

      • Expression

        protected Expression​(String operation)
      • Expression

        public Expression​(String operation,
                          Object value)
        Parameters:
        operation -
        value -
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Method Detail

      • encode

        public void encode​(Mapper mapper,
                           org.bson.BsonWriter writer,
                           org.bson.codecs.EncoderContext encoderContext)
        Parameters:
        mapper - the mapper
        writer - the writer
        encoderContext - the context
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • getOperation

        public String getOperation()
        Returns:
        the value
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • getValue

        public Object getValue()
        Returns:
        the value
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.