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

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

    Fields inherited from class org.springframework.util.MethodInvoker

    targetClass
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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()
  • Method Details

    • afterPropertiesSet

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