Class ReplaceBodyWithXattr

java.lang.Object
com.couchbase.client.java.kv.MutateInSpec
com.couchbase.client.java.kv.ReplaceBodyWithXattr

@Internal public class ReplaceBodyWithXattr extends MutateInSpec
  • Constructor Details

    • ReplaceBodyWithXattr

      public ReplaceBodyWithXattr(String src)
  • Method Details

    • toCore

      public CoreSubdocMutateCommand toCore(JsonSerializer serializer)
      Description copied from class: MutateInSpec
      Internal operation called from the encoding side that encodes the spec into its internal representation.
      Specified by:
      toCore in class MutateInSpec
      Parameters:
      serializer - the serializer that should be used.
      Returns:
      the encoded command.