Uses of Record Class
com.github.thought2code.mcp.annotated.reflect.InvocationResult
Packages that use InvocationResult
Package
Description
-
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. -
Uses of InvocationResult in com.github.thought2code.mcp.annotated.util
Methods in com.github.thought2code.mcp.annotated.util that return InvocationResultModifier 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.