Uses of Interface
net.bytebuddy.build.Plugin.Engine.Target.ForFolder.Dispatcher
-
Packages that use Plugin.Engine.Target.ForFolder.Dispatcher Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of Plugin.Engine.Target.ForFolder.Dispatcher in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Target.ForFolder.Dispatcher Modifier and Type Class Description static class
Plugin.Engine.Target.ForFolder.Dispatcher.ForJava7CapableVm
A dispatcher for VMs that are capable of NIO2.static class
Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm
A legacy dispatcher that is not capable of NIO.Fields in net.bytebuddy.build declared as Plugin.Engine.Target.ForFolder.Dispatcher Modifier and Type Field Description protected static Plugin.Engine.Target.ForFolder.Dispatcher
Plugin.Engine.Target.ForFolder. DISPATCHER
A dispatcher for using NIO2 if the current VM supports it.Methods in net.bytebuddy.build that return Plugin.Engine.Target.ForFolder.Dispatcher Modifier and Type Method Description Plugin.Engine.Target.ForFolder.Dispatcher
Plugin.Engine.Target.ForFolder.Dispatcher.CreationAction. run()
-