Package | Description |
---|---|
com.alibaba.fastjson.parser | |
com.alibaba.fastjson.parser.deserializer | |
com.alibaba.fastjson.util |
Modifier and Type | Method and Description |
---|---|
FieldDeserializer |
ParserConfig.createFieldDeserializer(ParserConfig mapping,
JavaBeanInfo beanInfo,
FieldInfo fieldInfo) |
Modifier and Type | Field and Description |
---|---|
JavaBeanInfo |
JavaBeanDeserializer.beanInfo |
Modifier and Type | Method and Description |
---|---|
ObjectDeserializer |
ASMDeserializerFactory.createJavaBeanDeserializer(ParserConfig config,
JavaBeanInfo beanInfo) |
Constructor and Description |
---|
JavaBeanDeserializer(ParserConfig config,
JavaBeanInfo beanInfo) |
Modifier and Type | Method and Description |
---|---|
static JavaBeanInfo |
JavaBeanInfo.build(Class<?> clazz,
Type type,
PropertyNamingStrategy propertyNamingStrategy) |
static JavaBeanInfo |
JavaBeanInfo.build(Class<?> clazz,
Type type,
PropertyNamingStrategy propertyNamingStrategy,
boolean fieldBased,
boolean compatibleWithJavaBean) |
static JavaBeanInfo |
JavaBeanInfo.build(Class<?> clazz,
Type type,
PropertyNamingStrategy propertyNamingStrategy,
boolean fieldBased,
boolean compatibleWithJavaBean,
boolean jacksonCompatible) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.