Interface ChainrInstantiator
-
- All Known Implementing Classes:
DefaultChainrInstantiator
,GuiceChainrInstantiator
public interface ChainrInstantiator
Interface to allow the guts of the Transform class loading logic to be swapped out. This primarily exists to allow clients of Jolt to load their own custom Java Transforms via Guice or other dependency injection systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoltTransform
hydrateTransform(ChainrEntry entry)
Instantiate the Transform class specified by the ChainrEntry.
-
-
-
Method Detail
-
hydrateTransform
JoltTransform hydrateTransform(ChainrEntry entry)
Instantiate the Transform class specified by the ChainrEntry.
-
-