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

com.findwise.hydra.DocumentID Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.findwise.hydra;

public interface DocumentID {
	public Object getID();
	
	public String toJSON();
	
	public void setFromJSON(String json) throws JsonException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy