Class PathMappingCache

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

public class PathMappingCache extends Object
PathMappingCache cache all request urls of Controller .
  • Constructor Details

    • PathMappingCache

      public PathMappingCache(String classPath)
  • Method Details

    • findPathMapping

      public String findPathMapping(Method method)
    • addPathMapping

      public void addPathMapping(Method method, String methodPath)