类 BeanNotOfRequiredTypeFailureAnalyzer

    • 方法详细资料

      • analyze

        protected FailureAnalysis analyze​(Throwable rootFailure,
                                          org.springframework.beans.factory.BeanNotOfRequiredTypeException cause)
        从类复制的说明: AbstractFailureAnalyzer
        Returns an analysis of the given rootFailure, or null if no analysis was possible.
        指定者:
        analyze 在类中 AbstractFailureAnalyzer<org.springframework.beans.factory.BeanNotOfRequiredTypeException>
        参数:
        rootFailure - the root failure passed to the analyzer
        cause - the actual found cause
        返回:
        the analysis or null