Class CompiledTemplate.VarGroupIndex

  • Enclosing class:
    CompiledTemplate<T>

    protected static class CompiledTemplate.VarGroupIndex
    extends Object
    A VarGroupIndex associates a {} variable from a URI template with its group index in the regular expression that matches the template.
    • Constructor Detail

      • VarGroupIndex

        public VarGroupIndex​(String varName,
                             int groupIndex)