Interface Plugin.Factory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Plugin.Factory.Simple
      A simple factory that returns a preconstructed plugin instance..
      static class  Plugin.Factory.UsingReflection
      A plugin factory that uses reflection for instantiating a plugin.
    • Method Detail

      • make

        Plugin make()
        Returns a plugin that can be used for a transformation and which is subsequently closed.
        Returns:
        The plugin to use for type transformations.