Package com.github.thought2code.mcp.annotated.server.converter
package com.github.thought2code.mcp.annotated.server.converter
-
ClassDescriptionAbstractParameterConverter<A extends Annotation>This abstract class is used to convert the value of a parameter annotated with
AbstractParameterConverterto the required type, and provides a default implementation for theAbstractParameterConverter.convertAll(Parameter[], Map)method.This class is used to convert the value of a parameter annotated withMcpPromptParamto the required type.This class is used to convert the value of a parameter annotated withMcpToolParamto the required type.ParameterConverter<A extends Annotation>This interface is used to convert the value of a parameter annotated withParameterConverterto the required type.