gu.sql2java.json.FastJsonInitializerImpl 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
The newest version!
package gu.sql2java.json;
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
*/
public class FastJsonInitializerImpl implements FastJsonInitializer {
@Override
public void init() {
FastjsonDeserializer.install();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy