Uses of Class
org.springframework.aot.agent.RecordedInvocation
Packages that use RecordedInvocation
Package
Description
Support for recording method invocations relevant to
RuntimeHints metadata.Testing support for the
RuntimeHintsAgent.-
Uses of RecordedInvocation in org.springframework.aot.agent
Methods in org.springframework.aot.agent that return RecordedInvocationModifier and TypeMethodDescriptionRecordedInvocation.Builder.build()Create aRecordedInvocationbased on the state of this builder.Methods in org.springframework.aot.agent with parameters of type RecordedInvocationModifier and TypeMethodDescriptionvoidRecordedInvocationsListener.onInvocation(RecordedInvocation invocation) Called when aninvocation has been recordedby the Java Agent. -
Uses of RecordedInvocation in org.springframework.aot.test.agent
Methods in org.springframework.aot.test.agent that return types with arguments of type RecordedInvocationModifier and TypeMethodDescriptionorg.assertj.core.api.ListAssert<RecordedInvocation>RuntimeHintsInvocationsAssert.notMatching(RuntimeHints runtimeHints)