| Class | Description |
|---|---|
| InvokeInjector |
Base class for injectors which inject at method invokes
|
| ModifyArgInjector |
A bytecode injector which allows a single argument of a chosen method call to
be altered.
|
| ModifyArgsInjector |
A bytecode injector which allows a single argument of a chosen method call to
be altered.
|
| ModifyConstantInjector |
A bytecode injector which allows a specific constant value to be identified
and replaced with a callback
|
| RedirectInjector |
A bytecode injector which allows a method call, field access or
new object creation to be redirected to the annotated handler
method.
|