程序包 com.github.codeboyzhou.mcp.declarative.server.converter
package com.github.codeboyzhou.mcp.declarative.server.converter
-
类说明AbstractParameterConverter<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.