Package design.pattern.structural
Interface Adapter
public interface Adapter
Adapter
is used to adapt two different object when client has one object
and our api expects a different objectAdapter
is used to adapt two different object when client has one object
and our api expects a different object