| Interface | Description |
|---|---|
| Paranamer |
Paranamer allows lookups of methods and constructors by parameter names.
|
| Class | Description |
|---|---|
| AdaptiveParanamer |
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
|
| BytecodeReadingParanamer |
An ASM-based implementation of Paranamer.
|
| CachingParanamer |
Implementation of Paranamer which delegate to another Paranamer implementation,
adding caching functionality to speed up usage.
|
| CachingParanamer.WithoutWeakReferences |
This implementation has a better concurrent design (ConcurrentHashMap) which
has a better strategy to implement concurrency: segments instead of synchronized.
|
| ParameterReflectionParanamer |
Use the Parameter reflection API since Java 8 to discover parameter names.
|
| Exception | Description |
|---|---|
| ParameterNamesNotFoundException |
Exception thrown when no parameter names are found
|
Copyright © 2020. All rights reserved.