Class RuntimeHintsRecorder
java.lang.Object
org.springframework.aot.test.agent.RuntimeHintsRecorder
Deprecated, for removal: This API element is subject to removal in a future version.
Invocations relevant to
RuntimeHints recorded during the execution of a block
of code instrumented by the RuntimeHintsAgent.- Since:
- 6.0
- Author:
- Brian Clozel
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeHintsInvocationsDeprecated, for removal: This API element is subject to removal in a future version.Record all method invocations relevant toRuntimeHintsthat happened during the execution of the given action.
-
Method Details
-
record
Deprecated, for removal: This API element is subject to removal in a future version.Record all method invocations relevant toRuntimeHintsthat happened during the execution of the given action.- Parameters:
action- the block of code we want to record invocations from- Returns:
- the recorded invocations
-
-XX:MissingRegistrationReportingMode=Warnand-XX:MissingRegistrationReportingMode=ExitJVM flags with GraalVM.