org.springframework.boot.context

Interface ConfigurationWarningsApplicationContextInitializer.Check

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      String getWarning(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

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.