use of com.navercorp.pinpoint.bootstrap.plugin.uri.UriExtractorProviderRegistry in project pinpoint by naver.
the class UriExtractorProviderLocatorProvider method get.
@Override
public UriExtractorProviderLocator get() {
PluginContextLoadResult pluginContextLoadResult = this.pluginContextLoadResultProvider.get();
List<UriExtractorProvider> uriExtractorProviderList = pluginContextLoadResult.getUriExtractorProviderList();
return new UriExtractorProviderRegistry(uriExtractorProviderList);
}
Aggregations