Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实现从 DTO 到实体的转换器的更好方法是什么?使用带有静态方法的工厂进行转换或使用实例转换器对象?
最后我以实例 Converter 对象结束,因为它们可能被模拟,这更适合测试