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 TypeDescriptionA description of the ignored type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIgnored(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:
callin interfaceCallable<Plugin.Engine.Dispatcher.Materializable>
-