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 interface
AgentBuilder.Identified.Extendable
This interface is used to allow for optionally providing severalAgentBuilder.Transformer
to applied when a matcher identifies a type to be instrumented.static interface
AgentBuilder.Identified.Narrowable
Allows 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 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.
-