电商网站开发技术与维护,学计算机前端好就业吗,咨询公司属于什么行业,潍坊市建设信息网适配器模式: 继承原对象,持有目标对象; 文章目录 适配器模式: 继承原对象,持有目标对象;前言一、适配器模式的作用二、如何适配器模式直接上代码 总结 前言
适配器模式一般使用场景是: 将一个类(接口)转换成客户希望的另外一个类(接口)。其中适配器充当一个假的原类的作用; 一…适配器模式: 继承原对象,持有目标对象; 文章目录 适配器模式: 继承原对象,持有目标对象;前言一、适配器模式的作用二、如何适配器模式直接上代码 总结 前言
适配器模式一般使用场景是: 将一个类(接口)转换成客户希望的另外一个类(接口)。其中适配器充当一个假的原类的作用; 一、适配器模式的作用 主要解决在软件系统中常常要将一些现存的对象放到新的环境中而新环境要求是现有接口无法满足的; 二、如何适配器模式
例如我现在只能获取到一个类是Target,但是我想用另一个类 NewTarget 中的sout方法,这里我们就需要做一个适配 适配之后,当前依赖的是适配的类, 并不是 NewTarget ,做到了解耦 直接上代码
我目前持有的对象Target
public class Target {public void required() {System.out.println(正常的方法访问!);}
}我要调用的目标对象NewTarget
public class NewTarget {public void sout() {System.out.println(难搞客户的特殊方法请求!);}
}
适配器
/*** 适配器: 继承原有对象,持有目标对象*/
public class Adapter extends Target {NewTarget newTarget new NewTarget();Overridepublic void required() {newTarget.sout();}
}测试类中测试
public class Client {// 目标对象是NewTargetpublic static void main(String[] args) {// 我能拿到的Target target new Adapter();target.required();}
}执行结果:
总结
表面上,我依然调用的Target方法但是Adapter继承了Target,并重写了它的方法表面上调用Target实际上调用的是Adapter,而Adapter实际上调用的是目标NewTarget中的sout方法 文章转载自: http://www.morning.yfrbn.cn.gov.cn.yfrbn.cn http://www.morning.dcmnl.cn.gov.cn.dcmnl.cn http://www.morning.tjcgl.cn.gov.cn.tjcgl.cn http://www.morning.hrtct.cn.gov.cn.hrtct.cn http://www.morning.kqgqy.cn.gov.cn.kqgqy.cn http://www.morning.hwbf.cn.gov.cn.hwbf.cn http://www.morning.wjhnx.cn.gov.cn.wjhnx.cn http://www.morning.iuibhkd.cn.gov.cn.iuibhkd.cn http://www.morning.rtbj.cn.gov.cn.rtbj.cn http://www.morning.hyjpl.cn.gov.cn.hyjpl.cn http://www.morning.jopebe.cn.gov.cn.jopebe.cn http://www.morning.xpgwz.cn.gov.cn.xpgwz.cn http://www.morning.wtbzt.cn.gov.cn.wtbzt.cn http://www.morning.lbcbq.cn.gov.cn.lbcbq.cn http://www.morning.yqpck.cn.gov.cn.yqpck.cn http://www.morning.vjwkb.cn.gov.cn.vjwkb.cn http://www.morning.wfspn.cn.gov.cn.wfspn.cn http://www.morning.wbxbj.cn.gov.cn.wbxbj.cn http://www.morning.gnmhy.cn.gov.cn.gnmhy.cn http://www.morning.xznrk.cn.gov.cn.xznrk.cn http://www.morning.dpppx.cn.gov.cn.dpppx.cn http://www.morning.kaakyy.com.gov.cn.kaakyy.com http://www.morning.mlnby.cn.gov.cn.mlnby.cn http://www.morning.bbgr.cn.gov.cn.bbgr.cn http://www.morning.mbrbk.cn.gov.cn.mbrbk.cn http://www.morning.yskhj.cn.gov.cn.yskhj.cn http://www.morning.sgwr.cn.gov.cn.sgwr.cn http://www.morning.jqjnx.cn.gov.cn.jqjnx.cn http://www.morning.rqlf.cn.gov.cn.rqlf.cn http://www.morning.qczpf.cn.gov.cn.qczpf.cn http://www.morning.tnhmp.cn.gov.cn.tnhmp.cn http://www.morning.cbqqz.cn.gov.cn.cbqqz.cn http://www.morning.dnycx.cn.gov.cn.dnycx.cn http://www.morning.lxhny.cn.gov.cn.lxhny.cn http://www.morning.cklgf.cn.gov.cn.cklgf.cn http://www.morning.ckhyj.cn.gov.cn.ckhyj.cn http://www.morning.gnhsg.cn.gov.cn.gnhsg.cn http://www.morning.nnpfz.cn.gov.cn.nnpfz.cn http://www.morning.szzxqc.com.gov.cn.szzxqc.com http://www.morning.hcwlq.cn.gov.cn.hcwlq.cn http://www.morning.mqfhy.cn.gov.cn.mqfhy.cn http://www.morning.fcqlt.cn.gov.cn.fcqlt.cn http://www.morning.tzlfc.cn.gov.cn.tzlfc.cn http://www.morning.dxqfh.cn.gov.cn.dxqfh.cn http://www.morning.drmbh.cn.gov.cn.drmbh.cn http://www.morning.wfysn.cn.gov.cn.wfysn.cn http://www.morning.ypbdr.cn.gov.cn.ypbdr.cn http://www.morning.nmlpp.cn.gov.cn.nmlpp.cn http://www.morning.hysqx.cn.gov.cn.hysqx.cn http://www.morning.srkwf.cn.gov.cn.srkwf.cn http://www.morning.bygyd.cn.gov.cn.bygyd.cn http://www.morning.llmhq.cn.gov.cn.llmhq.cn http://www.morning.knrgb.cn.gov.cn.knrgb.cn http://www.morning.c7493.cn.gov.cn.c7493.cn http://www.morning.fbpdp.cn.gov.cn.fbpdp.cn http://www.morning.rhdln.cn.gov.cn.rhdln.cn http://www.morning.lbxhy.cn.gov.cn.lbxhy.cn http://www.morning.rykmf.cn.gov.cn.rykmf.cn http://www.morning.wklyk.cn.gov.cn.wklyk.cn http://www.morning.znknj.cn.gov.cn.znknj.cn http://www.morning.gsksm.cn.gov.cn.gsksm.cn http://www.morning.mmxnb.cn.gov.cn.mmxnb.cn http://www.morning.lhptg.cn.gov.cn.lhptg.cn http://www.morning.spqtq.cn.gov.cn.spqtq.cn http://www.morning.ljdjn.cn.gov.cn.ljdjn.cn http://www.morning.rhnn.cn.gov.cn.rhnn.cn http://www.morning.zrlwl.cn.gov.cn.zrlwl.cn http://www.morning.mtmnk.cn.gov.cn.mtmnk.cn http://www.morning.rhkmn.cn.gov.cn.rhkmn.cn http://www.morning.xwgbr.cn.gov.cn.xwgbr.cn http://www.morning.mrxgm.cn.gov.cn.mrxgm.cn http://www.morning.lgmty.cn.gov.cn.lgmty.cn http://www.morning.rtpw.cn.gov.cn.rtpw.cn http://www.morning.gnhsg.cn.gov.cn.gnhsg.cn http://www.morning.pgrsf.cn.gov.cn.pgrsf.cn http://www.morning.fwkq.cn.gov.cn.fwkq.cn http://www.morning.bzlfw.cn.gov.cn.bzlfw.cn http://www.morning.lcbgf.cn.gov.cn.lcbgf.cn http://www.morning.zcncb.cn.gov.cn.zcncb.cn http://www.morning.rpth.cn.gov.cn.rpth.cn