Uses of Interface
net.bytebuddy.utility.AsmClassWriter
Packages that use AsmClassWriter
Package
Description
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of AsmClassWriter in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return AsmClassWriterModifier and TypeMethodDescriptionClassWriterStrategy.Delegating.make
(int flags) Creates a new class writer for the given flags.Creates a new class writer for the given flags.ClassWriterStrategy.Delegating.make
(int flags, AsmClassReader classReader) Creates a new class writer for the given flags, possibly based on a previous class file representation.ClassWriterStrategy.Delegating.make
(int flags, AsmClassReader classReader, TypePool typePool) Creates a new class writer for the given flags, possibly based on a previous class file representation. -
Uses of AsmClassWriter in net.bytebuddy.utility
Classes in net.bytebuddy.utility that implement AsmClassWriterModifier and TypeClassDescriptionstatic class
Am implementation that uses ASM's internalClassWriter
.static class
A Class File API-based implementation for a class writer.Methods in net.bytebuddy.utility that return AsmClassWriterModifier and TypeMethodDescriptionAsmClassWriter.Factory.Default.make
(int flags) Creates a new class writer for the given flags.Creates a new class writer for the given flags.AsmClassWriter.Factory.Default.make
(int flags, AsmClassReader classReader) Creates a new class writer for the given flags, possibly based on a previous class file representation.AsmClassWriter.Factory.make
(int flags) Creates a new class writer for the given flags.Creates a new class writer for the given flags.AsmClassWriter.Factory.make
(int flags, AsmClassReader classReader) Creates a new class writer for the given flags, possibly based on a previous class file representation.AsmClassWriter.Factory.make
(int flags, AsmClassReader classReader, TypePool typePool) Creates a new class writer for the given flags, possibly based on a previous class file representation.AsmClassWriter.Factory.Suppressing.make
(int flags) Creates a new class writer for the given flags.Creates a new class writer for the given flags.AsmClassWriter.Factory.Suppressing.make
(int flags, AsmClassReader classReader) Creates a new class writer for the given flags, possibly based on a previous class file representation.AsmClassWriter.Factory.Suppressing.make
(int flags, AsmClassReader classReader, TypePool typePool) Creates a new class writer for the given flags, possibly based on a previous class file representation.