Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Identified
Packages that use AgentBuilder.Identified
Package
Description
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.builderModifier and TypeInterfaceDescriptionstatic interfaceThis interface is used to allow for optionally providing severalAgentBuilder.Transformerto applied when a matcher identifies a type to be instrumented.static interfaceAllows to specify a type matcher for a type to instrument.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.IdentifiedModifier and TypeClassDescriptionprotected classA helper class that describes aAgentBuilder.Defaultafter supplying aAgentBuilder.RawMatchersuch that one or severalAgentBuilder.Transformers can be supplied.