Class Plugin.Factory.Simple

    • Constructor Detail

      • Simple

        public Simple​(Plugin plugin)
        Creates a simple plugin factory.
        Parameters:
        plugin - The plugin to provide.
    • Method Detail

      • make

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