Skip to content

Instantly share code, notes, and snippets.

package com.swrve.babble;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import org.glassfish.jersey.uri.UriTemplate;
public class UrlTemplate {
private final String template;