gu.sql2java.geometry.fastjson.FastJsonInitializerGeoImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-base Show documentation
Show all versions of sql2java-base Show documentation
sql2java common class package
package gu.sql2java.geometry.fastjson;
import gu.simplemq.json.FastJsonInitializer;
/**
* implementation of simplemq {@code gu.simplemq.json.FastJsonInitializer}
* MAVEN dependencies:
*
* <dependency>
* <groupId>com.gitee.l0km</groupId>
* <artifactId>simplemq-base</artifactId>
* <version>${simplemq.version}</version>
* </dependency>
*
* @author guyadong
* @since 3.18.0
*/
public class FastJsonInitializerGeoImpl implements FastJsonInitializer {
@Override
public void init() {
GeometryInit.init();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy