Uses of Class
com.github.thought2code.mcp.annotated.reflect.InvocationResult.Builder
Packages that use InvocationResult.Builder
-
Uses of InvocationResult.Builder in com.github.thought2code.mcp.annotated.reflect
Methods in com.github.thought2code.mcp.annotated.reflect that return InvocationResult.BuilderModifier and TypeMethodDescriptionstatic InvocationResult.BuilderInvocationResult.builder()Returns a new instance ofBuilderfor creating a newInvocationResult.Sets the exception that occurred during the invocation.Sets the result of the invocation.