Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Matchable
-
Packages that use AgentBuilder.Matchable 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 in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.Matchable Modifier and Type Class Description protected static classAgentBuilder.Default.Delegator.Matchable<S extends AgentBuilder.Matchable<S>>An abstract base implementation of a matchable.static interfaceAgentBuilder.Matchable<T extends AgentBuilder.Matchable<T>>An abstraction for extending a matcher.Subinterfaces of AgentBuilder.Matchable in net.bytebuddy.agent.builder Modifier and Type Interface Description static interfaceAgentBuilder.Identified.NarrowableAllows to specify a type matcher for a type to instrument.static interfaceAgentBuilder.IgnoredAllows to further specify ignored types.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Matchable Modifier and Type Class Description protected static classAgentBuilder.Default.Delegator.Matchable<S extends AgentBuilder.Matchable<S>>An abstract base implementation of a matchable.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.
-