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  
AnnotationMetadata of the importing
 Configuration class. | 
int | 
hashCode()  | 
public Entry(AnnotationMetadata metadata, String importClassName)
public AnnotationMetadata getMetadata()
AnnotationMetadata of the importing
 Configuration class.public String getImportClassName()