Package io.micronaut.http.uri
HTTP URI Matching.
- Since:
- 1.0
-
Interface Summary Interface Description UriBuilder Helper class for building URIs and handle encoding correctly.UriMatcher A URI matcher is capable of matching a URI and producing aUriMatchInfo.UriMatchInfo The result of a call toUriMatcher.match(java.net.URI).UriTemplate.PathSegment Represents an expandable path segment. -
Class Summary Class Description UriMatchTemplate ExtendsUriTemplateand adds the ability to match a URI to a given template using theUriMatcher.match(java.net.URI)method.UriMatchTemplate.DefaultUriMatchInfo The defaultUriMatchInfoimplementation.UriMatchTemplate.UriMatchTemplateParser Extended version ofUriTemplate.UriTemplateParserthat builds a regular expression to match a path.UriMatchVariable Represents a variable in a URI template.UriTemplate A Fast Implementation of URI Template specification.UriTemplate.UriTemplateParser An URI template parser.UriTypeMatchTemplate AUriMatchTemplatethat allows specifying types for the URI variables.UriTypeMatchTemplate.TypedUriMatchTemplateParser A typed uri match templated parser.