Class ConditionalOnBean.Condition

java.lang.Object
io.fluxcapacitor.javaclient.configuration.spring.ConditionalOnBean.Condition
All Implemented Interfaces:
org.springframework.context.annotation.Condition, org.springframework.context.annotation.ConfigurationCondition
Enclosing class:
ConditionalOnBean

@Order public static class ConditionalOnBean.Condition 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
     
    boolean
    matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Condition

      public Condition()
  • Method Details

    • 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
    • getConfigurationPhase

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