Class URITemplate.TemplateComponent
java.lang.Object
org.jboss.resteasy.reactive.server.mapping.URITemplate.TemplateComponent
- All Implemented Interfaces:
Dumpable
- Enclosing class:
URITemplate
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String[]The names of all the capturing groups.final StringThe actual text of the segmentfinal StringThe parameter name to map the actual contents tofinal String[]The names of all the components.final PatternThe pattern for custom regex.final URITemplate.TypeThe type of component. -
Constructor Summary
ConstructorsConstructorDescriptionTemplateComponent(URITemplate.Type type, String literalText, String name, Pattern pattern, String[] names, String[] groups) -
Method Summary
-
Field Details
-
type
The type of component. -
literalText
The actual text of the segment -
name
The parameter name to map the actual contents to -
pattern
The pattern for custom regex. This pattern must start with ^ so it will only match from the very start. -
groups
The names of all the capturing groups. Only used for CUSTOM_REGEX -
names
The names of all the components. Only used for CUSTOM_REGEX
-
-
Constructor Details
-
TemplateComponent
-
-
Method Details