Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator
Packages that use ByteBuddyAgent.AttachmentTypeEvaluator
Package
Description
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.AttachmentTypeEvaluatorModifier and TypeClassDescriptionstatic enumAn attachment type evaluator that never requires external attachment.static classAn attachment type evaluator that checks a process id against the current process id.Classes in net.bytebuddy.agent that implement interfaces with type arguments of type ByteBuddyAgent.AttachmentTypeEvaluatorModifier and TypeClassDescriptionstatic enumAn installation action for creating an attachment type evaluator.Fields in net.bytebuddy.agent declared as ByteBuddyAgent.AttachmentTypeEvaluatorModifier and TypeFieldDescriptionprivate static final ByteBuddyAgent.AttachmentTypeEvaluatorByteBuddyAgent.ATTACHMENT_TYPE_EVALUATORThe attachment type evaluator to be used for determining if an attachment requires an external process.Methods in net.bytebuddy.agent that return ByteBuddyAgent.AttachmentTypeEvaluatorModifier and TypeMethodDescriptionByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction.run()