Uses of Interface
net.bytebuddy.utility.JavaModule.Dispatcher
-
Packages that use JavaModule.Dispatcher Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaModule.Dispatcher in net.bytebuddy.utility
Classes in net.bytebuddy.utility that implement JavaModule.Dispatcher Modifier and Type Class Description static classJavaModule.Dispatcher.DisabledA disabled dispatcher for a VM that does not support thejava.lang.ModuleAPI.static classJavaModule.Dispatcher.EnabledA dispatcher for a VM that does support thejava.lang.ModuleAPI.Methods in net.bytebuddy.utility that return JavaModule.Dispatcher Modifier and Type Method Description JavaModule.DispatcherJavaModule.Dispatcher.CreationAction. run()
-