Uses of Enum Class
net.bytebuddy.agent.builder.AgentBuilder.PatchMode
Packages that use AgentBuilder.PatchMode
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.PatchMode in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder that return AgentBuilder.PatchModeModifier and TypeMethodDescriptionstatic AgentBuilder.PatchModeReturns the enum constant of this class with the specified name.static AgentBuilder.PatchMode[]AgentBuilder.PatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bytebuddy.agent.builder with parameters of type AgentBuilder.PatchModeModifier and TypeMethodDescriptionAgentBuilder.Default.Delegator.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with a givenInstrumentation.AgentBuilder.Default.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with a givenInstrumentation.AgentBuilder.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with a givenInstrumentation.AgentBuilder.Default.Delegator.patchOnByteBuddyAgent(ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with the Byte Buddy-agent which must be installed prior to calling this method.AgentBuilder.Default.patchOnByteBuddyAgent(ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with the Byte Buddy-agent which must be installed prior to calling this method.AgentBuilder.patchOnByteBuddyAgent(ResettableClassFileTransformer classFileTransformer, AgentBuilder.PatchMode patchMode) Creates and installs aResettableClassFileTransformerthat implements the configuration of this agent builder with the Byte Buddy-agent which must be installed prior to calling this method.