Simple representation of a URI Template that can be rendered as RFC6570 conform string.
This model reflects only a subset of RFC6570.
Level 1 and Level 2 are completely modeled and Level 3 features are limited to: - Path segments, slash-prefixed - Form-style query, ampersand-separated - Fragment expansion
Attributes
- Companion
- object
- Source
- UriTemplate.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Replaces any expansion type that matches the given name
.
Replaces any expansion type that matches the given name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in fragment
that matches the given name
.
Replaces any expansion type in fragment
that matches the given name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in path
that matches the given name
.
Replaces any expansion type in path
that matches the given name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in path
that matches the given name
.
Replaces any expansion type in path
that matches the given name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in query
that matches the specified name
.
Replaces any expansion type in query
that matches the specified name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in query
that matches the specified name
.
Replaces any expansion type in query
that matches the specified name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
Replaces any expansion type in query
that matches the specified name
.
Replaces any expansion type in query
that matches the specified name
. If no matching expansion
could be found the same instance will be returned.
Attributes
- Source
- UriTemplate.scala
If no expansion is available an Uri
will be created otherwise the current instance of UriTemplate
will be returned.
If no expansion is available an Uri
will be created otherwise the current instance of UriTemplate
will be returned.
Attributes
- Source
- UriTemplate.scala
Concrete fields
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Source
- UriTemplate.scala