Class ConditionalOnSearchPlatform.OnSearchPlatformCondition
java.lang.Object
com.atlassian.confluence.internal.index.config.ConditionalOnSearchPlatform.OnSearchPlatformCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
,org.springframework.context.annotation.ConfigurationCondition
- Enclosing class:
- ConditionalOnSearchPlatform
public static class ConditionalOnSearchPlatform.OnSearchPlatformCondition
extends Object
implements org.springframework.context.annotation.ConfigurationCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
boolean
matches
(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
OnSearchPlatformCondition
public OnSearchPlatformCondition()
-
-
Method Details
-
getConfigurationPhase
public org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase getConfigurationPhase()- Specified by:
getConfigurationPhase
in interfaceorg.springframework.context.annotation.ConfigurationCondition
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
-