Uses of Package
com.github.thought2code.mcp.annotated.server.converter
Packages that use com.github.thought2code.mcp.annotated.server.converter
-
Classes in com.github.thought2code.mcp.annotated.server.converter used by com.github.thought2code.mcp.annotated.server.converterClassDescriptionThis 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 interface is used to convert the value of a parameter annotated withParameterConverterto the required type.