Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.WarmupStrategy
-
Packages that use AgentBuilder.Default.WarmupStrategy 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.Default.WarmupStrategy in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Default.WarmupStrategy Modifier and Type Class Description static classAgentBuilder.Default.WarmupStrategy.EnabledAn enabled warmup strategy.static classAgentBuilder.Default.WarmupStrategy.NoOpA non-operational warmup strategy.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.WarmupStrategy Modifier and Type Field Description protected AgentBuilder.Default.WarmupStrategyAgentBuilder.Default. warmupStrategyThe warmup strategy to use.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Default.WarmupStrategy Modifier and Type Method Description AgentBuilder.Default.WarmupStrategyAgentBuilder.Default.WarmupStrategy.Enabled. with(java.util.Collection<java.lang.Class<?>> types)Adds the provided types to this warmup strategy.AgentBuilder.Default.WarmupStrategyAgentBuilder.Default.WarmupStrategy.NoOp. with(java.util.Collection<java.lang.Class<?>> types)Adds the provided types to this warmup strategy.AgentBuilder.Default.WarmupStrategyAgentBuilder.Default.WarmupStrategy. with(java.util.Collection<java.lang.Class<?>> types)Adds the provided types to this warmup strategy.
-