属于结构型模式(共7种)

    又叫接口转换器
    类图
    image.png

    举例
    image.png
    注意
    Java中
    常见的 Adapter类 反而不是 adapter模式 例如:windowAdapter 、keyAdapter