Uses of Class
com.github.thought2code.mcp.annotated.reflect.MethodCache
Packages that use MethodCache
Package
Description
-
Uses of MethodCache in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return MethodCacheModifier and TypeMethodDescriptionstatic MethodCacheCreates a new instance ofMethodCachewith the specified method. -
Uses of MethodCache in com.github.thought2code.mcp.annotated.util
Methods in com.github.thought2code.mcp.annotated.util that return MethodCacheModifier and TypeMethodDescriptionReflectionHelper.getOrCache(Method method) Get or cache the metadata for the specified method.Methods in com.github.thought2code.mcp.annotated.util with parameters of type MethodCacheModifier and TypeMethodDescriptionReflectionHelper.invoke(Object instance, MethodCache methodCache) Invoke the method represented by the specified method cache on the given instance with no parameters.ReflectionHelper.invoke(Object instance, MethodCache methodCache, io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteArgument argument) Invoke the method represented by the specified method cache on the given instance with the provided argument.ReflectionHelper.invoke(Object instance, MethodCache methodCache, List<Object> params) Invoke the method represented by the specified method cache on the given instance with the provided parameters.