Uses of Class
com.github.thought2code.mcp.annotated.reflect.MethodCache
Packages that use MethodCache
-
Uses of MethodCache in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return MethodCacheModifier and TypeMethodDescriptionstatic MethodCacheCreates or retrieves a cached instance ofMethodCachefor the specified method.Methods in com.github.thought2code.mcp.annotated.reflect with parameters of type MethodCacheModifier and TypeMethodDescriptionstatic InvocationResultMethodInvoker.invoke(Object instance, MethodCache methodCache) Invokes the method represented by the specified method cache on the given instance with no parameters.static InvocationResultMethodInvoker.invoke(Object instance, MethodCache methodCache, io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteArgument argument) Invokes the method represented by the specified method cache on the given instance with the provided completion argument.static InvocationResultMethodInvoker.invoke(Object instance, MethodCache methodCache, List<Object> params) Invokes the method represented by the specified method cache on the given instance with the provided parameters.