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

im.nll.data.diffbot.processor.Processor Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package im.nll.data.diffbot.processor;

/**
 * processor
 *
 * @author fivesmallq
 * @version Revision: 1.0
 * @date 16/6/28 下午6:07
 */
public interface Processor {
    /**
     * process diffbot return html to java bean.
     *
     * @param html
     * @return
     */
    T process(String html);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy