Interface | Description |
---|---|
EventFactory<E> |
Generates a new instance of an event using a given map of parameters.
|
FactoryProvider |
Creates event factories that can generate new instances of requested
events.
|
Class | Description |
---|---|
ClassGenerator |
Generates the bytecode for classes needed by
ClassGeneratorProvider . |
ClassGeneratorProvider |
Creates event implementations by generating the necessary event class
and event factory at runtime.
|
ClassGeneratorProvider.LocalClassLoader |
Class loader to use to call
ClassGeneratorProvider.LocalClassLoader.defineClass(String, byte[]) . |
Enum | Description |
---|---|
NullPolicy |
Determines how null parameters are handled.
|