public static class DeferredImportSelector.Group.Entry extends Object
AnnotationMetadata of the importing
Configuration class and the class name to import.| 构造器和说明 |
|---|
Entry(org.springframework.core.type.AnnotationMetadata metadata,
String importClassName) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other) |
String |
getImportClassName()
Return the fully qualified name of the class to import.
|
org.springframework.core.type.AnnotationMetadata |
getMetadata()
Return the
AnnotationMetadata of the importing
Configuration class. |
int |
hashCode() |
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()