Class OnEndpointElementCondition

  • All Implemented Interfaces:
    org.springframework.context.annotation.Condition

    public abstract class OnEndpointElementCondition
    extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
    Base endpoint element condition. An element can be disabled globally via the defaults name or individually via the name of the element.
    Since:
    2.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      protected org.springframework.boot.autoconfigure.condition.ConditionOutcomegetDefaultEndpointsOutcome​(org.springframework.context.annotation.ConditionContext context) 
      protected org.springframework.boot.autoconfigure.condition.ConditionOutcomegetEndpointOutcome​(org.springframework.context.annotation.ConditionContext context, String endpointName) 
      org.springframework.boot.autoconfigure.condition.ConditionOutcomegetMatchOutcome​(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) 
      • Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition

        anyMatches, logOutcome, matches, matches
    • Method Detail

      • getMatchOutcome

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

        protected org.springframework.boot.autoconfigure.condition.ConditionOutcome getEndpointOutcome​(org.springframework.context.annotation.ConditionContext context,
                                                                                                       String endpointName)
      • getDefaultEndpointsOutcome

        protected org.springframework.boot.autoconfigure.condition.ConditionOutcome getDefaultEndpointsOutcome​(org.springframework.context.annotation.ConditionContext context)