• 2024-09-26JsonGenerator.Feature各枚举项的作用
    枚举项作用AUTO_CLOSE_JSON_CONTENT确定在生成器关闭时,是否自动关闭未匹配的JSON数组或对象。AUTO_CLOSE_TARGET确定生成器是否会自动关闭底层的输出目标。ESCAPE_NON_ASCII指定是否需要对超出7位ASCII范围的所有字符进行转义。FLUSH_PASSED_TO_STREAM指定调用fl
  • 2024-09-11Springboot枚举自定义序列化
    packagexxxxxxxxxxxxx;importcom.fasterxml.jackson.core.JsonGenerator;importcom.fasterxml.jackson.databind.JsonSerializer;importcom.fasterxml.jackson.databind.ObjectMapper;importcom.fasterxml.jackson.databind.SerializerProvider;importcom.fasterx