Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Matchable
Packages that use AgentBuilder.Matchable
Package
Description
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.MatchableModifier and TypeClassDescriptionprotected static class
An abstract base implementation of a matchable.static interface
AgentBuilder.Matchable<T extends AgentBuilder.Matchable<T>>
An abstraction for extending a matcher.Subinterfaces of AgentBuilder.Matchable in net.bytebuddy.agent.builderModifier and TypeInterfaceDescriptionstatic interface
Allows to specify a type matcher for a type to instrument.static interface
Allows to further specify ignored types.Classes in net.bytebuddy.agent.builder that implement AgentBuilder.MatchableModifier and TypeClassDescriptionprotected static class
An abstract base implementation of a matchable.protected 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.