Uses of Enum
net.bytebuddy.implementation.Implementation.Context.FrameGeneration
Packages that use Implementation.Context.FrameGeneration
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
The implementation package contains any logic for intercepting method calls.
-
Uses of Implementation.Context.FrameGeneration in net.bytebuddy.build
Fields in net.bytebuddy.build declared as Implementation.Context.FrameGenerationModifier and TypeFieldDescriptionprivate final Implementation.Context.FrameGeneration
AccessControllerPlugin.AccessControlWrapper.PrefixingMethodVisitor.frameGeneration
Indicates the frame generation mode to apply.Constructors in net.bytebuddy.build with parameters of type Implementation.Context.FrameGenerationModifierConstructorDescriptionprotected
PrefixingMethodVisitor
(org.objectweb.asm.MethodVisitor methodVisitor, TypeDescription instrumentedType, MethodDescription.SignatureToken token, String name, int offset, Implementation.Context.FrameGeneration frameGeneration) Creates a new prefixing method visitor. -
Uses of Implementation.Context.FrameGeneration in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as Implementation.Context.FrameGenerationModifier and TypeFieldDescriptionprotected final Implementation.Context.FrameGeneration
Implementation.Context.ExtractableView.AbstractBase.frameGeneration
Determines the frame generation to be applied.Methods in net.bytebuddy.implementation that return Implementation.Context.FrameGenerationModifier and TypeMethodDescriptionImplementation.Context.ExtractableView.AbstractBase.getFrameGeneration()
Returnstrue
if the explicit generation of stack map frames is expected.Implementation.Context.getFrameGeneration()
Returnstrue
if the explicit generation of stack map frames is expected.Returns the enum constant of this type with the specified name.Implementation.Context.FrameGeneration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.implementation with parameters of type Implementation.Context.FrameGenerationModifier and TypeMethodDescriptionImplementation.Context.Default.Factory.make
(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new implementation context.Implementation.Context.Default.Factory.WithFixedSuffix.make
(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new implementation context.Implementation.Context.Disabled.Factory.make
(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new implementation context.Implementation.Context.Factory.make
(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new implementation context.Constructors in net.bytebuddy.implementation with parameters of type Implementation.Context.FrameGenerationModifierConstructorDescriptionprotected
AbstractBase
(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration) Create a new extractable view.protected
Default
(TypeDescription instrumentedType, ClassFileVersion classFileVersion, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration, String suffix) Creates a new default implementation context.protected
Disabled
(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new disabled implementation context.