Class LookupInOptions

java.lang.Object
com.couchbase.client.java.CommonOptions<LookupInOptions>
com.couchbase.client.java.kv.LookupInOptions

public class LookupInOptions extends CommonOptions<LookupInOptions>
  • Method Details

    • lookupInOptions

      public static LookupInOptions lookupInOptions()
    • serializer

      public LookupInOptions serializer(JsonSerializer serializer)
      Customizes the serializer that is used to decode the contents of the LookupInResult.
      Parameters:
      serializer - the serializer used for decoding.
      Returns:
      this LookupInOptions for chaining purposes.
    • accessDeleted

      @Internal public LookupInOptions accessDeleted(boolean accessDeleted)
      For internal use only: allows access to deleted documents that are in 'tombstone' form.
    • build

      @Internal public LookupInOptions.Built build()