Package net.bytebuddy.build
Class Plugin.Factory.Simple
java.lang.Object
net.bytebuddy.build.Plugin.Factory.Simple
- All Implemented Interfaces:
Plugin.Factory
- Enclosing interface:
- Plugin.Factory
A simple factory that returns a preconstructed plugin instance..
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.build.Plugin.Factory
Plugin.Factory.Simple, Plugin.Factory.UsingReflection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
plugin
The plugin to provide.
-
-
Constructor Details
-
Simple
Creates a simple plugin factory.- Parameters:
plugin
- The plugin to provide.
-
-
Method Details
-
make
Returns a plugin that can be used for a transformation and which is subsequently closed.- Specified by:
make
in interfacePlugin.Factory
- Returns:
- The plugin to use for type transformations.
-