Uses of Class
org.jboss.resteasy.reactive.server.mapping.URITemplate.TemplateComponent
Packages that use URITemplate.TemplateComponent
-
Uses of URITemplate.TemplateComponent in org.jboss.resteasy.reactive.server.mapping
Fields in org.jboss.resteasy.reactive.server.mapping declared as URITemplate.TemplateComponentModifier and TypeFieldDescriptionfinal URITemplate.TemplateComponent[]URITemplate.componentsThe components, first one is always the stem, so if the stem has been matched it can be ignoredConstructors in org.jboss.resteasy.reactive.server.mapping with parameters of type URITemplate.TemplateComponentModifierConstructorDescriptionURITemplate(String template, String stem, int literalCharacterCount, int capturingGroups, int complexExpressions, URITemplate.TemplateComponent[] components, boolean prefixMatch)