Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Identified.Extendable
-
Packages that use AgentBuilder.Identified.Extendable Package Description net.bytebuddy.agent.builder 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.Extendable Modifier and Type Class Description protected classAgentBuilder.Default.TransformingA 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.Extendable Modifier and Type Method Description AgentBuilder.Identified.ExtendableAgentBuilder.Default.Transforming. transform(AgentBuilder.Transformer transformer)Applies the given transformer for the already supplied matcher.AgentBuilder.Identified.ExtendableAgentBuilder.Identified. transform(AgentBuilder.Transformer transformer)Applies the given transformer for the already supplied matcher.
-