Class PathContainer.Options

    • Field Detail

      • MESSAGE_ROUTE

        public static final PathContainer.Options MESSAGE_ROUTE
        Options for a message route:

        Separator '.' without URL decoding nor parsing of params. Escape sequences for the separator char in segment values are still decoded.

    • Method Detail

      • create

        public static PathContainer.Options create​(char separator,
                                                   boolean decodeAndParseSegments)
        Create an PathContainer.Options instance with the given settings.
        Parameters:
        separator - the separator for parsing the path into segments; currently this must be slash or dot.
        decodeAndParseSegments - whether to URL decode path segment values and parse path parameters. If set to false, only escape sequences for the separator char are decoded.