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 classNexusAccessor.Dispatcher.AvailableAn enabled dispatcher for registering a type initializer in aNexus.static classNexusAccessor.Dispatcher.UnavailableA disabled dispatcher where aNexusis not available.Fields in net.bytebuddy.dynamic declared as NexusAccessor.Dispatcher Modifier and Type Field Description private static NexusAccessor.DispatcherNexusAccessor. DISPATCHERThe dispatcher to use.Methods in net.bytebuddy.dynamic that return NexusAccessor.Dispatcher Modifier and Type Method Description NexusAccessor.DispatcherNexusAccessor.Dispatcher.CreationAction. run()
-