| Package | Description |
|---|---|
| com.alibaba.fastjson | |
| com.alibaba.fastjson.serializer | |
| com.alibaba.fastjson.support.geo | |
| com.alibaba.fastjson.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONPatch.Operation |
| Modifier and Type | Method and Description |
|---|---|
JSONType |
JavaBeanSerializer.getJSONType() |
| Constructor and Description |
|---|
SerializeBeanInfo(Class<?> beanType,
JSONType jsonType,
String typeName,
String typeKey,
int features,
FieldInfo[] fields,
FieldInfo[] sortedFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
Feature |
class |
FeatureCollection |
class |
Geometry |
class |
GeometryCollection |
class |
LineString |
class |
MultiLineString |
class |
MultiPoint |
class |
MultiPolygon |
class |
Point |
class |
Polygon |
| Modifier and Type | Field and Description |
|---|---|
JSONType |
JavaBeanInfo.jsonType |
| 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 Class<?> |
JavaBeanInfo.getBuilderClass(Class<?> clazz,
JSONType type) |
static Class<?> |
JavaBeanInfo.getBuilderClass(JSONType type)
Deprecated.
|
| 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.