类 TypeConverter
java.lang.Object
com.github.codeboyzhou.mcp.declarative.util.TypeConverter
Helper class for Java and JSON schema type conversion.
- 作者:
- codeboyzhou
-
方法概要
-
方法详细资料
-
convert
Converts the given value to the specified target type. If the value is null, returns the default value for the target type.- 参数:
value- the value to converttargetType- the target type to convert to- 返回:
- the converted value
-