Class MethodInvocationRecorder
java.lang.Object
org.springframework.data.util.MethodInvocationRecorder
Deprecated.
API to record method invocations via method references on a proxy.
- Since:
- 2.2
- Author:
- Oliver Gierke, Johannes Englmeier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MethodInvocationRecorder.Recorded<T> forProxyOf(Class<T> type) Deprecated.Creates a newMethodInvocationRecorder.Recordedfor the given type.
-
Field Details
-
DEFAULT
Deprecated.
-
-
Method Details
-
forProxyOf
Deprecated.Creates a newMethodInvocationRecorder.Recordedfor the given type.- Parameters:
type- must not be null.- Returns:
-
PropertyReferenceandTypedPropertyPathinfrastructure and limitations imposed by subclass proxy limitations.