Uses of Enum
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
Subclasses with type arguments of type AgentBuilder.PatchMode in net.bytebuddy.agent.builderModifier and TypeClassDescriptionstatic enumDetermines how patching aResettableClassFileTransformerresolves the transformer exchange.Methods in net.bytebuddy.agent.builder that return AgentBuilder.PatchModeModifier and TypeMethodDescriptionprotected static AgentBuilder.PatchModeAgentBuilder.PatchMode.of(ResettableClassFileTransformer classFileTransformer) Resolves a default patch mode for a givenResettableClassFileTransformer.static AgentBuilder.PatchModeReturns the enum constant of this type with the specified name.static AgentBuilder.PatchMode[]AgentBuilder.PatchMode.values()Returns an array containing the constants of this enum type, 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.Delegator.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.RawMatcher differentialMatcher, 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.Default.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.RawMatcher differentialMatcher, 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.patchOn(Instrumentation instrumentation, ResettableClassFileTransformer classFileTransformer, AgentBuilder.RawMatcher differentialMatcher, 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.