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

cn.structure.starter.web.restful.enums.HttpMessageConverterEnum Maven / Gradle / Ivy

package cn.structure.starter.web.restful.enums;

/**
 * 

* Http消息转换枚举 *

* * @author chuck * @version 1.0.1 * @since 2021/1/3 20:52 */ public enum HttpMessageConverterEnum { NONE, FAST_JSON, ; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy