类的使用
org.springframework.util.MethodInvoker
使用MethodInvoker的程序包 程序包 说明 org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.scheduling.support Generic support classes for scheduling.org.springframework.beans.factory.config中MethodInvoker的使用
org.springframework.beans.factory.config中MethodInvoker的子类 修饰符和类型 类 说明 classMethodInvokingBeanSimple method invoker bean: just invoking a target method, not expecting a result to expose to the container (in contrast toMethodInvokingFactoryBean).classMethodInvokingFactoryBeanFactoryBeanwhich returns a value which is the result of a static or instance method invocation.org.springframework.beans.support中MethodInvoker的使用
org.springframework.beans.support中MethodInvoker的子类 修饰符和类型 类 说明 classArgumentConvertingMethodInvokerSubclass ofMethodInvokerthat tries to convert the given arguments for the actual target method via aTypeConverter.org.springframework.scheduling.quartz中MethodInvoker的使用
org.springframework.scheduling.quartz中MethodInvoker的子类 修饰符和类型 类 说明 classMethodInvokingJobDetailFactoryBeanFactoryBeanthat exposes aJobDetailobject which delegates job execution to a specified (static or non-static) method.参数类型为MethodInvoker的org.springframework.scheduling.quartz中的方法 修饰符和类型 方法 说明 voidMethodInvokingJobDetailFactoryBean.MethodInvokingJob. setMethodInvoker(MethodInvoker methodInvoker)Set the MethodInvoker to use.参数类型为MethodInvoker的org.springframework.scheduling.quartz中的构造器 构造器 说明 JobMethodInvocationFailedException(MethodInvoker methodInvoker, Throwable cause)Constructor for JobMethodInvocationFailedException.org.springframework.scheduling.support中MethodInvoker的使用
org.springframework.scheduling.support中MethodInvoker的子类 修饰符和类型 类 说明 classMethodInvokingRunnableAdapter that implements theRunnableinterface as a configurable method invocation based on Spring's MethodInvoker.