@EnableConfigurationProperties(value=RestApiProperties.JsonSerializeProperties.class) public class BeanSerializerModifierFactory extends com.fasterxml.jackson.databind.ser.BeanSerializerModifier
| 构造器和说明 |
|---|
BeanSerializerModifierFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> |
changeProperties(com.fasterxml.jackson.databind.SerializationConfig config,
com.fasterxml.jackson.databind.BeanDescription beanDesc,
List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties) |
protected boolean |
isArrayType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer) |
protected boolean |
isDoubleType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer) |
protected boolean |
isIntegerType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer) |
protected boolean |
isStringType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer) |
public List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> changeProperties(com.fasterxml.jackson.databind.SerializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties)
changeProperties 在类中 com.fasterxml.jackson.databind.ser.BeanSerializerModifierprotected boolean isArrayType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
protected boolean isStringType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
protected boolean isIntegerType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
protected boolean isDoubleType(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
Copyright © 2023. All rights reserved.