Class DatarouterMysqlPaths.ClientsPaths

java.lang.Object
io.datarouter.httpclient.path.PathNode
io.datarouter.client.mysql.web.DatarouterMysqlPaths.ClientsPaths
Enclosing class:
DatarouterMysqlPaths

public static class DatarouterMysqlPaths.ClientsPaths
extends io.datarouter.httpclient.path.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.httpclient.path.PathNode mysql  

    Fields inherited from class io.datarouter.httpclient.path.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ClientsPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.httpclient.path.PathNode

    branch, equals, getValue, hashCode, isLeaf, leaf, nodesAfter, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithoutLeadingSlash, toSlashedStringWithTrailingSlash, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • mysql

      public final io.datarouter.httpclient.path.PathNode mysql
  • Constructor Details