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 classTypeWriter.Default.ClassDumpAction.Dispatcher.DisabledA disabled dispatcher that does not dump any class files.static classTypeWriter.Default.ClassDumpAction.Dispatcher.EnabledAn 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.UnresolvedTypeTypeWriter.Default. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)Creates an unresolved version of the dynamic type.protected TypeWriter.Default.UnresolvedTypeTypeWriter.Default.ForCreation. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)protected TypeWriter.Default.UnresolvedTypeTypeWriter.Default.ForInlining. create(TypeInitializer typeInitializer, TypeWriter.Default.ClassDumpAction.Dispatcher dispatcher)
-