Class MatchedValue

java.lang.Object
com.couchbase.client.core.json.stream.MatchedValue

public final class MatchedValue extends Object
  • Method Details

    • bytes

      public byte[] bytes()
    • isNull

      public boolean isNull()
    • readBytes

      @Deprecated public byte[] readBytes()
      Deprecated.
      In favor of bytes()
    • readString

      public String readString()
    • readDouble

      public double readDouble()
    • readLong

      public long readLong()
    • readBoolean

      public boolean readBoolean()
    • toString

      public String toString()
      Overrides:
      toString in class Object