gpt4 book ai didi

Java通过匿名类在第3方类上强制接口(interface)

转载 作者:行者123 更新时间:2023-11-29 06:01:49 25 4
gpt4 key购买 nike

我有一些第 3 方 bean,它们的方法签名非常适合现有接口(interface),但它没有实现该接口(interface)。

现在我想做这样的事情,这是行不通的。有什么解决方法吗?

 someBean.setSomeInterface(
new Interface() extends SomeBeanThatMatchesAlotOfMethodsOfTheInterface {
});

最佳答案

您可以使用 decorator这个的模式

定义一个实现您的接口(interface)的类,并在所有方法调用中委托(delegate)给 someBean 实现。

关于Java通过匿名类在第3方类上强制接口(interface),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9842716/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com