Class GrpcSecurityInServletFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.beans.factory.NoSuchBeanDefinitionException>
org.springframework.boot.grpc.server.autoconfigure.GrpcSecurityInServletFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class GrpcSecurityInServletFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.beans.factory.NoSuchBeanDefinitionException>
FailureAnalyzer for missing GrpcSecurity in servlet-based gRPC applications.
Author:
Andrey Litvitski
  • Constructor Summary

    Constructors
    Constructor
    Description
    GrpcSecurityInServletFailureAnalyzer(org.springframework.core.env.Environment environment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @Nullable org.springframework.boot.diagnostics.FailureAnalysis
    analyze(Throwable rootFailure, org.springframework.beans.factory.NoSuchBeanDefinitionException cause)
     

    Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer

    analyze, findCause, getCauseType

    Methods inherited from class Object

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

    • GrpcSecurityInServletFailureAnalyzer

      public GrpcSecurityInServletFailureAnalyzer(org.springframework.core.env.Environment environment)
  • Method Details

    • analyze

      protected @Nullable org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, org.springframework.beans.factory.NoSuchBeanDefinitionException cause)
      Specified by:
      analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.beans.factory.NoSuchBeanDefinitionException>