public static interface DeferredImportSelector.Group
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
DeferredImportSelector.Group.Entry
An entry that holds the
AnnotationMetadata of the importing
Configuration class and the class name to import. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(org.springframework.core.type.AnnotationMetadata metadata,
DeferredImportSelector selector)
Process the
AnnotationMetadata of the importing @Configuration
class using the specified DeferredImportSelector. |
Iterable<DeferredImportSelector.Group.Entry> |
selectImports()
Return the
entries of which class(es) should be imported
for this group. |
void process(org.springframework.core.type.AnnotationMetadata metadata,
DeferredImportSelector selector)
AnnotationMetadata of the importing @Configuration
class using the specified DeferredImportSelector.Iterable<DeferredImportSelector.Group.Entry> selectImports()
entries of which class(es) should be imported
for this group.