Class 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
    • Constructor Detail

      • OnSearchPlatformCondition

        public OnSearchPlatformCondition()
    • Method Detail

      • getConfigurationPhase

        public org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase getConfigurationPhase()
        Specified by:
        getConfigurationPhase in interface org.springframework.context.annotation.ConfigurationCondition
      • matches

        public boolean matches​(org.springframework.context.annotation.ConditionContext context,
                               org.springframework.core.type.AnnotatedTypeMetadata metadata)
        Specified by:
        matches in interface org.springframework.context.annotation.Condition