senzing-garage / g2-sdk-java

Java SDK hosted on MvnRepository.
https://mvnrepository.com/artifact/com.senzing/g2
Apache License 2.0
0 stars 0 forks source link

Move Java G2Engine interface to canonical method signatures #55

Closed barrycaceres closed 5 months ago

barrycaceres commented 8 months ago

Existing JNI Java interface needs to be converted to "package-private" access.

New public interface will be created using the canonical method signatures.

This includes changing the C "glue code" for JNI with new package/class naming as needed.

This ALSO includes javadoc documentation of all methods.

barrycaceres commented 5 months ago

Done