类 ConditionalOnOSCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
spring.turbo.bean.condition.ConditionalOnOSCondition
所有已实现的接口:
org.springframework.context.annotation.Condition

public final class ConditionalOnOSCondition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
从以下版本开始:
2.0.1
作者:
应卓
另请参阅:
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.boot.autoconfigure.condition.ConditionOutcome
    getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
     

    从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition

    anyMatches, logOutcome, matches, matches

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ConditionalOnOSCondition

      public ConditionalOnOSCondition()
  • 方法详细资料

    • 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