Class BeanMethodInvoker

java.lang.Object
org.springframework.util.MethodInvoker
org.springframework.beans.support.ArgumentConvertingMethodInvoker
org.redisson.spring.misc.BeanMethodInvoker
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Deprecated public class BeanMethodInvoker extends org.springframework.beans.support.ArgumentConvertingMethodInvoker implements org.springframework.beans.factory.InitializingBean
Deprecated.
Author:
Rui Gu (https://github.com/jackygurui)
  • Field Summary

    Fields inherited from class org.springframework.util.MethodInvoker

    targetClass
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     

    Methods inherited from class org.springframework.beans.support.ArgumentConvertingMethodInvoker

    doFindMatchingMethod, findMatchingMethod, getDefaultTypeConverter, getTypeConverter, registerCustomEditor, setTypeConverter

    Methods inherited from class org.springframework.util.MethodInvoker

    getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setStaticMethod, setTargetClass, setTargetMethod, setTargetObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeanMethodInvoker

      public BeanMethodInvoker()
      Deprecated.
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception