Uses of Class
io.lettuce.core.dynamic.annotation.CommandNaming.LetterCase
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.annotation |
Central domain abstractions to be used in combination with Redis Command interfaces.
|
-
Uses of CommandNaming.LetterCase in io.lettuce.core.dynamic.annotation
Methods in io.lettuce.core.dynamic.annotation that return CommandNaming.LetterCase Modifier and Type Method Description static CommandNaming.LetterCaseCommandNaming.LetterCase. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandNaming.LetterCase[]CommandNaming.LetterCase. values()Returns an array containing the constants of this enum type, in the order they are declared.