org.springframework.boot.context

Class ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck

  • java.lang.Object
    • org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.util.Set<java.lang.String> getComponentScanningPackages(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) 
      java.lang.String getWarning(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Returns a warning if the check fails or null if there are no problems.
      • Methods inherited from class java.lang.Object

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

      • ComponentScanPackageCheck

        protected ComponentScanPackageCheck()
    • Method Detail

      • getComponentScanningPackages

        protected java.util.Set<java.lang.String> getComponentScanningPackages(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)