Package | Description |
---|---|
com.alibaba.fastjson.parser | |
com.alibaba.fastjson.parser.deserializer | |
com.alibaba.fastjson.serializer | |
com.alibaba.fastjson.util |
Modifier and Type | Method and Description |
---|---|
FieldDeserializer |
ParserConfig.createFieldDeserializer(ParserConfig mapping,
JavaBeanInfo beanInfo,
FieldInfo fieldInfo) |
ObjectDeserializer |
ParserConfig.getDeserializer(FieldInfo fieldInfo) |
Modifier and Type | Field and Description |
---|---|
FieldInfo |
FieldDeserializer.fieldInfo |
Constructor and Description |
---|
ArrayListTypeFieldDeserializer(ParserConfig mapping,
Class<?> clazz,
FieldInfo fieldInfo) |
DefaultFieldDeserializer(ParserConfig config,
Class<?> clazz,
FieldInfo fieldInfo) |
FieldDeserializer(Class<?> clazz,
FieldInfo fieldInfo) |
Modifier and Type | Field and Description |
---|---|
FieldInfo |
FieldSerializer.fieldInfo |
Constructor and Description |
---|
BeanContext(Class<?> beanClass,
FieldInfo fieldInfo) |
FieldSerializer(Class<?> beanType,
FieldInfo fieldInfo) |
SerializeBeanInfo(Class<?> beanType,
JSONType jsonType,
String typeName,
String typeKey,
int features,
FieldInfo[] fields,
FieldInfo[] sortedFields) |
SerializeBeanInfo(Class<?> beanType,
JSONType jsonType,
String typeName,
String typeKey,
int features,
FieldInfo[] fields,
FieldInfo[] sortedFields) |
Modifier and Type | Field and Description |
---|---|
FieldInfo[] |
JavaBeanInfo.fields |
FieldInfo[] |
JavaBeanInfo.sortedFields |
Modifier and Type | Method and Description |
---|---|
static List<FieldInfo> |
TypeUtils.computeGetters(Class<?> clazz,
JSONType jsonType,
Map<String,String> aliasMap,
Map<String,Field> fieldCacheMap,
boolean sorted,
PropertyNamingStrategy propertyNamingStrategy) |
static List<FieldInfo> |
TypeUtils.computeGetters(Class<?> clazz,
Map<String,String> aliasMap) |
static List<FieldInfo> |
TypeUtils.computeGetters(Class<?> clazz,
Map<String,String> aliasMap,
boolean sorted) |
static List<FieldInfo> |
TypeUtils.computeGettersWithFieldBase(Class<?> clazz,
Map<String,String> aliasMap,
boolean sorted,
PropertyNamingStrategy propertyNamingStrategy) |
Modifier and Type | Method and Description |
---|---|
int |
FieldInfo.compareTo(FieldInfo o) |
Constructor and Description |
---|
JavaBeanInfo(Class<?> clazz,
Class<?> builderClass,
Constructor<?> defaultConstructor,
Constructor<?> creatorConstructor,
Method factoryMethod,
Method buildMethod,
JSONType jsonType,
List<FieldInfo> fieldList) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.