Class SpringBoot12Condition

java.lang.Object
org.apache.dubbo.spring.boot.autoconfigure.SpringBoot12Condition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class SpringBoot12Condition extends Object implements org.springframework.context.annotation.Condition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • IS_SPRING_BOOT_12

      public static boolean IS_SPRING_BOOT_12
  • Constructor Details

    • SpringBoot12Condition

      public SpringBoot12Condition()
  • 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