Uses of Interface
net.bytebuddy.dynamic.NexusAccessor.Dispatcher
-
Packages that use NexusAccessor.Dispatcher Package Description net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process. -
-
Uses of NexusAccessor.Dispatcher in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement NexusAccessor.Dispatcher Modifier and Type Class Description static class
NexusAccessor.Dispatcher.Available
An enabled dispatcher for registering a type initializer in aNexus
.static class
NexusAccessor.Dispatcher.Unavailable
A disabled dispatcher where aNexus
is not available.Fields in net.bytebuddy.dynamic declared as NexusAccessor.Dispatcher Modifier and Type Field Description private static NexusAccessor.Dispatcher
NexusAccessor. DISPATCHER
The dispatcher to use.Methods in net.bytebuddy.dynamic that return NexusAccessor.Dispatcher Modifier and Type Method Description NexusAccessor.Dispatcher
NexusAccessor.Dispatcher.CreationAction. run()
-