Class MappingResolver
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.servlet.MappingResolver
-
public final class MappingResolver extends Object
Helper class for finding a mapping that matches current request from a collection of mappings.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MappingResolverbuild(Collection<String> mappings)Stringresolve(String servletPath, String pathInfo)Find mapping for requested path.
-
-
-
Method Detail
-
build
public static MappingResolver build(Collection<String> mappings)
-
-