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 class
AgentBuilder.Default.Transforming
A helper class that describes aAgentBuilder.Default
after supplying aAgentBuilder.RawMatcher
such that one or severalAgentBuilder.Transformer
s can be supplied.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Identified.Extendable Modifier and Type Method Description AgentBuilder.Identified.Extendable
AgentBuilder.Default.Transforming. transform(AgentBuilder.Transformer transformer)
AgentBuilder.Identified.Extendable
AgentBuilder.Identified. transform(AgentBuilder.Transformer transformer)
Applies the given transformer for the already supplied matcher.
-