Uses of Class
net.bytebuddy.utility.visitor.ContextClassVisitor
Packages that use ContextClassVisitor
Package
Description
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
A package containing visitor classes for ASM.
-
Uses of ContextClassVisitor in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic that return ContextClassVisitorModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Delegator.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a defaultTypePool
.DynamicType.Builder.AbstractBase.Delegator.wrap
(org.objectweb.asm.ClassVisitor classVisitor, TypePool typePool, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder.DynamicType.Builder.AbstractBase.UsingTypeWriter.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a defaultTypePool
.DynamicType.Builder.AbstractBase.UsingTypeWriter.wrap
(org.objectweb.asm.ClassVisitor classVisitor, TypePool typePool, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder.DynamicType.Builder.AbstractBase.wrap
(org.objectweb.asm.ClassVisitor classVisitor) Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a defaultTypePool
.DynamicType.Builder.AbstractBase.wrap
(org.objectweb.asm.ClassVisitor classVisitor, TypePool typePool) Wraps a class visitor with the configuration that is represented by this dynamic type builder.DynamicType.Builder.wrap
(org.objectweb.asm.ClassVisitor classVisitor) Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a defaultTypePool
.DynamicType.Builder.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a defaultTypePool
.Wraps a class visitor with the configuration that is represented by this dynamic type builder.DynamicType.Builder.wrap
(org.objectweb.asm.ClassVisitor classVisitor, TypePool typePool, int writerFlags, int readerFlags) Wraps a class visitor with the configuration that is represented by this dynamic type builder. -
Uses of ContextClassVisitor in net.bytebuddy.dynamic.scaffold
Subclasses of ContextClassVisitor in net.bytebuddy.dynamic.scaffoldModifier and TypeClassDescriptionprotected class
A context class visitor based on anImplementation.Context
.protected class
A context class visitor based on aTypeWriter.Default.ForInlining.ContextRegistry
.Methods in net.bytebuddy.dynamic.scaffold that return ContextClassVisitorModifier and TypeMethodDescriptionTypeWriter.Default.ForCreation.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps another ASM class visitor with a visitor that represents this ASM class writer.TypeWriter.Default.ForInlining.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps another ASM class visitor with a visitor that represents this ASM class writer.TypeWriter.wrap
(org.objectweb.asm.ClassVisitor classVisitor, int writerFlags, int readerFlags) Wraps another ASM class visitor with a visitor that represents this ASM class writer. -
Uses of ContextClassVisitor in net.bytebuddy.utility.visitor
Methods in net.bytebuddy.utility.visitor that return ContextClassVisitorModifier and TypeMethodDescriptionContextClassVisitor.active()
Allows this class visitor to result in auxiliary types or an active type initializer.