Package se.deversity.asynctest.agent
package se.deversity.asynctest.agent
-
ClassesClassDescriptionJava instrumentation agent that injects access telemetry into application classes by weaving their JavaBean accessors, so detectors observe reads and writes without manual
recordFieldAccess()callbacks.Deprecated.Byte BuddyAdviceclass injected at the entry of every intercepted getter (read accessor).Byte BuddyAdviceclass injected at the entry of every intercepted setter (write accessor).
AsyncTestAgent.ReadAccessAdvice/AsyncTestAgent.WriteAccessAdvice; this variant concatenates the identifier on every intercepted call.