org.zalando.riptide.compatibility.UriVariables Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riptide-compatibility Show documentation
Show all versions of riptide-compatibility Show documentation
Client side response routing
package org.zalando.riptide.compatibility;
import com.google.gag.annotation.remark.Hack;
import org.springframework.web.util.UriComponentsBuilder;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
final class UriVariables {
private UriVariables() {
}
@Hack("Pretty dirty, but I couldn't find any other way...")
static Object[] extract(final String template, final Map variables) {
final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy