public abstract class AbstractModeCondition extends Object implements org.springframework.context.annotation.Condition
| Constructor and Description |
|---|
AbstractModeCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
protected abstract boolean |
modeMatches(String mode) |
public boolean matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
matches in interface org.springframework.context.annotation.Conditionprotected abstract boolean modeMatches(String mode)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.