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

se.fortnox.reactivewizard.client.RequestParameterSerializer Maven / Gradle / Ivy

package se.fortnox.reactivewizard.client;

/**
 * Implement this interface to add custom serialization of request parameters.
 */
public interface RequestParameterSerializer {
    void addParameter(T param, RequestBuilder request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy