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 オブジェクトを使用しますか?
最後に、インスタンスの Converter オブジェクトで終了しました。これは、モックされる可能性があるためです。これは、テストに適しています。