Uses of Class
net.bytebuddy.implementation.Implementation.Context.FrameGeneration
-
Packages that use Implementation.Context.FrameGeneration Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.implementation 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.FrameGeneration Modifier and Type Field Description private 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.FrameGeneration Constructor Description PrefixingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor, TypeDescription instrumentedType, MethodDescription.SignatureToken token, java.lang.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.FrameGeneration Modifier and Type Field Description protected Implementation.Context.FrameGeneration
Implementation.Context.ExtractableView.AbstractBase. frameGeneration
Determines the frame generation to be applied.Methods in net.bytebuddy.implementation that return Implementation.Context.FrameGeneration Modifier and Type Method Description Implementation.Context.FrameGeneration
Implementation.Context.ExtractableView.AbstractBase. getFrameGeneration()
Returnstrue
if the explicit generation of stack map frames is expected.Implementation.Context.FrameGeneration
Implementation.Context. getFrameGeneration()
Returnstrue
if the explicit generation of stack map frames is expected.static Implementation.Context.FrameGeneration
Implementation.Context.FrameGeneration. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Implementation.Context.FrameGeneration[]
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.FrameGeneration Modifier and Type Method Description Implementation.Context.ExtractableView
Implementation.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.ExtractableView
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.ExtractableView
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.ExtractableView
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.FrameGeneration Constructor Description AbstractBase(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration)
Create a new extractable view.Default(TypeDescription instrumentedType, ClassFileVersion classFileVersion, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration, java.lang.String suffix)
Creates a new default implementation context.Disabled(TypeDescription instrumentedType, ClassFileVersion classFileVersion, Implementation.Context.FrameGeneration frameGeneration)
Creates a new disabled implementation context.
-