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 class
AgentBuilder.DescriptionStrategy.Default
Default implementations of aAgentBuilder.DescriptionStrategy
.static class
AgentBuilder.DescriptionStrategy.SuperTypeLoading
A 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 class
AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous
A 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.DescriptionStrategy
AgentBuilder.Default. descriptionStrategy
The description strategy for resolving type descriptions for types.Methods in net.bytebuddy.agent.builder that return AgentBuilder.DescriptionStrategy Modifier and Type Method Description AgentBuilder.DescriptionStrategy
AgentBuilder.DescriptionStrategy.Default. withSuperTypeLoading()
Creates a description strategy that uses this strategy but loads any super type.AgentBuilder.DescriptionStrategy
AgentBuilder.DescriptionStrategy.Default. withSuperTypeLoading(java.util.concurrent.ExecutorService executorService)
Creates a description strategy that uses this strategy but loads any super type asynchronously.
-