Uses of Record Class
com.github.thought2code.mcp.annotated.reflect.InvocationResult
Packages that use InvocationResult
-
Uses of InvocationResult in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return InvocationResultModifier and TypeMethodDescriptionInvocationResult.Builder.build()Builds a new instance ofInvocationResultwith the configured values.static 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.