Package io.micronaut.http.uri
Class UriMatchTemplate.DefaultUriMatchInfo
java.lang.Object
io.micronaut.http.uri.UriMatchTemplate.DefaultUriMatchInfo
- All Implemented Interfaces:
UriMatchInfo
- Enclosing class:
- UriMatchTemplate
The default
UriMatchInfo
implementation.-
Constructor Summary
ModifierConstructorDescriptionprotected
DefaultUriMatchInfo
(String uri, Map<String, Object> variableValues, List<UriMatchVariable> variables) -
Method Summary
-
Constructor Details
-
Method Details
-
getUri
- Specified by:
getUri
in interfaceUriMatchInfo
- Returns:
- The matched URI
-
getVariableValues
- Specified by:
getVariableValues
in interfaceUriMatchInfo
- Returns:
- The variable values following a successful match
-
getVariables
- Specified by:
getVariables
in interfaceUriMatchInfo
- Returns:
- The list of template variables
-
getVariableMap
- Specified by:
getVariableMap
in interfaceUriMatchInfo
- Returns:
- A map of the variables.
-
equals
-
toString
-
hashCode
public int hashCode()
-