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