java.lang.Object
org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
- Enclosing interface:
- MethodLookup
public static final class MethodLookup.InvokedMethod
extends Object
Value object representing an invoked
Method
.
-
Method Summary
-
Method Details
-
-
getDeclaringClass
public Class<?> getDeclaringClass()
-
-
getParameterTypes
public Class<?>[] getParameterTypes()
-
getParameterCount
public int getParameterCount()
-
-
-
-