Interface InvokerFactory
public interface InvokerFactory
Factory for
InvokerBuilders.- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateInvoker(BeanInfo bean, MethodInfo method) Returns a newInvokerBuilderfor given method of given bean.
-
Method Details
-
createInvoker
Returns a newInvokerBuilderfor given method of given bean. The builder eventually produces an opaque representation of the generated invoker.If an invoker may not be built for given
beanor for givenmethod, an exception is thrown.- Parameters:
bean- target bean of the invoker, must not benullmethod- target method of the invoker, must not benull- Returns:
- the invoker builder, never
null
-