Interface UriTemplateHandler
- All Known Subinterfaces:
UriBuilderFactory
- All Known Implementing Classes:
DefaultUriBuilderFactory
public interface UriTemplateHandler
Defines methods for expanding a URI template with variables.
- Since:
- 4.2
- Author:
- Rossen Stoyanchev
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionExpand the given URI template with an array of URI variables.Expand the given URI template with a map of URI variables.
-
Method Details
-
expand
-
expand
-