Uses of Package
io.lettuce.core.dynamic.support
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.codec |
RedisCodec resolution support. |
| io.lettuce.core.dynamic.output |
CommandOutput resolution support. |
| io.lettuce.core.dynamic.parameter |
Parameter access and descriptors.
|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Classes in io.lettuce.core.dynamic.support used by io.lettuce.core.dynamic Class Description ResolvableType Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass. -
Classes in io.lettuce.core.dynamic.support used by io.lettuce.core.dynamic.codec Class Description TypeInformation Interface to access types and resolving generics on the way. -
Classes in io.lettuce.core.dynamic.support used by io.lettuce.core.dynamic.output Class Description ResolvableType Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.TypeInformation Interface to access types and resolving generics on the way. -
Classes in io.lettuce.core.dynamic.support used by io.lettuce.core.dynamic.parameter Class Description TypeInformation Interface to access types and resolving generics on the way. -
Classes in io.lettuce.core.dynamic.support used by io.lettuce.core.dynamic.support Class Description ClassTypeInformation TypeInformationfor a plainClass.MethodParameter Helper class that encapsulates the specification of a method parameter, i.e.ParameterNameDiscoverer Interface to discover parameter names for methods and constructors.ReflectionUtils.FieldCallback Callback interface invoked on each field in the hierarchy.ReflectionUtils.FieldFilter Callback optionally used to filter fields to be operated on by a field callback.ReflectionUtils.MethodCallback Action to take on each method.ReflectionUtils.MethodFilter Callback optionally used to filter methods to be operated on by a method callback.ResolvableType Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.ResolvableType.VariableResolver Strategy interface used to resolveTypeVariables.TypeInformation Interface to access types and resolving generics on the way.