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

us.codecraft.webmagic.model.formatter.ObjectFormatter Maven / Gradle / Ivy

The newest version!
package us.codecraft.webmagic.model.formatter;

/**
 * @author [email protected]
 */
public interface ObjectFormatter {

    T format(String raw) throws Exception;

    Class clazz();

    void initParam(String[] extra);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy