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

    Modifier and Type
    Method
    Description
    Instantiate the Transform class specified by the ChainrEntry.
  • Method Details

    • hydrateTransform

      JoltTransform hydrateTransform(ChainrEntry entry)
      Instantiate the Transform class specified by the ChainrEntry.