Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator
-
Packages that use ByteBuddyAgent.AttachmentTypeEvaluator Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of ByteBuddyAgent.AttachmentTypeEvaluator in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement ByteBuddyAgent.AttachmentTypeEvaluator Modifier and Type Class Description static class
ByteBuddyAgent.AttachmentTypeEvaluator.Disabled
An attachment type evaluator that never requires external attachment.static class
ByteBuddyAgent.AttachmentTypeEvaluator.ForJava9CapableVm
An attachment type evaluator that checks a process id against the current process id.Fields in net.bytebuddy.agent declared as ByteBuddyAgent.AttachmentTypeEvaluator Modifier and Type Field Description private static ByteBuddyAgent.AttachmentTypeEvaluator
ByteBuddyAgent. ATTACHMENT_TYPE_EVALUATOR
The attachment type evaluator to be used for determining if an attachment requires an external process.Methods in net.bytebuddy.agent that return ByteBuddyAgent.AttachmentTypeEvaluator Modifier and Type Method Description ByteBuddyAgent.AttachmentTypeEvaluator
ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction. run()
-