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 interface
This interface is used to allow for optionally providing severalAgentBuilder.Transformer
to applied when a matcher identifies a type to be instrumented.static interface
Allows to specify a type matcher for a type to instrument.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.IdentifiedModifier and TypeClassDescriptionprotected class
A helper class that describes aAgentBuilder.Default
after supplying aAgentBuilder.RawMatcher
such that one or severalAgentBuilder.Transformer
s can be supplied.