Uses of Interface
net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ClassDumpAction.Dispatcher
-
Packages that use TypeWriter.Default.ClassDumpAction.Dispatcher 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.ClassDumpAction.Dispatcher in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement TypeWriter.Default.ClassDumpAction.Dispatcher Modifier and Type Class Description static class
TypeWriter.Default.ClassDumpAction.Dispatcher.Disabled
A disabled dispatcher that does not dump any class files.static class
TypeWriter.Default.ClassDumpAction.Dispatcher.Enabled
An enabled dispatcher that dumps class files to a given folder.Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeWriter.Default.ClassDumpAction.Dispatcher Modifier and Type Method Description protected abstract TypeWriter.Default.UnresolvedType
TypeWriter.Default. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
Creates an unresolved version of the dynamic type.protected TypeWriter.Default.UnresolvedType
TypeWriter.Default.ForCreation. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
protected TypeWriter.Default.UnresolvedType
TypeWriter.Default.ForInlining. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
-