Package net.bytebuddy.build
Class Plugin.Engine.Default.Preprocessor.Ignored
- java.lang.Object
-
- net.bytebuddy.build.Plugin.Engine.Default.Preprocessor.Ignored
-
- All Implemented Interfaces:
java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Default.Preprocessor
private class Plugin.Engine.Default.Preprocessor.Ignored extends java.lang.Object implements java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
A materializable for an ignored element.
-
-
Field Summary
Fields Modifier and Type Field Description private TypeDescription
typeDescription
A description of the ignored type.
-
Constructor Summary
Constructors Modifier Constructor Description private
Ignored(TypeDescription typeDescription)
A materializable for an ignored element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plugin.Engine.Dispatcher.Materializable
call()
-
-
-
Field Detail
-
typeDescription
private final TypeDescription typeDescription
A description of the ignored type.
-
-
Constructor Detail
-
Ignored
private Ignored(TypeDescription typeDescription)
A materializable for an ignored element.- Parameters:
typeDescription
- A description of the ignored type.
-
-
Method Detail
-
call
public Plugin.Engine.Dispatcher.Materializable call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
-
-