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

com.github.datalking.web.bind.WebDataBinderFactory Maven / Gradle / Ivy

package com.github.datalking.web.bind;

import com.github.datalking.web.context.request.WebRequest;

/**
 * @author yaoo on 4/29/18
 */
public interface WebDataBinderFactory {

    WebDataBinder createBinder(WebRequest webRequest, Object target, String objectName) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy