Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Identified
-
Packages that use AgentBuilder.Identified 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 in net.bytebuddy.agent.builder
Subinterfaces of AgentBuilder.Identified in net.bytebuddy.agent.builder Modifier and Type Interface Description static interfaceAgentBuilder.Identified.ExtendableThis interface is used to allow for optionally providing severalAgentBuilder.Transformerto applied when a matcher identifies a type to be instrumented.static interfaceAgentBuilder.Identified.NarrowableAllows to specify a type matcher for a type to instrument.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Identified 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.
-