Uses of Interface
net.bytebuddy.implementation.Implementation.Context.ExtractableView
-
Packages that use Implementation.Context.ExtractableView Package Description net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of Implementation.Context.ExtractableView in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold declared as Implementation.Context.ExtractableView Modifier and Type Field Description private Implementation.Context.ExtractableViewTypeWriter.Default.ForCreation.CreationClassVisitor. implementationContextThe implementation context to apply.private Implementation.Context.ExtractableViewTypeWriter.Default.ForCreation.ImplementationContextClassVisitor. implementationContextThe implementation context to use.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.ContextRegistry. implementationContextThe implementation context that is used for creating a class ornullif it was not registered.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor. implementationContextThe implementation context to use ornullif the context is not yet initialized.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor. implementationContextThe implementation context for this class creation ornullif it was not yet created.Methods in net.bytebuddy.dynamic.scaffold with parameters of type Implementation.Context.ExtractableView Modifier and Type Method Description voidTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)Invoked upon completion of writing the instrumented type.voidTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)Invoked upon completion of writing the instrumented type.voidTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Creating. complete(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)Invoked upon completion of writing the instrumented type.voidTypeWriter.Default.ForInlining.ContextRegistry. setImplementationContext(Implementation.Context.ExtractableView implementationContext)Registers the implementation context.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type Implementation.Context.ExtractableView Constructor Description CreationClassVisitor(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext, ModuleDescription moduleDescription)Creates a new wrapper visitor.ImplementationContextClassVisitor(org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context.ExtractableView implementationContext)Creates a context class loader based on anImplementation.Context. -
Uses of Implementation.Context.ExtractableView in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement Implementation.Context.ExtractableView Modifier and Type Class Description static classImplementation.Context.DefaultA default implementation of anImplementation.Context.ExtractableViewwhich serves as its ownMethodAccessorFactory.static classImplementation.Context.DisabledAn implementation context that does not allow for any injections into the static initializer block.static classImplementation.Context.ExtractableView.AbstractBaseAn abstract base implementation of an extractable view of an implementation context.Methods in net.bytebuddy.implementation that return Implementation.Context.ExtractableView Modifier and Type Method Description Implementation.Context.ExtractableViewImplementation.Context.Default.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Deprecated.Implementation.Context.ExtractableViewImplementation.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.ExtractableViewImplementation.Context.Default.Factory.WithFixedSuffix. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Deprecated.Implementation.Context.ExtractableViewImplementation.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.ExtractableViewImplementation.Context.Disabled.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Deprecated.Implementation.Context.ExtractableViewImplementation.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.ExtractableViewImplementation.Context.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)Implementation.Context.ExtractableViewImplementation.Context.Factory. make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion, Implementation.Context.FrameGeneration frameGeneration)Creates a new implementation context.
-