![JAR search and dependency download from the Maven repository](/logo.png)
im.nll.data.diffbot.processor.Processor Maven / Gradle / Ivy
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