-
The client makes a request to the adapter by calling a method on it using the target interface
-
The adapter translates the request into one or more calls on the adaptee using the adaptee interface
-
The client receives the results of the call and never knows there is an adapter doing the translation
https://dev.to/danlee0528/design-pattern-the-adapter-facade-patterns-2ipf
