public class NeedsHistoryAutoConfigurationCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HISTORY_AUTO |
protected String |
historyAutoFieldName |
| Constructor and Description |
|---|
NeedsHistoryAutoConfigurationCondition() |
| 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) |
protected boolean |
isHistoryAutoSupported() |
protected boolean |
needsAdditionalConfiguration(org.springframework.context.annotation.ConditionContext context) |
protected static final String HISTORY_AUTO
protected String historyAutoFieldName
public NeedsHistoryAutoConfigurationCondition()
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.SpringBootConditionprotected boolean needsAdditionalConfiguration(org.springframework.context.annotation.ConditionContext context)
protected boolean isHistoryAutoSupported()
Copyright © 2015–2021 camunda services GmbH. All rights reserved.