Uses of Record Class
com.github.thought2code.mcp.annotated.reflect.Invocation
Packages that use Invocation
-
Uses of Invocation in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return InvocationModifier and TypeMethodDescriptionInvocation.Builder.build()Builds a new instance ofInvocationResultwith the configured values.static InvocationMethodInvoker.invoke(Object instance, MethodCache methodCache) Invokes the method represented by the specified method cache on the given instance with no parameters.static InvocationMethodInvoker.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 InvocationMethodInvoker.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.