Uses of Enum
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForModularizedVm
Packages that use ByteBuddyAgent.AttachmentProvider.ForModularizedVm
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of ByteBuddyAgent.AttachmentProvider.ForModularizedVm in net.bytebuddy.agent
Subclasses with type arguments of type ByteBuddyAgent.AttachmentProvider.ForModularizedVm in net.bytebuddy.agentModifier and TypeClassDescriptionstatic enumAn attachment provider that locates the attach API directly from the system class loader, as possible since introducing the Java module system via thejdk.attachmodule.Methods in net.bytebuddy.agent that return ByteBuddyAgent.AttachmentProvider.ForModularizedVmModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ByteBuddyAgent.AttachmentProvider.ForModularizedVm.values()Returns an array containing the constants of this enum type, in the order they are declared.