All Classes and Interfaces

Classes
Class
Description
Java 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.
since 1.7.0 — use AsyncTestAgent.ReadAccessAdvice / AsyncTestAgent.WriteAccessAdvice; this variant concatenates the identifier on every intercepted call.
Byte Buddy Advice class injected at the entry of every intercepted getter (read accessor).
Byte Buddy Advice class injected at the entry of every intercepted setter (write accessor).