类 PayLogApiLocalServiceAutoConfigure.WrapperCondition

java.lang.Object
net.guerlab.smart.pay.api.autoconfig.PayLogApiLocalServiceAutoConfigure.WrapperCondition
所有已实现的接口:
org.springframework.context.annotation.Condition
封闭类:
PayLogApiLocalServiceAutoConfigure

public static class PayLogApiLocalServiceAutoConfigure.WrapperCondition
extends java.lang.Object
implements org.springframework.context.annotation.Condition
  • 构造器概要

    构造器 
    构造器 说明
    WrapperCondition()  
  • 方法概要

    修饰符和类型 方法 说明
    boolean matches​(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)  

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

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

  • 方法详细资料

    • matches

      public boolean matches​(@NonNull org.springframework.context.annotation.ConditionContext context, @NonNull org.springframework.core.type.AnnotatedTypeMetadata metadata)
      指定者:
      matches 在接口中 org.springframework.context.annotation.Condition