Interface Plugin.Engine.Dispatcher.Factory

    • Method Detail

      • make

        Plugin.Engine.Dispatcher make​(Plugin.Engine.Target.Sink sink,
                                      java.util.List<TypeDescription> transformed,
                                      java.util.Map<TypeDescription,​java.util.List<java.lang.Throwable>> failed,
                                      java.util.List<java.lang.String> unresolved)
        Creates a new dispatcher.
        Parameters:
        sink - The sink to write any work to.
        transformed - A list of all types that are transformed.
        failed - A mapping of all types that failed during transformation to the exceptions that explain the failure.
        unresolved - A list of type names that could not be resolved.
        Returns:
        The dispatcher to use.