Package com.epimorphics.webapi.dispatch
Class CompiledTemplate.VarGroupIndex
- java.lang.Object
-
- com.epimorphics.webapi.dispatch.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)
-
-