Package net.bytebuddy.build
Class Plugin.Engine.Default.Preprocessor.Unresolved
- java.lang.Object
-
- net.bytebuddy.build.Plugin.Engine.Default.Preprocessor.Unresolved
-
- All Implemented Interfaces:
java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Default.Preprocessor
private class Plugin.Engine.Default.Preprocessor.Unresolved extends java.lang.Object implements java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
A materializable that represents an unresolved type.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Unresolved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plugin.Engine.Dispatcher.Materializable
call()
-
-
-
Method Detail
-
call
public Plugin.Engine.Dispatcher.Materializable call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
-
-