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