public class MethodParamUtil extends Object
| Constructor and Description |
|---|
MethodParamUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ParamValueFunction[] |
getParamValueFunctions(Method method,
String[] topicTemplates,
String[] topicFilters,
MqttDeserializer deserializer)
获取参数值函数
|
static boolean |
isStringStringMap(Type parameterType)
判断是否 Map String String
|
public static ParamValueFunction[] getParamValueFunctions(Method method, String[] topicTemplates, String[] topicFilters, MqttDeserializer deserializer)
method - 方法topicTemplates - 主题模板topicFilters - 主题过滤器deserializer - 反序列化public static boolean isStringStringMap(Type parameterType)
parameterType - parameterTypeCopyright © 2025. All rights reserved.