Class Plugin.Engine.Dispatcher.Materializable.ForFailedElement

java.lang.Object
net.bytebuddy.build.Plugin.Engine.Dispatcher.Materializable.ForFailedElement
All Implemented Interfaces:
Plugin.Engine.Dispatcher.Materializable
Enclosing interface:
Plugin.Engine.Dispatcher.Materializable

public static class Plugin.Engine.Dispatcher.Materializable.ForFailedElement extends Object implements Plugin.Engine.Dispatcher.Materializable
A materializable for an element that failed to be transformed.
  • Field Details

    • element

      private final Plugin.Engine.Source.Element element
      The element for which the transformation failed.
    • typeDescription

      private final TypeDescription typeDescription
      The type description for the represented type.
    • errored

      private final List<Throwable> errored
      A non-empty list of errors that occurred when attempting the transformation.
  • Constructor Details

    • ForFailedElement

      protected ForFailedElement(Plugin.Engine.Source.Element element, TypeDescription typeDescription, List<Throwable> errored)
      Creates a new materializable for an element that failed to be transformed.
      Parameters:
      element - The element for which the transformation failed.
      typeDescription - The type description for the represented type.
      errored - A non-empty list of errors that occurred when attempting the transformation.
  • Method Details