| Interface | Description |
|---|---|
| RandomValueGenerator |
Defines an object that generates random values.
|
| Class | Description |
|---|---|
| AssertionUtils |
Utility methods for assertions.
|
| ClassPath |
Scans the source of a
ClassLoader and finds all loadable classes and resources. |
| ClassPath.ClassInfo |
Represents a class that can be loaded through
ClassPath.ClassInfo.load(). |
| ClassPath.ResourceInfo |
Represents a class path resource that can be either a class file or any other resource file
loadable from the class path.
|
| ClassPathUtils | |
| PropertyNameFinder | |
| RandomValueSampler | |
| ServiceDefinition<T> |
Defines how service implementations should be instantiated
|
| ServiceFactory<T> |
Loads service through META-INF/services mechanism, additionally providing caching and ordering behavior
|
| ServiceLoader<T> |
Alternative service loader that supports constructors with arguments in opposite to
ServiceLoader. |
| SimpleRandomValueGenerator |
Simple concrete implementation of RandomValueGenerator.
|
| Types |
Static methods for working with types.
|
| ValidationHelper |
Defines an object that affords helpful input validation functionality.
|
| Annotation Type | Description |
|---|---|
| Order |
Copyright © 2010–2020 meanbean. All rights reserved.