Uses of Class
org.springframework.beans.support.ArgumentConvertingMethodInvoker
Packages that use ArgumentConvertingMethodInvoker
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Support classes for the open source scheduler
 Quartz,
 allowing to set up Quartz Schedulers, JobDetails and
 Triggers as beans in a Spring context.
Generic support classes for scheduling.
- 
Uses of ArgumentConvertingMethodInvoker in org.springframework.beans.factory.configSubclasses of ArgumentConvertingMethodInvoker in org.springframework.beans.factory.configModifier and TypeClassDescriptionclassSimple method invoker bean: just invoking a target method, not expecting a result to expose to the container (in contrast toMethodInvokingFactoryBean).classFactoryBeanwhich returns a value which is the result of a static or instance method invocation.
- 
Uses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.quartzSubclasses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.quartzModifier and TypeClassDescriptionclassFactoryBeanthat exposes aJobDetailobject which delegates job execution to a specified (static or non-static) method.
- 
Uses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.supportSubclasses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.supportModifier and TypeClassDescriptionclassAdapter that implements theRunnableinterface as a configurable method invocation based on Spring's MethodInvoker.