
com.github.fge.uritemplate.expression.URITemplateExpression Maven / Gradle / Ivy
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