Uses of Class
com.alibaba.fastjson.annotation.JSONField
-
Packages that use JSONField Package Description com.alibaba.fastjson.support.geo com.alibaba.fastjson.util -
-
Uses of JSONField in com.alibaba.fastjson.support.geo
Methods in com.alibaba.fastjson.support.geo with annotations of type JSONField Modifier and Type Method Description doublePoint. getLatitude()doublePoint. getLongitude()voidPoint. setLatitude(double latitude)voidPoint. setLongitude(double longitude) -
Uses of JSONField in com.alibaba.fastjson.util
Methods in com.alibaba.fastjson.util that return JSONField Modifier and Type Method Description JSONFieldFieldInfo. getAnnotation()static JSONFieldTypeUtils. getSuperMethodAnnotation(Class<?> clazz, Method method)Constructors in com.alibaba.fastjson.util with parameters of type JSONField Constructor 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)
-