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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
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:
matchesin interfaceorg.springframework.context.annotation.Condition
-