Module lettuce.core

Class OutputSelector

java.lang.Object
io.lettuce.core.dynamic.output.OutputSelector

public class OutputSelector
extends Object
Selector CommandOutputFactory resolution.

A OutputSelector is based on the result ResolvableType and RedisCodec. The codec supplies types for generics resolution of CommandOutput.

Since:
5.0
Author:
Mark Paluch
  • Constructor Details

  • Method Details

    • getOutputType

      public ResolvableType getOutputType()
      Returns:
      the output type.
    • getRedisCodec

      public RedisCodec<?,​?> getRedisCodec()
      Returns:
      the associated codec.