funky-eyes commented on code in PR #6198: URL: https://github.com/apache/incubator-seata/pull/6198#discussion_r1452081888
########## seata-spring-autoconfigure/seata-spring-autoconfigure-client/src/test/java/io/seata/spring/boot/autoconfigure/properties/SeataPropertiesTest.java: ########## Review Comment: *PropertiesTest 我希望这些properties的get set的相关方法通过扫描包,解析类,进行反射将其中的method一次性处理掉,至于入参类型可以通过反射拿到参数类型,写一个switch等方式来处理。 *PropertiesTest I want the get set related methods of these properties to scan the package, parse the class, and do reflection to get rid of the method once and for all, and as for the input parameter type can be dealt with by getting the parameter type through reflection, writing a switch, etc. -- 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]
