- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 97
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…
License
easymock/objenesis
ErrorLooks like something went wrong!
About
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…
Resources
License
Security policy
Stars
Watchers
Forks
Sponsor this project
Packages 0
No packages published