public static class DeferredImportSelector.Group.Entry extends Object
AnnotationMetadata of the importing
 Configuration class and the class name to import.| Constructor and Description | 
|---|
| Entry(org.springframework.core.type.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. | 
| org.springframework.core.type.AnnotationMetadata | getMetadata()Return the  AnnotationMetadataof the importingConfigurationclass. | 
| int | hashCode() | 
| String | toString() | 
public Entry(org.springframework.core.type.AnnotationMetadata metadata,
             String importClassName)
public org.springframework.core.type.AnnotationMetadata getMetadata()
AnnotationMetadata of the importing
 Configuration class.public String getImportClassName()