CGLib 混合示例
有人能给我一个 Java CGLib Mixin 类用法的好例子吗?我一直在挖掘它们,但没有一个看起来足够简单。
Can somebody give me a good example for Java CGLib Mixin class usage? I've been digging around none of them seems simple enough.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
很简单:
我希望有帮助。
Easy enough:
I hope that helps.
这个问题比仅基于接口的 mixin 情况更广泛,所以这里是带有 2 个任意类的 CGLIB mixin 的示例:
The question is broader than only interface-bases mixin case, so here's the example for CGLIB mixin with 2 arbitrary classes:
此示例与高级增强器一起使用,并且像 mixin 一样工作:
http://www.jroller.com/melix/entry/alternative_to_delegate_pattern_with
This example work with advanced enhancer and work like mixin:
http://www.jroller.com/melix/entry/alternative_to_delegate_pattern_with