| Package | Description | 
|---|---|
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Plugin.Engine.PoolStrategy.DefaultA default implementation of a pool strategy where type descriptions are resolved lazily. | 
| static class  | Plugin.Engine.PoolStrategy.EagerA pool strategy that resolves type descriptions eagerly. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin.Engine | Plugin.Engine. with(Plugin.Engine.PoolStrategy poolStrategy)Defines a new pool strategy that determines how types are being described. | 
| Plugin.Engine | Plugin.Engine.Default. with(Plugin.Engine.PoolStrategy poolStrategy)Defines a new pool strategy that determines how types are being described. | 
| Constructor and Description | 
|---|
| Default(ByteBuddy byteBuddy,
       Plugin.Engine.TypeStrategy typeStrategy,
       Plugin.Engine.PoolStrategy poolStrategy,
       ClassFileLocator classFileLocator,
       Plugin.Engine.Listener listener,
       Plugin.Engine.ErrorHandler errorHandler,
       Plugin.Engine.Dispatcher.Factory dispatcherFactory,
       ElementMatcher.Junction<? super TypeDescription> ignoredTypeMatcher)Creates a new default plugin engine. | 
Copyright © 2014–2024. All rights reserved.