Class Plugin.Engine.Summary

  • Enclosing interface:
    Plugin.Engine

    public static class Plugin.Engine.Summary
    extends Object
    A summary of the application of a Plugin.Engine to a source and target.
    • Constructor Detail

      • Summary

        public Summary​(List<TypeDescription> transformed,
                       Map<TypeDescription,​List<Throwable>> failed,
                       List<String> unresolved)
        Creates a new summary.
        Parameters:
        transformed - A list of all types that were 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.
    • Method Detail

      • getTransformed

        public List<TypeDescription> getTransformed()
        Returns a list of all types that were transformed.
        Returns:
        A list of all types that were transformed.
      • getFailed

        public Map<TypeDescription,​List<Throwable>> getFailed()
        Returns a mapping of all types that failed during transformation to the exceptions that explain the failure.
        Returns:
        A mapping of all types that failed during transformation to the exceptions that explain the failure.
      • getUnresolved

        public List<String> getUnresolved()
        Returns a list of type names that could not be resolved.
        Returns:
        A list of type names that could not be resolved.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object