zhengwen6300 opened a new issue, #807: URL: https://github.com/apache/fesod/issues/807
项目里有很多枚举,每个都建一个转换器很麻烦,这些枚举都继承了同一个接口,方法和属性都一直,能否像spring的org.springframework.core.convert.converter.ConverterFactory和org.springframework.core.convert.converter.Converter在回调函数的参数能拿到枚举的实际类型,创建转换器的时候只需要传接口类型,这样只要写一个转换器就能适用所有枚举。 是否支持对象图导航语言(OGNL),支持对象嵌套? -- 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]
