Package io.micronaut.http.uri
Class UriTypeMatchTemplate.TypedUriMatchTemplateParser
java.lang.Object
io.micronaut.http.uri.UriTemplate.UriTemplateParser
io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
io.micronaut.http.uri.UriTypeMatchTemplate.TypedUriMatchTemplateParser
- Enclosing class:
- UriTypeMatchTemplate
protected static class UriTypeMatchTemplate.TypedUriMatchTemplateParser
extends UriMatchTemplate.UriMatchTemplateParser
A typed uri match templated parser.
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getVariablePattern
(String variable, char operator) Methods inherited from class io.micronaut.http.uri.UriMatchTemplate.UriMatchTemplateParser
addRawContentSegment, addVariableSegment
Methods inherited from class io.micronaut.http.uri.UriTemplate.UriTemplateParser
parse
-
Method Details
-
getMatchTemplate
- Overrides:
getMatchTemplate
in classUriMatchTemplate.UriMatchTemplateParser
- Returns:
- The URI match template
-
getVariablePattern
- Overrides:
getVariablePattern
in classUriMatchTemplate.UriMatchTemplateParser
- Parameters:
variable
- The variableoperator
- The operator- Returns:
- The variable match pattern
-