共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > objenesis |
objenesis
|
2 | 0 | 221 |
贡献者 | 讨论 | 代码提交 |
Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides.
For example, if there's no public constructor, you want to bypass the constructor code, or set final fields.
There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them.
You will find the official site here.