Package 

Object Route.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Route parse(String verb, String url) Parse Kuzzle url with the format /:index/:collection Split each section of the url and tag them either as STATIC or TEMPLATE Static parts are static as the name suggest, they can be combined without further processing Template parts however need to be replaced with the appropriate value Each sections starting with : is considered to be a template part
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • parse

         final Route parse(String verb, String url)

        Parse Kuzzle url with the format /:index/:collection Split each section of the url and tag them either as STATIC or TEMPLATE Static parts are static as the name suggest, they can be combined without further processing Template parts however need to be replaced with the appropriate value Each sections starting with : is considered to be a template part