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

com.arextest.diff.handler.parse.sqlparse.Parse Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
package com.arextest.diff.handler.parse.sqlparse;


import com.fasterxml.jackson.databind.node.ObjectNode;

public interface Parse {

  ObjectNode parse(T parseObj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy