类 OnEnabledDevToolsCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
- 所有已实现的接口:
Condition
@Deprecated(since="3.5.0",
forRemoval=true)
public class OnEnabledDevToolsCondition
extends SpringBootCondition
已过时, 待删除: 此 API 元素将从以后的版本中删除。
A condition that checks if DevTools should be enabled.
- 从以下版本开始:
- 2.2.0
- 作者:
- Madhura Bhave
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Determine the outcome of the match along with suitable log output.从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
构造器详细资料
-
OnEnabledDevToolsCondition
public OnEnabledDevToolsCondition()已过时, 待删除: 此 API 元素将从以后的版本中删除。
-
-
方法详细资料
-
getMatchOutcome
已过时, 待删除: 此 API 元素将从以后的版本中删除。从类复制的说明:SpringBootCondition
Determine the outcome of the match along with suitable log output.- 指定者:
getMatchOutcome
在类中SpringBootCondition
- 参数:
context
- the condition contextmetadata
- the annotation metadata- 返回:
- the condition outcome
-
@ConditionalOnEnabledDevTools