Class BeanNotOfRequiredTypeFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<BeanNotOfRequiredTypeException>
org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
All Implemented Interfaces:
FailureAnalyzer

public class BeanNotOfRequiredTypeFailureAnalyzer extends AbstractFailureAnalyzer<BeanNotOfRequiredTypeException>
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
Since:
1.4.0
Author:
Andy Wilkinson, Scott Frederick