Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.Default.Delegator.Matchable
Packages that use AgentBuilder.Default.Delegator.Matchable
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.Default.Delegator.Matchable in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.Default.Delegator.Matchable in net.bytebuddy.agent.builderModifier and TypeClassDescriptionprotected class
A delegator transformer for further precising what types to ignore.protected class
A helper class that describes aAgentBuilder.Default
after supplying aAgentBuilder.RawMatcher
such that one or severalAgentBuilder.Transformer
s can be supplied.