| Classes |
Provides utility methods for reflection based tasks, for example to detect types of generic parameters.
|
| Instantiators |
Contains utility methods which help to instantiate classes which follow certain conventions.
|
| Instantiators.OngoingInstantiatorCreation<T> |
Part of a fluent API to create Instantiators with one arguments.
|
| JavaVersions |
Contains utility methods related to java versions
|
| MoreMultisets |
|
| Reflections |
|
| SingleArgumentConstructorInstantiator<A,R> |
This instantiator expects a public constructor with a single argument of a certain type to instantiate a certain
class.
|
| SingleArgumentFactoryMethodInstantiator<A,R> |
This instantiator expects a factory method with one single argument a class.
|
| SingleArgumentInvokableInstantiator<A,R> |
Can instantiate a certain type of classes, which expect exactly one argument of a certain type in the constructor.
|
| SystemState |
To be used for testing.
|