Package | Description |
---|---|
com.alibaba.fastjson | |
com.alibaba.fastjson.support.geo | |
com.alibaba.fastjson.util |
Modifier and Type | Field and Description |
---|---|
JSONPatch.OperationType |
JSONPatch.Operation.type |
Modifier and Type | Method and Description |
---|---|
double |
Point.getLatitude() |
double |
Point.getLongitude() |
void |
Point.setLatitude(double latitude) |
void |
Point.setLongitude(double longitude) |
Modifier and Type | Method and Description |
---|---|
JSONField |
FieldInfo.getAnnotation() |
static JSONField |
TypeUtils.getSuperMethodAnnotation(Class<?> clazz,
Method method) |
Constructor and Description |
---|
FieldInfo(String name,
Method method,
Field field,
Class<?> clazz,
Type type,
int ordinal,
int serialzeFeatures,
int parserFeatures,
JSONField fieldAnnotation,
JSONField methodAnnotation,
String label) |
FieldInfo(String name,
Method method,
Field field,
Class<?> clazz,
Type type,
int ordinal,
int serialzeFeatures,
int parserFeatures,
JSONField fieldAnnotation,
JSONField methodAnnotation,
String label,
Map<TypeVariable,Type> genericInfo) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.