Interface ConfigurationWarningsApplicationContextInitializer.Check

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      StringgetWarning​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Returns a warning if the check fails or null if there are no problems.
    • Method Detail

      • getWarning

        String getWarning​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
        Returns a warning if the check fails or null if there are no problems.
        Parameters:
        registry - the BeanDefinitionRegistry
        Returns:
        a warning message or null