ArchitectureSystem Design
KW-0129Adapter
Pattern
Meaning
design pattern that converts one interface into another so incompatible systems can work together
Example
“Adapter converts third-party payment API format into internal system format”
Reference
Useful when integrating external systems; avoids modifying core logic
Related
wrapperinterface conversionintegration