接口 DubboParamResolveService

所有已知实现类:
DubboParamResolveServiceImpl

public interface DubboParamResolveService
The interface Generic param service. This service is used to construct the parameters required for the dubbo generalization.
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.commons.lang3.tuple.Pair<String[],Object[]>
    buildParameter(String body, String parameterTypes)
    Build parameter pair.
  • 方法详细资料

    • buildParameter

      org.apache.commons.lang3.tuple.Pair<String[],Object[]> buildParameter(String body, String parameterTypes)
      Build parameter pair. this is Resolve http body to get dubbo param.
      参数:
      body - the body
      parameterTypes - the parameter types
      返回:
      the pair