Skip to content
SP StackPractices

Tag: adapter-pattern

1 resource tagged with "adapter-pattern" on StackPractices.

Bridge Incompatible Interfaces with the Adapter Pattern

How to integrate legacy APIs, third-party libraries, and incompatible interfaces using object adapters, class adapters, and facade adapters in Java, TypeScript, and Python.