Package org.springframework.aot.agent
@NonNullApi
@NonNullFields
package org.springframework.aot.agent
Support for recording method invocations relevant to
RuntimeHints
metadata.-
ClassDescriptionMain types of
RuntimeHints
.Deprecated.This class should only be used by the runtime-hints agent when instrumenting bytecode and is not considered public API.Reference to a Java method, identified by its owner class and the method name.Record of an invocation of a method relevant toRuntimeHints
.Builder forRecordedInvocation
.Listener forinvocations recorded
by theRuntimeHintsAgent
.Publishes invocations on method relevant toRuntimeHints
, as they are recorded by theRuntimeHintsAgent
.Java Agent that records method invocations related toRuntimeHints
metadata.