Uses of Class
net.bytebuddy.asm.Advice.AdviceVisitor
Packages that use Advice.AdviceVisitor
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.AdviceVisitor in net.bytebuddy.asm
Subclasses of Advice.AdviceVisitor in net.bytebuddy.asmModifier and TypeClassDescriptionprotected static class
An advice visitor that applies exit advice.protected static class
An advice visitor that captures exceptions by weaving try-catch blocks around user code.protected static class
An advice visitor that does not capture exceptions.protected static class
An advice visitor that does not apply exit advice.