Uses of Class
net.bytebuddy.asm.ClassVisitorFactory
Packages that use ClassVisitorFactory
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of ClassVisitorFactory in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement interfaces with type arguments of type ClassVisitorFactoryModifier and TypeClassDescriptionprotected static classA factory for creating a wrapper for aClassVisitor.Methods in net.bytebuddy.asm that return ClassVisitorFactoryModifier and TypeMethodDescriptionstatic <S> ClassVisitorFactory<S> Returns a class visitor factory for the suppliedClassVisitortype.static <S> ClassVisitorFactory<S> Returns a class visitor factory for the suppliedClassVisitortype.ClassVisitorFactory.CreateClassVisitorFactory.run()