Class EnhanceRequireObjectCache

java.lang.Object
org.apache.skywalking.apm.plugin.spring.mvc.commons.EnhanceRequireObjectCache

public class EnhanceRequireObjectCache extends Object
  • Constructor Details

    • EnhanceRequireObjectCache

      public EnhanceRequireObjectCache()
  • Method Details

    • setPathMappingCache

      public void setPathMappingCache(PathMappingCache pathMappingCache)
    • findPathMapping

      public String findPathMapping(Method method)
    • addPathMapping

      public void addPathMapping(Method method, String url)
    • getPathMappingCache

      public PathMappingCache getPathMappingCache()