Class ServletMappingResolverFactory
- java.lang.Object
-
- io.opentelemetry.instrumentation.servlet.naming.ServletMappingResolverFactory
-
public abstract class ServletMappingResolverFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ServletMappingResolverFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description io.opentelemetry.instrumentation.api.servlet.MappingResolvercreate()protected abstract Collection<String>getMappings()
-
-
-
Method Detail
-
getMappings
protected abstract Collection<String> getMappings()
-
create
public final io.opentelemetry.instrumentation.api.servlet.MappingResolver create()
-
-