Uses of Interface
net.bytebuddy.build.Plugin.Engine.PoolStrategy
Packages that use Plugin.Engine.PoolStrategy
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine.PoolStrategy in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.PoolStrategyModifier and TypeClassDescriptionstatic enumA default implementation of a pool strategy where type descriptions are resolved lazily.static enumA pool strategy that resolves type descriptions eagerly.Fields in net.bytebuddy.build declared as Plugin.Engine.PoolStrategyModifier and TypeFieldDescriptionprivate final Plugin.Engine.PoolStrategyPlugin.Engine.Default.poolStrategyThe pool strategy to use.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.PoolStrategyModifier and TypeMethodDescriptionPlugin.Engine.Default.with(Plugin.Engine.PoolStrategy poolStrategy) Defines a new pool strategy that determines how types are being described.Plugin.Engine.with(Plugin.Engine.PoolStrategy poolStrategy) Defines a new pool strategy that determines how types are being described.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.PoolStrategyModifierConstructorDescriptionprotectedDefault(ByteBuddy byteBuddy, Plugin.Engine.TypeStrategy typeStrategy, Plugin.Engine.PoolStrategy poolStrategy, ClassFileLocator classFileLocator, ClassFileVersion classFileVersion, Plugin.Engine.Listener listener, Plugin.Engine.ErrorHandler errorHandler, Plugin.Engine.Dispatcher.Factory dispatcherFactory, ElementMatcher.Junction<? super TypeDescription> ignoredTypeMatcher) Creates a new default plugin engine.