You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/03/14 01:23:20 UTC

[GitHub] [dubbo-go] sanxun0325 commented on a change in pull request #1783: support java method param java.lang

sanxun0325 commented on a change in pull request #1783:
URL: https://github.com/apache/dubbo-go/pull/1783#discussion_r825537192



##########
File path: protocol/dubbo/impl/hessian.go
##########
@@ -482,6 +482,22 @@ func getArgType(v interface{}) string {
 		return "java.util.Map"
 	case hessian.POJOEnum:
 		return v.(hessian.POJOEnum).JavaClassName()
+	case *int8:
+		return "java.lang.Byte"
+	case *int16:
+		return "java.lang.Short"
+	case *uint16:
+		return "java.lang.Character"
+	case *int:
+		return "java.lang.Lang"

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org