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

top.cutexingluo.tools.designtools.json.serializer.StrJsonStrategy Maven / Gradle / Ivy

Go to download

xingtools 依赖core,附加,也就是基于 SpringBoot 的一些工具或实体类

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.designtools.json.serializer;

/**
 * json 字符串序列化策略
 *
 * @author XingTian
 * @version 1.0.0
 * @date 2024/1/1 14:27
 * @since 1.0.4
 */
@FunctionalInterface
public interface StrJsonStrategy {
    String toJsonStr(String originStr);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy