Interface DeferredImportSelector.Group
- Enclosing interface:
 - DeferredImportSelector
 
public static interface DeferredImportSelector.Group
Interface used to group results from different import selectors.
- Since:
 - 5.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAn entry that holds theAnnotationMetadataof the importingConfigurationclass and the class name to import. - 
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(AnnotationMetadata metadata, DeferredImportSelector selector) Process theAnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector.Return theentriesof which class(es) should be imported for this group. 
- 
Method Details
- 
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. 
 -