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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the fully qualified name of the class to import.Return theAnnotationMetadata
of the importingConfiguration
class.int
hashCode()
toString()
-
Constructor Details
-
Entry
-
-
Method Details
-
getMetadata
Return theAnnotationMetadata
of the importingConfiguration
class. -
getImportClassName
Return the fully qualified name of the class to import. -
equals
-
hashCode
public int hashCode() -
toString
-