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

org.kiwiproject.consul.option.ParamAdder Maven / Gradle / Ivy

package org.kiwiproject.consul.option;

import java.util.List;
import java.util.Map;

public interface ParamAdder {

    Map toQuery();

    List toQueryParameters();

    Map toHeaders();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy