Find the word definition

Wiktionary
adapter pattern

n. (context software object-oriented English) A structural pattern that translates one interface for a class into a compatible interface.

Wikipedia
Adapter pattern

In software engineering, the adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes work with others without modifying their source code.