接口 DeferredImportSelector.Group
- 封闭接口:
- DeferredImportSelector
public static interface DeferredImportSelector.Group
Interface used to group results from different import selectors.
-
嵌套类概要
嵌套类修饰符和类型接口说明static final recordAn entry that holds theAnnotationMetadataof the importingConfigurationclass and the class name to import. -
方法概要
修饰符和类型方法说明voidprocess(cn.taketoday.core.type.AnnotationMetadata metadata, DeferredImportSelector selector) Process theAnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector.Return theentriesof which class(es) should be imported for this group.
-
方法详细资料
-
process
Process theAnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector. -
selectImports
Iterable<DeferredImportSelector.Group.Entry> selectImports()Return theentriesof which class(es) should be imported for this group.
-