Uses of Interface
net.bytebuddy.build.Plugin.Engine.TypeStrategy
Packages that use Plugin.Engine.TypeStrategy
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine.TypeStrategy in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.TypeStrategyModifier and TypeClassDescriptionstatic enum
Default implementations for type strategies.static class
A type strategy that represents a givenEntryPoint
for a build tool.Fields in net.bytebuddy.build declared as Plugin.Engine.TypeStrategyModifier and TypeFieldDescriptionprivate final Plugin.Engine.TypeStrategy
Plugin.Engine.Default.typeStrategy
The type strategy to use.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.TypeStrategyModifier and TypeMethodDescriptionPlugin.Engine.Default.with
(Plugin.Engine.TypeStrategy typeStrategy) Defines a new type strategy which determines the transformation mode for any instrumented type.Plugin.Engine.with
(Plugin.Engine.TypeStrategy typeStrategy) Defines a new type strategy which determines the transformation mode for any instrumented type.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.TypeStrategyModifierConstructorDescriptionprotected
Default
(ByteBuddy byteBuddy, Plugin.Engine.TypeStrategy typeStrategy) Creates a new default plugin engine.protected
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.