Package org.grails.boot.context
Interface GrailsConfigurationWarningsApplicationContextInitializer.Check
-
- All Known Implementing Classes:
GrailsConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- Enclosing class:
- GrailsConfigurationWarningsApplicationContextInitializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface GrailsConfigurationWarningsApplicationContextInitializer.CheckA single check that can be applied.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetWarning(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)Returns a warning if the check fails ornullif there are no problems.
-