Uses of Interface
net.bytebuddy.dynamic.scaffold.ClassWriterStrategy
-
Packages that use ClassWriterStrategy Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.dynamic.scaffold 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 ClassWriterStrategy Modifier and Type Method Description ByteBuddy
ByteBuddy. with(ClassWriterStrategy classWriterStrategy)
Deprecated. -
Uses of ClassWriterStrategy in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement ClassWriterStrategy Modifier and Type Class Description static class
ClassWriterStrategy.Default
Deprecated.Fields in net.bytebuddy.dynamic.scaffold declared as ClassWriterStrategy Modifier and Type Field Description private ClassWriterStrategy
ClassWriterStrategy.Delegating. classWriterStrategy
The class writer strategy to delegate to.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type ClassWriterStrategy Constructor Description Delegating(ClassWriterStrategy classWriterStrategy)
Creates a delegating class writer factory.
-