![JAR search and dependency download from the Maven repository](/logo.png)
io.github.rhwayfun.springboot.rocketmq.starter.constants.RocketMqContent Maven / Gradle / Ivy
package io.github.rhwayfun.springboot.rocketmq.starter.constants;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.serializer.SerializerFeature;
import java.io.Serializable;
/**
* @author rhwayfun
* @since 0.0.1
*/
public class RocketMqContent implements Serializable {
private static final long serialVersionUID = 1L;
/**
* FastJSON serialize
*
* @return content json string
*/
@Override
public String toString() {
return JSON.toJSONString(this, SerializerFeature.NotWriteDefaultValue);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy