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.FrameGenerationAccessControllerPlugin.AccessControlWrapper.PrefixingMethodVisitor.frameGenerationIndicates the frame generation mode to apply.Constructors in net.bytebuddy.build with parameters of type Implementation.Context.FrameGenerationModifierConstructorDescriptionprotectedPrefixingMethodVisitor(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
Subclasses with type arguments of type Implementation.Context.FrameGeneration in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumIndicates the frame generation being applied.Fields in net.bytebuddy.implementation declared as Implementation.Context.FrameGenerationModifier and TypeFieldDescriptionprotected final Implementation.Context.FrameGenerationImplementation.Context.ExtractableView.AbstractBase.frameGenerationDetermines the frame generation to be applied.Methods in net.bytebuddy.implementation that return Implementation.Context.FrameGenerationModifier and TypeMethodDescriptionImplementation.Context.ExtractableView.AbstractBase.getFrameGeneration()Returnstrueif the explicit generation of stack map frames is expected.Implementation.Context.getFrameGeneration()Returnstrueif 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.FrameGenerationModifierConstructorDescriptionprotectedAbstractBase(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration) Create a new extractable view.protectedDefault(TypeDescription instrumentedType, ClassFileVersion classFileVersion, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration, String suffix) Creates a new default implementation context.protectedDisabled(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration) Creates a new disabled implementation context.