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 classAn enabled dispatcher for registering a type initializer in aNexus.static classA disabled dispatcher where aNexusis not available.Fields in net.bytebuddy.dynamic declared as NexusAccessor.DispatcherModifier and TypeFieldDescriptionprivate static final NexusAccessor.DispatcherNexusAccessor.DISPATCHERThe dispatcher to use.Methods in net.bytebuddy.dynamic that return NexusAccessor.Dispatcher