@Order
public class WechatPayConfiguredCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
| Modifier and Type | Field and Description |
|---|---|
private static org.springframework.boot.context.properties.bind.Bindable<Map<String,WechatPayProperties.V3>> |
STRING_WECHAT_V3_MAP
The constant STRING_WECHAT_V3_MAP.
|
| Constructor and Description |
|---|
WechatPayConfiguredCondition() |
| Modifier and Type | Method and Description |
|---|---|
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 in class org.springframework.boot.autoconfigure.condition.SpringBootConditionprivate Map<String,WechatPayProperties.V3> getV3(org.springframework.core.env.Environment environment)
Copyright © 2021. All rights reserved.