类 UserConfigurations
java.lang.Object
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.context.annotation.UserConfigurations
- 所有已实现的接口:
Ordered
,PriorityOrdered
Configurations
representing user-defined @Configuration
classes (i.e.
those defined in classes usually written by the user).- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getOrder()
protected UserConfigurations
Merge configurations.static UserConfigurations
从类继承的方法 org.springframework.boot.context.annotation.Configurations
collate, getBeanName, getClasses, getClasses, getClasses, merge, sort
-
构造器详细资料
-
UserConfigurations
-
-
方法详细资料
-
getOrder
public int getOrder() -
merge
从类复制的说明:Configurations
Merge configurations.- 指定者:
merge
在类中Configurations
- 参数:
mergedClasses
- the merged classes- 返回:
- a new configurations instance (must be of the same type as this instance)
-
of
-