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 ClassFileVersion
The multi-release Java version number ornull
if a regular class.private final TypeDescription
A description of the resolved type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Resolved
(ClassFileVersion classFileVersion, TypeDescription typeDescription) Creates a new resolved materializable. -
Method Summary
-
Field Details
-
classFileVersion
The multi-release Java version number ornull
if a regular class. -
typeDescription
A description of the resolved type.
-
-
Constructor Details
-
Resolved
Creates a new resolved materializable.- Parameters:
classFileVersion
- The multi-release Java version number ornull
if a regular class.typeDescription
- A description of the resolved type.
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Plugin.Engine.Dispatcher.Materializable>
-