public static class DeferredImportSelector.Group.Entry
extends java.lang.Object
AnnotationMetadata of the importing
 Configuration class and the class name to import.| Constructor and Description | 
|---|
Entry(AnnotationMetadata metadata,
     java.lang.String importClassName)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.lang.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, java.lang.String importClassName)
public AnnotationMetadata getMetadata()
AnnotationMetadata of the importing
 Configuration class.public java.lang.String getImportClassName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object