Class InstrumentationPropertyEnabled
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.InstrumentationPropertyEnabled
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class InstrumentationPropertyEnabled
extends Object
implements org.springframework.context.annotation.Condition
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
InstrumentationPropertyEnabled
public InstrumentationPropertyEnabled()
-
-
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
-