接口 DeferredImportSelector
- 所有超级接口:
ImportSelector
A variation of
ImportSelector that runs after all @Configuration beans
have been processed. This type of selector can be particularly useful when the selected
imports are @Conditional.
Implementations can also extend the Ordered
interface or use the Order annotation to
indicate a precedence against other DeferredImportSelectors.
Implementations may also provide an import group which
can provide additional sorting and filtering logic across different selectors.
- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Stephane Nicoll
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfaceInterface used to group results from different import selectors. -
字段概要
从接口继承的字段 cn.taketoday.context.loader.ImportSelector
NO_IMPORTS -
方法概要
从接口继承的方法 cn.taketoday.context.loader.ImportSelector
getExclusionFilter, selectImports
-
方法详细资料
-
getImportGroup
Return a specific import group.The default implementations return
nullfor no grouping required.- 返回:
- the import group class, or
nullif none
-