嗨,我遇到了一个奇怪的问题,我在rest中使用spring数据rest和spring引导。另外,我正在通过jackson模块进行一些定制,以添加一个自定义的BeanSerializerModifier来执行一些筛选,opertaions.The奇怪的部分是bean序列化程序在使用eclipse测试用例时工作得很好,这是下面的方法
public List<BeanPropertyWriter> changeProperties(Seriali
当我将属性作为name,value发送时,name是作为" name“发送的,而不是name的参数值。有什么办法可以解决它吗?现在,我使用case以正确的方式发送。工作中的一个 * Change properties of the elements this.changeProperties = function(type,value) {