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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classAn entry that holds theAnnotationMetadataof the importingConfigurationclass and the class name to import.
- 
Method SummaryModifier 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- 
processProcess theAnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector.
- 
selectImportsIterable<DeferredImportSelector.Group.Entry> selectImports()Return theentriesof which class(es) should be imported for this group.
 
-