@Order
public class WechatPayConfiguredCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
| 限定符和类型 | 字段和说明 |
|---|---|
private static org.springframework.boot.context.properties.bind.Bindable<Map<String,WechatPayProperties.V3>> |
STRING_WECHAT_V3_MAP
The constant STRING_WECHAT_V3_MAP.
|
| 构造器和说明 |
|---|
WechatPayConfiguredCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
private Map<String,WechatPayProperties.V3> |
getV3(org.springframework.core.env.Environment environment) |
private static final org.springframework.boot.context.properties.bind.Bindable<Map<String,WechatPayProperties.V3>> STRING_WECHAT_V3_MAP
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.SpringBootConditionprivate Map<String,WechatPayProperties.V3> getV3(org.springframework.core.env.Environment environment)
Copyright © 2021. All rights reserved.