Package net.bytebuddy.build
Class Plugin.Engine.Default.Preprocessor.Ignored
java.lang.Object
net.bytebuddy.build.Plugin.Engine.Default.Preprocessor.Ignored
- All Implemented Interfaces:
Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Default.Preprocessor
private class Plugin.Engine.Default.Preprocessor.Ignored
extends Object
implements Callable<Plugin.Engine.Dispatcher.Materializable>
A materializable for an ignored element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TypeDescription
A description of the ignored type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Ignored
(TypeDescription typeDescription) A materializable for an ignored element. -
Method Summary
-
Field Details
-
typeDescription
A description of the ignored type.
-
-
Constructor Details
-
Ignored
A materializable for an ignored element.- Parameters:
typeDescription
- A description of the ignored type.
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Plugin.Engine.Dispatcher.Materializable>
-