Interface InvokerFactory
public interface InvokerFactory
Factory for
InvokerBuilder
s.- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateInvoker
(BeanInfo bean, MethodInfo method) Returns a newInvokerBuilder
for given method of given bean.
-
Method Details
-
createInvoker
Returns a newInvokerBuilder
for 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
bean
or for givenmethod
, an exception is thrown.- Parameters:
bean
- target bean of the invoker, must not benull
method
- target method of the invoker, must not benull
- Returns:
- the invoker builder, never
null
-