Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.Matchable.AbstractBase
-
Packages that use AgentBuilder.Matchable.AbstractBase 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.Matchable.AbstractBase in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.Matchable.AbstractBase in net.bytebuddy.agent.builder Modifier and Type Class Description protected classAgentBuilder.Default.Delegator<T extends AgentBuilder.Matchable<T>>An abstract implementation of an agent builder that delegates all invocation to another instance.protected classAgentBuilder.Default.IgnoringA delegator transformer for further precising what types to ignore.protected classAgentBuilder.Default.TransformingA helper class that describes aAgentBuilder.Defaultafter supplying aAgentBuilder.RawMatchersuch that one or severalAgentBuilder.Transformers can be supplied.
-