| Package | Description | 
|---|---|
| org.springframework.classify.util | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleMethodInvokerSimple implementation of the  MethodInvokerinterface that invokes a
 method on an object. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MethodInvoker | MethodInvokerUtils. getMethodInvokerByAnnotation(Class<? extends Annotation> annotationType,
                            Object target)Create  MethodInvokerfor the method with the provided annotation on the
 provided object. | 
| static MethodInvoker | MethodInvokerUtils. getMethodInvokerByAnnotation(Class<? extends Annotation> annotationType,
                            Object target,
                            Class<?>... expectedParamTypes)Create a MethodInvoker from the delegate based on the annotationType. | 
| static MethodInvoker | MethodInvokerUtils. getMethodInvokerByName(Object object,
                      String methodName,
                      boolean paramsRequired,
                      Class<?>... paramTypes)Create a  MethodInvokerusing the provided method name to search. | 
| static MethodInvoker | MethodInvokerUtils. getMethodInvokerForInterface(Class<?> cls,
                            String methodName,
                            Object object,
                            Class<?>... paramTypes)Create a  MethodInvokerusing the provided interface, and method name from
 that interface. | 
| static <C,T> MethodInvoker | MethodInvokerUtils. getMethodInvokerForSingleArgument(Object target)Create a  MethodInvokerfor the delegate from a single public method. | 
Copyright © 2018 SpringSource. All rights reserved.