Class URITemplate.TemplateComponent

    • Field Detail

      • literalText

        public final String literalText
        The actual text of the segment
      • name

        public final String name
        The parameter name to map the actual contents to
      • pattern

        public final Pattern pattern
        The pattern for custom regex. This pattern must start with ^ so it will only match from the very start.
      • names

        public final String[] names
        The names of all the capturing groups. Only used for CUSTOM_REGEX
    • Method Detail

      • stringRepresentation

        public String stringRepresentation()
      • dump

        public void dump​(int level)
        Specified by:
        dump in interface Dumpable