Uses of Class
net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
Packages that use TypeWriter.Default Package Description 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 TypeWriter.Default in net.bytebuddy.dynamic.scaffold
Subclasses of TypeWriter.Default in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description static class
TypeWriter.Default.ForCreation<U>
A type writer that creates a class file that is not based upon another, existing class.static class
TypeWriter.Default.ForInlining<U>
A type writer that inlines the created type into an existing class file.protected static class
TypeWriter.Default.ForInlining.WithDecorationOnly<V>
A default type writer that only applies a type decoration.protected static class
TypeWriter.Default.ForInlining.WithFullProcessing<V>
A default type writer that reprocesses a type completely.
-