Class GetOptions

java.lang.Object
com.redis.lettucemod.json.GetOptions
All Implemented Interfaces:
io.lettuce.core.CompositeArgument

public class GetOptions extends Object implements io.lettuce.core.CompositeArgument
  • Constructor Details

    • GetOptions

      public GetOptions()
  • Method Details

    • getIndent

      public Optional<String> getIndent()
    • setIndent

      public void setIndent(String indent)
    • getNewline

      public Optional<String> getNewline()
    • setNewline

      public void setNewline(String newline)
    • getSpace

      public Optional<String> getSpace()
    • setSpace

      public void setSpace(String space)
    • isNoEscape

      public boolean isNoEscape()
    • setNoEscape

      public void setNoEscape(boolean noEscape)
    • builder

      public static GetOptions.Builder builder()
    • build

      public <K, V> void build(io.lettuce.core.protocol.CommandArgs<K,V> args)
      Specified by:
      build in interface io.lettuce.core.CompositeArgument