You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在目前我们的 bean/copier 的实现里面,我们的处理还是非常死板的:
于此同时,我们默认的 ReflectCopier 的实现也还有待改进:
在这种严格控制之下,用户需要显式指定,他们希望引入的一些其它的行为。
归根结底,我们可以认为用户需要在字段级别上做一些配置:
但是这个 API 设计起来其实挺麻烦的,我也没有特别好的想法。
比如说可以考虑采用 Builder 模式,增加一些方法:
最终我们在 ReflectCopier 里面只需要维持住已有的前缀树的结构,只不过节点变成了一个复杂的配置:
Beta Was this translation helpful? Give feedback.
All reactions