文件名称: byte-buddy-agent-1.9.3.jar中文-英文对照文档.zip
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.9.3</version>
</dependency>Gradle:
implementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.9.3'
Gradle (Short):
implementation 'net.bytebuddy:byte-buddy-agent:1.9.3'
Gradle (Kotlin):
implementation("net.bytebuddy:byte-buddy-agent:1.9.3")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.bytebuddy.agentnet.bytebuddy.agent.Attacher
net.bytebuddy.agent.ByteBuddyAgent
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider.ForByteBuddyAgent
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider.ForExistingAgent
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.ExternalAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithoutExternalAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Compound
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForJ9Vm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForModularizedVm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator.Disabled
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator.ForJava9CapableVm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction
net.bytebuddy.agent.ByteBuddyAgent.ProcessProvider
net.bytebuddy.agent.ByteBuddyAgent.ProcessProvider.ForCurrentVm
net.bytebuddy.agent.ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForJava9CapableVm
net.bytebuddy.agent.ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForLegacyVm
net.bytebuddy.agent.Installer
net.bytebuddy.agent.VirtualMachine
net.bytebuddy.agent.VirtualMachine.ForHotSpot
net.bytebuddy.agent.VirtualMachine.ForHotSpot.OnUnix