Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.DescriptionStrategy
-
Packages that use AgentBuilder.DescriptionStrategy 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.DescriptionStrategy in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.DescriptionStrategy Modifier and Type Class Description static classAgentBuilder.DescriptionStrategy.DefaultDefault implementations of aAgentBuilder.DescriptionStrategy.static classAgentBuilder.DescriptionStrategy.SuperTypeLoadingA description strategy that enforces the loading of any super type of a type description but delegates the actual type description to another description strategy.static classAgentBuilder.DescriptionStrategy.SuperTypeLoading.AsynchronousA description strategy that enforces the loading of any super type of a type description but delegates the actual type description to another description strategy.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.DescriptionStrategy Modifier and Type Field Description protected AgentBuilder.DescriptionStrategyAgentBuilder.Default. descriptionStrategyThe description strategy for resolving type descriptions for types.Methods in net.bytebuddy.agent.builder that return AgentBuilder.DescriptionStrategy Modifier and Type Method Description AgentBuilder.DescriptionStrategyAgentBuilder.DescriptionStrategy.Default. withSuperTypeLoading()Creates a description strategy that uses this strategy but loads any super type.AgentBuilder.DescriptionStrategyAgentBuilder.DescriptionStrategy.Default. withSuperTypeLoading(java.util.concurrent.ExecutorService executorService)Creates a description strategy that uses this strategy but loads any super type asynchronously.
-