Uses of Class
io.lettuce.core.dynamic.support.MethodParameter
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Uses of MethodParameter in io.lettuce.core.dynamic.support
Methods in io.lettuce.core.dynamic.support that return MethodParameter Modifier and Type Method Description static MethodParameterMethodParameter. forMethodOrConstructor(Object methodOrConstructor, int parameterIndex)Create a new MethodParameter for the given method or constructor.Methods in io.lettuce.core.dynamic.support with parameters of type MethodParameter Modifier and Type Method Description static ResolvableTypeResolvableType. forMethodParameter(MethodParameter methodParameter)Return aResolvableTypefor the specifiedMethodParameter.static ResolvableTypeResolvableType. forMethodParameter(MethodParameter methodParameter, ResolvableType implementationType)Return aResolvableTypefor the specifiedMethodParameterwith a given implementation type.static ResolvableTypeResolvableType. forMethodParameter(MethodParameter methodParameter, Type targetType)Return aResolvableTypefor the specifiedMethodParameter, overriding the target type to resolve with a specific given type.Constructors in io.lettuce.core.dynamic.support with parameters of type MethodParameter Constructor Description MethodParameter(MethodParameter original)Copy constructor, resulting in an independent MethodParameter object based on the same metadata and cache state that the original object was in.