Uses of Class
com.alibaba.fastjson.annotation.JSONType
-
Packages that use JSONType Package Description com.alibaba.fastjson.support.geo com.alibaba.fastjson.util -
-
Uses of JSONType in com.alibaba.fastjson.support.geo
Classes in com.alibaba.fastjson.support.geo with annotations of type JSONType Modifier and Type Class Description classFeatureclassFeatureCollectionclassGeometryclassGeometryCollectionclassLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygon -
Uses of JSONType in com.alibaba.fastjson.util
Methods in com.alibaba.fastjson.util with parameters of type JSONType Modifier and Type Method Description static List<FieldInfo>TypeUtils. computeGetters(Class<?> clazz, JSONType jsonType, Map<String,String> aliasMap, Map<String,Field> fieldCacheMap, boolean sorted, PropertyNamingStrategy propertyNamingStrategy)
-