Uses of Class
org.springframework.aot.agent.RecordedInvocation.Builder
Packages that use RecordedInvocation.Builder
-
Uses of RecordedInvocation.Builder in org.springframework.aot.agent
Methods in org.springframework.aot.agent that return RecordedInvocation.BuilderModifier and TypeMethodDescriptionstatic RecordedInvocation.BuilderRecordedInvocation.of(org.springframework.aot.agent.InstrumentedMethod instrumentedMethod) Initialize a builder for the givenInstrumentedMethod.RecordedInvocation.Builder.onInstance(Object instance) Set thethisobject instance used for this invocation.RecordedInvocation.Builder.returnValue(Object returnValue) Use the given object as the return value for the invocation.RecordedInvocation.Builder.withArgument(Object argument) Use the given object as the unique argument.RecordedInvocation.Builder.withArguments(Object... arguments) Use the given objects as the invocation arguments.