类 DubboParamResolveServiceImpl
java.lang.Object
org.apache.shenyu.plugin.dubbo.common.param.DubboParamResolveServiceImpl
- 所有已实现的接口:
DubboParamResolveService
The type Default generic param resolve service.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DubboParamResolveServiceImpl
public DubboParamResolveServiceImpl()
-
-
方法详细资料
-
buildParameter
public org.apache.commons.lang3.tuple.Pair<String[],Object[]> buildParameter(String body, String parameterTypes) 从接口复制的说明:DubboParamResolveServiceBuild parameter pair. this is Resolve http body to get dubbo param.- 指定者:
buildParameter在接口中DubboParamResolveService- 参数:
body- the bodyparameterTypes- the parameter types- 返回:
- the pair
-