Class CamelSSLAutoConfiguration.Condition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration.Condition
All Implemented Interfaces:
org.springframework.context.annotation.Condition
Enclosing class:
CamelSSLAutoConfiguration

public static class CamelSSLAutoConfiguration.Condition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.autoconfigure.condition.ConditionOutcome
    getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata)
     

    Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition

    anyMatches, logOutcome, matches, matches

    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

    • getMatchOutcome

      public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata)
      Specified by:
      getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootCondition