Interface | Description |
---|---|
ChainrInstantiator |
Interface to allow the guts of the Transform class loading logic to be swapped out.
|
Class | Description |
---|---|
DefaultChainrInstantiator |
Loads classes via Java Reflection APIs.
|
GuiceChainrInstantiator |
This class allows Transforms specified in Chainr spec files to be loaded via Guice.
|