文件名称: byte-buddy-agent-1.14.4.jar中文-英文对照文档.zip
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.4</version>
</dependency>Gradle:
implementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.4'
Gradle (Short):
implementation 'net.bytebuddy:byte-buddy-agent:1.14.4'
Gradle (Kotlin):
implementation("net.bytebuddy:byte-buddy-agent:1.14.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.bytebuddy.agent
net.bytebuddy.agent.utility.nullabilitynet.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.WithDirectAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Compound
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForJ9Vm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForModularizedVm
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm
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.AbstractBase
net.bytebuddy.agent.VirtualMachine.ForHotSpot
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.MacLibrary
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary.SocketAddress
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Response
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.SolarisLibrary
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.SolarisLibrary.DoorArgument
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.NamedPipeResponse
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Response
net.bytebuddy.agent.VirtualMachine.ForOpenJ9
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixLibrary
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaPosixEnvironment.PosixLibrary.SemaphoreOperation
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.AttachmentHandle
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.WindowsLibrary
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher.ForJnaWindowsEnvironment.WindowsLibrary.SecurityAttributes
net.bytebuddy.agent.VirtualMachine.Resolver
net.bytebuddy.agent.utility.nullability.AlwaysNull
net.bytebuddy.agent.utility.nullability.MaybeNull
net.bytebuddy.agent.utility.nullability.NeverNull
net.bytebuddy.agent.utility.nullability.NeverNull.ByDefault
net.bytebuddy.agent.utility.nullability.UnknownNull