Class ControllerReflectionUtils

java.lang.Object
com.totvs.tjf.metrics.interceptor.utils.ControllerReflectionUtils

public class ControllerReflectionUtils extends Object
  • Constructor Details

    • ControllerReflectionUtils

      public ControllerReflectionUtils()
  • Method Details

    • isSpringErrorControllers

      public static boolean isSpringErrorControllers(org.springframework.web.method.HandlerMethod method)
    • getURIControllerPath

      public static String getURIControllerPath(org.springframework.web.method.HandlerMethod method)
    • getURIMethodPath

      public static String getURIMethodPath(org.springframework.web.method.HandlerMethod method)