类 WechatPayConfiguredCondition
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- cn.crushes.cloud.core.pay.wechat.WechatPayConfiguredCondition
-
- 所有已实现的接口:
org.springframework.context.annotation.Condition
@Order public class WechatPayConfiguredCondition extends org.springframework.boot.autoconfigure.condition.SpringBootConditionThe type Wechat pay configured condition.- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private static org.springframework.boot.context.properties.bind.Bindable<Map<String,WechatPayProperties.V3>>STRING_WECHAT_V3_MAPThe constant STRING_WECHAT_V3_MAP.
-
构造器概要
构造器 构造器 说明 WechatPayConfiguredCondition()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.boot.autoconfigure.condition.ConditionOutcomegetMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)private Map<String,WechatPayProperties.V3>getV3(org.springframework.core.env.Environment environment)
-
-
-
字段详细资料
-
STRING_WECHAT_V3_MAP
private static final org.springframework.boot.context.properties.bind.Bindable<Map<String,WechatPayProperties.V3>> STRING_WECHAT_V3_MAP
The constant STRING_WECHAT_V3_MAP.
-
-
方法详细资料
-
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
-
getV3
private Map<String,WechatPayProperties.V3> getV3(org.springframework.core.env.Environment environment)
-
-