Uses of Class
io.lettuce.core.dynamic.output.OutputType
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.output |
CommandOutput resolution support. |
-
Uses of OutputType in io.lettuce.core.dynamic.output
Methods in io.lettuce.core.dynamic.output with parameters of type OutputType Modifier and Type Method Description protected booleanCommandOutputResolverSupport. isAssignableFrom(OutputSelector selector, OutputType provider)Overridable hook to check whetherselectorcan be assigned from the provider typeprovider.