技术栈

adapterpattern

码鹿的笔记
2 年前
spring·设计模式·template method·template·模板·adapterpattern·模板模式
设计模式——模板模式(Template Pattern)+ Spring相关源码类型: 行为型模式 定义了方法的实现步骤(可以有默认的具体实现),并提供1~n个可扩展/重写的方法,实现特定步骤的算法可替换。