Interface TransformerLoader


public interface TransformerLoader
A pluggable strategy to load data types into a TransformerRegistry. Loads one to many data type transformers to the given registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A pluggable strategy to load transformers into a given registry.
  • Method Details

    • load

      void load(TransformerRegistry registry)
      A pluggable strategy to load transformers into a given registry.
      Parameters:
      registry - the registry the transformers get added to.