org.simple4j.wsclient.mapper.IMapper Maven / Gradle / Ivy
/**
* @deprecated - Not used in the current version.
*/
package org.simple4j.wsclient.mapper;
/**
* @deprecated - Not used in the current version.
* @author jsrinivas108
*/
public interface IMapper
{
public T mapData(Object arg) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy