Adapter Design Pattern allows for two incompatible classes to work together by wrapping an interface around one of the existing classes
I have written the working code based on the Architectural diagram, which can be downloaded from Github.
Working code github link: https://github.com/premaseem/DesignPatternsJava9/tree/adapter-pattern

