public static class DeferredImportSelector.Group.Entry extends Object
AnnotationMetadata of the importing
 Configuration class and the class name to import.| Constructor and Description | 
|---|
| Entry(AnnotationMetadata metadata,
     String importClassName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| String | getImportClassName()Return the fully qualified name of the class to import. | 
| AnnotationMetadata | getMetadata()Return the  AnnotationMetadataof the importingConfigurationclass. | 
| int | hashCode() | 
| String | toString() | 
public Entry(AnnotationMetadata metadata, String importClassName)
public AnnotationMetadata getMetadata()
AnnotationMetadata of the importing
 Configuration class.public String getImportClassName()