Package com.linkedin.alpini.router.api
Interface ResourcePathParser<P extends ResourcePath<K>,K>
- All Known Subinterfaces:
ExtendedResourcePathParser<P,
K, HTTP_REQUEST>
- All Known Implementing Classes:
VenicePathParser
public interface ResourcePathParser<P extends ResourcePath<K>,K>
-
Method Summary
Modifier and TypeMethodDescriptionparseResourceUri
(String uri) substitutePartitionKey
(P path, Collection<K> s) substitutePartitionKey
(P path, K s)
-
Method Details
-
parseResourceUri
- Throws:
RouterException
-
substitutePartitionKey
-
substitutePartitionKey
-