All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.uritemplate.expression.URITemplateExpression Maven / Gradle / Ivy

There is a newer version: 0.9
Show newest version
package com.github.fge.uritemplate.expression;

import com.github.fge.uritemplate.URITemplateException;
import com.github.fge.uritemplate.vars.values.VariableValue;

import java.util.Map;

public interface URITemplateExpression
{
    String expand(final Map vars)
        throws URITemplateException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy