
eu.interedition.text.neo4j.DataNodeMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of text-core Show documentation
Show all versions of text-core Show documentation
Stand-off Markup/Annotation Text Model
The newest version!
package eu.interedition.text.neo4j;
import java.io.IOException;
import org.neo4j.graphdb.Node;
/**
* @author Gregor Middell
*/
public interface DataNodeMapper {
T read(Node source, Class type) throws IOException;
void write(T data, Node target) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy