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

com.pastdev.httpcomponents.factory.ParamValueFactory Maven / Gradle / Ivy

The newest version!
package com.pastdev.httpcomponents.factory;


import com.pastdev.httpcomponents.annotations.Param;
import com.pastdev.httpcomponents.server.Servers;


public interface ParamValueFactory {
    public String valueOf( Servers servers, Param param );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy