Uses of Interface
com.github.thought2code.mcp.annotated.server.converter.ParameterConverter
Packages that use ParameterConverter
-
Uses of ParameterConverter in com.github.thought2code.mcp.annotated.server.converter
Classes in com.github.thought2code.mcp.annotated.server.converter that implement ParameterConverterModifier and TypeClassDescriptionclassAbstractParameterConverter<A extends Annotation>This abstract class is used to convert the value of a parameter annotated withAbstractParameterConverterto the required type, and provides a default implementation for theAbstractParameterConverter.convertAll(Parameter[], Map)method.classThis class is used to convert the value of a parameter annotated withMcpPromptParamto the required type.classThis class is used to convert the value of a parameter annotated withMcpToolParamto the required type.