Class Plugin.Engine.Dispatcher.Materializable.ForUnresolvedElement

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

public static class Plugin.Engine.Dispatcher.Materializable.ForUnresolvedElement extends Object implements Plugin.Engine.Dispatcher.Materializable
A materializable for an element that could not be resolved.
  • Field Details

    • element

      private final Plugin.Engine.Source.Element element
      The element that could not be resolved.
    • typeName

      private final String typeName
      The name of the type that was deducted for this element.
  • Constructor Details

    • ForUnresolvedElement

      protected ForUnresolvedElement(Plugin.Engine.Source.Element element, String typeName)
      Creates a new materializable for an element that could not be resolved.
      Parameters:
      element - The element that could not be resolved.
      typeName - The name of the type that was deducted for this element.
  • Method Details