Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable
Packages that use AgentBuilder.Identified.Extendable
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.Identified.Extendable in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Identified.ExtendableModifier and TypeClassDescriptionprotected classA helper class that describes aAgentBuilder.Defaultafter supplying aAgentBuilder.RawMatchersuch that one or severalAgentBuilder.Transformers can be supplied.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Identified.ExtendableModifier and TypeMethodDescriptionAgentBuilder.Default.Transforming.transform(AgentBuilder.Transformer transformer) Applies the given transformer for the already supplied matcher.AgentBuilder.Identified.transform(AgentBuilder.Transformer transformer) Applies the given transformer for the already supplied matcher.