Software Architecture · Clean Architecture
What is interface adapters in Clean Architecture?
Interface adapters translate between external representations and internal application or domain models. In practice, the value of this concept comes from understanding where it belongs in the architecture, what problem it solves, and what constraints or tradeoffs it introduces.