| Class | Description |
|---|---|
| ASMGenerator |
The
IGenerator implementation which calls the handler method using an ASM generated handler. |
| LambdaMetaFactoryGenerator |
The
IGenerator implementation which calls the handler method using a LambdaMetafactory generated Runnable or Consumer. |
| MethodHandleGenerator |
The
IGenerator implementation which calls the handler method using method handles. |
| ReflectionGenerator |
The
IGenerator implementation which calls the handler method using reflection. |