eight-nines commented on code in PR #2586:
URL: 
https://github.com/apache/incubator-eventmesh/pull/2586#discussion_r1048607039


##########
eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/Convert.java:
##########
@@ -426,15 +425,26 @@ public Map<String, Object> convert(ConvertInfo 
convertInfo) {
         }
     }
 
+    private static class ConvertIPAddress implements ConvertValue<IPAddress> {

Review Comment:
   暂时没想到,就按原有代码的逻辑注册为解析工具类了,不过可以考虑把逻辑放到 ConvertObject 中,但是还没想好怎么做,先记下



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to