Interface | Description |
---|---|
IExtractor |
Interface for generated bean extractors.
|
IInjector |
Interface for generated bean injectors.
|
IMethodInvoker |
Interface used to byte-engineer an accessor handler.
|
Class | Description |
---|---|
SInvocation |
Factory for providing fast reflective access to methods.
|
SInvocation.AccessTestClass |
Class used to test access level via ASM.
|
SInvocation.ExtendedClassWriter |
Class writer with some meta information.
|
SInvocation.FallBackInvoker |
Fallback invoker using reflection in case a byte-engineered variant is not available.
|
SInvocation.SortingInjectorWrapper |