Package org.springframework.data.util
Class MethodInvocationRecorder
java.lang.Object
org.springframework.data.util.MethodInvocationRecorder
API to record method invocations via method references on a proxy.
- Since:
- 2.2
- Author:
- Oliver Gierke, Johannes Englmeier
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static class
-
Field Summary
Modifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MethodInvocationRecorder.Recorded<T>
forProxyOf
(Class<T> type) Creates a newMethodInvocationRecorder.Recorded
for the given type.
-
Field Details
-
DEFAULT
-
-
Method Details
-
forProxyOf
Creates a newMethodInvocationRecorder.Recorded
for the given type.- Parameters:
type
- must not be null.- Returns:
-