Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy.WithTypePoolCache
Packages that use AgentBuilder.PoolStrategy.WithTypePoolCache
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.PoolStrategy.WithTypePoolCache in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.PoolStrategy.WithTypePoolCache in net.bytebuddy.agent.builderModifier and TypeClassDescriptionstatic class
An implementation of a type locatorAgentBuilder.PoolStrategy.WithTypePoolCache
(note documentation of the linked class) that is based on aConcurrentMap
.