easymock / objenesisLinks
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 th…
☆616Updated this week
Alternatives and similar repositories for objenesis
Users that are interested in objenesis are comparing it to the libraries listed below
Sorting:
- Plugin for Itellij IDEA to make benchmarking with JMH easier.☆455Updated 11 months ago
- Tools for working with generic types☆631Updated 2 years ago
- deep clone java objects☆605Updated 7 months ago
- Typesafe representation of tuples in Java.☆468Updated 2 weeks ago
- Collection of AspectJ Java Aspects to facilitate aspect-oriented programming patterns: logging, caching, validating, etc.☆533Updated last week
- Collection of lombok extensions☆328Updated 12 years ago
- Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in I…☆587Updated 3 years ago
- Advanced Java library for integration testing, mocking, faking, and code coverage☆471Updated 2 months ago
- IntelliJ plugin - https://plugins.jetbrains.com/plugin/7179☆269Updated 3 months ago
- High Performance Primitive Collections for Java☆1,024Updated 2 months ago
- Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong …☆962Updated 4 months ago
- Automatically exported from code.google.com/p/memory-measurer☆274Updated 8 years ago
- Paranamer - access to parameter names in Java5, 6, 7, 8☆233Updated 6 months ago
- Java memory allocation profiler☆223Updated last year
- JSR107 Cache Specification☆422Updated 2 years ago
- XNIO☆290Updated last week
- Java toolkit that allows you to write coroutines.☆350Updated last year
- Lightweight, high performance Java caching☆737Updated last month
- A Maven plugin that sets various useful properties detected from ${os.name} and ${os.arch} properties.☆311Updated last year
- A Java agent that rewrites bytecode to instrument allocation sites☆487Updated last year
- Java library for parsing command line options☆356Updated 4 months ago
- A Java Parser library that allows easy parsing and formatting of Java source files☆687Updated this week
- Byteman Project main repo☆502Updated 4 months ago
- A joint research effort for building highly optimized Reactive-Streams compliant operators.☆360Updated 3 years ago
- JMH benchmark of Java object-to-object mapping frameworks☆286Updated last year
- Java implementation of the SemVer Specification☆458Updated last year
- A ConcurrentLinkedHashMap for Java☆479Updated 4 years ago
- Apache Commons Pool☆538Updated last week
- Apache Commons BCEL☆262Updated this week
- Apache Commons VFS