Class EncodedFragment

java.lang.Object
com.couchbase.client.java.kv.EncodedFragment

@Uncommitted public class EncodedFragment extends Object
The EncodedFragment represents a fragment returned from a subdocument lookup.

While the surface area is pretty small, we consider this advanced API and therefore it is not marked as commited at this point.

Since:
3.0.0
  • Constructor Details

    • EncodedFragment

      public EncodedFragment(String path, byte[] content)
  • Method Details

    • path

      public String path()
    • content

      public byte[] content()
    • toString

      public String toString()
      Overrides:
      toString in class Object