类 DeferredImportSelector.Group.Entry
- java.lang.Object
- org.springframework.context.annotation.DeferredImportSelector.Group.Entry
public static class DeferredImportSelector.Group.Entry extends Object
An entry that holds theAnnotationMetadataof the importingConfigurationclass and the class name to import.
构造器概要
构造器 构造器 说明 Entry(AnnotationMetadata metadata, String importClassName)
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object other)StringgetImportClassName()Return the fully qualified name of the class to import.AnnotationMetadatagetMetadata()Return theAnnotationMetadataof the importingConfigurationclass.inthashCode()StringtoString()
构造器详细资料
Entry
public Entry(AnnotationMetadata metadata, String importClassName)
方法详细资料
getMetadata
public AnnotationMetadata getMetadata()
Return theAnnotationMetadataof the importingConfigurationclass.
getImportClassName
public String getImportClassName()
Return the fully qualified name of the class to import.