Uses of Package
net.bytebuddy.utility.visitor
Packages that use net.bytebuddy.utility.visitor
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
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.
-
Classes in net.bytebuddy.utility.visitor used by net.bytebuddy.asmClassDescriptionA
MethodVisitor
that adds a callback after visiting the exception table of a method.A method visitor that traces the amount of used local variable slots. -
Classes in net.bytebuddy.utility.visitor used by net.bytebuddy.dynamic
-
Classes in net.bytebuddy.utility.visitor used by net.bytebuddy.dynamic.scaffoldClassDescriptionA
ClassVisitor
that supplies contextual information, similar to aDynamicType
.A class visitor that traces invocations of visitation methods and notifies if a nest host or outer class was not visited. -
Classes in net.bytebuddy.utility.visitor used by net.bytebuddy.utility.visitorClassDescriptionA
ClassVisitor
that supplies contextual information, similar to aDynamicType
.AMethodVisitor
that adds a callback after visiting the exception table of a method.