| Class | Description |
|---|---|
| LambdaMetaFactoryGenerator |
The
IGenerator implementation which calls the handler method using LambdaMetafactory generated Runnable and Consumer |
| MethodHandleGenerator |
The
IGenerator implementation which calls the handler method using method handles |
| ReflectionGenerator |
The
IGenerator implementation which calls the handler method using reflection |