Class DeferredImportSelector.Group.Entry
java.lang.Object
org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- Enclosing interface:
- DeferredImportSelector.Group
An entry that holds the 
AnnotationMetadata of the importing
 Configuration class and the class name to import.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn the fully qualified name of the class to import.Return theAnnotationMetadataof the importingConfigurationclass.inthashCode()toString()
- 
Constructor Details- 
Entry
 
- 
- 
Method Details- 
getMetadataReturn theAnnotationMetadataof the importingConfigurationclass.
- 
getImportClassNameReturn the fully qualified name of the class to import.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-