Class InstrumentedBridgeMethods

java.lang.Object
org.springframework.aot.agent.InstrumentedBridgeMethods

@Deprecated public abstract class InstrumentedBridgeMethods extends Object
Deprecated.
This class should only be used by the runtime-hints agent when instrumenting bytecode and is not considered public API.
Instrumented version of JDK methods to be used by bytecode rewritten by the RuntimeHintsAgent.

Methods implemented here follow a specific naming pattern "lowercase type name + bridged method name", so that the agent can consistently rewrite calls to instrumented methods. For example Class#forName(String) will be here names classforName(String).

Author:
Brian Clozel
See Also:
  • InstrumentedMethod