Class DeferredImportSelector.Group.Entry
- java.lang.Object
- org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- Enclosing interface:
- DeferredImportSelector.Group
public static class DeferredImportSelector.Group.Entry extends Object
An entry that holds theAnnotationMetadataof the importingConfigurationclass and the class name to import.
Constructor Summary
Constructors Constructor Description Entry(AnnotationMetadata metadata, String importClassName)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetImportClassName()Return the fully qualified name of the class to import.AnnotationMetadatagetMetadata()Return theAnnotationMetadataof the importingConfigurationclass.inthashCode()StringtoString()
Constructor Detail
Entry
public Entry(AnnotationMetadata metadata, String importClassName)
Method Detail
getMetadata
public AnnotationMetadata getMetadata()
Return theAnnotationMetadataof the importingConfigurationclass.
getImportClassName
public String getImportClassName()
Return the fully qualified name of the class to import.