关于DUBBO微服务的方法参数类型及方法参数的配置方式,请参见本文示例。

方法 参数类型填写方式 参数填写方式
String sayHello(String name); java.lang.String hello, dubbo
String helloBean(HelloBean helloBean); com.alibaba.pts.dubbo.api.DemoService {"booleanValue":true,"helloSubValue":{"booleanValue":false,"intValue":2,"stringValue":"subbean"},"intValue":1,"stringValue":"bean"}
String helloMap(Map helloMap); java.util.Map {"booleanValue":true,"helloSubValue":{"booleanValue":false,"intValue":2,"stringValue":"subbean"},"intValue":1,"stringValue":"bean"}
String helloList(List helloList); java.util.List 1
String helloString(String helloString); java.lang.String hello, dubbo
String helloInt(int helloInt); int 1
String helloBoolean(boolean helloBoolean); boolean true

更多信息

使用Dubbo插件遇到的相关问题,请参见Dubbo常见问题