Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      • 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
    • Constructor Detail

      • BeanMethodInvoker

        public BeanMethodInvoker()
    • Method Detail

      • afterPropertiesSet

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