Uses of Interface
net.bytebuddy.dynamic.scaffold.ClassWriterStrategy
Packages that use ClassWriterStrategy
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
-
Uses of ClassWriterStrategy in net.bytebuddy
Methods in net.bytebuddy with parameters of type ClassWriterStrategyModifier and TypeMethodDescriptionByteBuddy.with(ClassWriterStrategy classWriterStrategy) Deprecated. -
Uses of ClassWriterStrategy in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement ClassWriterStrategyModifier and TypeClassDescriptionstatic enumDeprecated.Fields in net.bytebuddy.dynamic.scaffold declared as ClassWriterStrategyModifier and TypeFieldDescriptionprivate final ClassWriterStrategyClassWriterStrategy.Delegating.classWriterStrategyThe class writer strategy to delegate to.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type ClassWriterStrategyModifierConstructorDescriptionDelegating(ClassWriterStrategy classWriterStrategy) Creates a delegating class writer factory.
ByteBuddy.with(AsmClassWriter.Factory).