Package 

Class TrackerConfig.TrackedPathImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String path
      private final Set<HttpMethod> methods
    • Method Summary

      Modifier and Type Method Description
      String getPath()
      Set<HttpMethod> getMethods()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrackerConfig.TrackedPathImpl

        TrackerConfig.TrackedPathImpl(String path, Set<HttpMethod> methods)