类 PropertiesEnabledCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
top.codef.config.conditions.PropertiesEnabledCondition
- 所有已实现的接口:
org.springframework.context.annotation.Condition
public abstract class PropertiesEnabledCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.boot.autoconfigure.condition.ConditionOutcomegetMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) 从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
字段详细资料
-
propName
-
matchIfMissing
protected final boolean matchIfMissing
-
-
构造器详细资料
-
PropertiesEnabledCondition
-
-
方法详细资料
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - 指定者:
getMatchOutcome在类中org.springframework.boot.autoconfigure.condition.SpringBootCondition
-