Uses of Interface
net.bytebuddy.dynamic.NexusAccessor.Dispatcher
Packages that use NexusAccessor.Dispatcher
Package
Description
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.DispatcherModifier and TypeClassDescriptionstatic class
An enabled dispatcher for registering a type initializer in aNexus
.static class
A disabled dispatcher where aNexus
is not available.Fields in net.bytebuddy.dynamic declared as NexusAccessor.DispatcherModifier and TypeFieldDescriptionprivate static final NexusAccessor.Dispatcher
NexusAccessor.DISPATCHER
The dispatcher to use.Methods in net.bytebuddy.dynamic that return NexusAccessor.Dispatcher