Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.PoolStrategy.WithTypePoolCache
-
Packages that use AgentBuilder.PoolStrategy.WithTypePoolCache 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.PoolStrategy.WithTypePoolCache in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.PoolStrategy.WithTypePoolCache in net.bytebuddy.agent.builder Modifier and Type Class Description static class
AgentBuilder.PoolStrategy.WithTypePoolCache.Simple
An implementation of a type locatorAgentBuilder.PoolStrategy.WithTypePoolCache
(note documentation of the linked class) that is based on aConcurrentMap
.
-