MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

adapter/src/main/java/com/iluwatar/adapter/App.java:15–21  ·  view source on GitHub ↗

There are two variations of the Adapter pattern: The class adapter implements the adaptee's interface whereas the object adapter uses composition to contain the adaptee in the adapter object. This example uses the object adapter approach. The Adapter (GnomeEngineer) converts the interface of the ta

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected