public class BootstrapImportSelector extends Object implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.DeferredImportSelector
SpringFactoriesLoader to load BootstrapConfiguration
entries from spring.factories. The classes are then loaded so they can be
sorted using AnnotationAwareOrderComparator.sort(List). This class is a
DeferredImportSelector so @Conditional annotations on imported classes
are supported.| Constructor and Description |
|---|
BootstrapImportSelector() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
selectImports(org.springframework.core.type.AnnotationMetadata annotationMetadata) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic String[] selectImports(org.springframework.core.type.AnnotationMetadata annotationMetadata)
selectImports in interface org.springframework.context.annotation.ImportSelectorCopyright © 2022 Pivotal Software, Inc.. All rights reserved.