Uses of Annotation Type
com.alibaba.fastjson.annotation.JSONField
Packages that use JSONField
-
Uses of JSONField in com.alibaba.fastjson.support.geo
Methods in com.alibaba.fastjson.support.geo with annotations of type JSONFieldModifier and TypeMethodDescriptiondoublePoint.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 JSONFieldModifier and TypeMethodDescriptionFieldInfo.getAnnotation()static JSONFieldTypeUtils.getSuperMethodAnnotation(Class<?> clazz, Method method) Constructors in com.alibaba.fastjson.util with parameters of type JSONFieldModifierConstructorDescriptionFieldInfo(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)