Class GroupCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.apache.camel.spring.boot.util.GroupCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
- Direct Known Subclasses:
CamelCloudServiceCallConfigurationAutoConfiguration.ServiceCallCondition
,CamelCloudServiceChooserAutoConfiguration.ServiceChooserCondition
,CamelCloudServiceDiscoveryAutoConfiguration.Condition
,CamelCloudServiceFilterAutoConfiguration.Condition
public class GroupCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.condition.ConditionOutcome
getMatchOutcome
(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
Constructor Details
-
GroupCondition
-
-
Method Details
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) - Specified by:
getMatchOutcome
in classorg.springframework.boot.autoconfigure.condition.SpringBootCondition
-