Uses of Interface
net.bytebuddy.build.Plugin.Engine.PoolStrategy
-
Packages that use Plugin.Engine.PoolStrategy Package Description net.bytebuddy.build 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.PoolStrategy Modifier and Type Class Description static class
Plugin.Engine.PoolStrategy.Default
A default implementation of a pool strategy where type descriptions are resolved lazily.static class
Plugin.Engine.PoolStrategy.Eager
A pool strategy that resolves type descriptions eagerly.Fields in net.bytebuddy.build declared as Plugin.Engine.PoolStrategy Modifier and Type Field Description private Plugin.Engine.PoolStrategy
Plugin.Engine.Default. poolStrategy
The pool strategy to use.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.PoolStrategy Modifier and Type Method Description Plugin.Engine
Plugin.Engine.Default. with(Plugin.Engine.PoolStrategy poolStrategy)
Defines a new pool strategy that determines how types are being described.Plugin.Engine
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.PoolStrategy Constructor 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.
-