Uses of Class
com.alibaba.fastjson.PropertyNamingStrategy
-
Packages that use PropertyNamingStrategy Package Description com.alibaba.fastjson com.alibaba.fastjson.annotation com.alibaba.fastjson.serializer com.alibaba.fastjson.util -
-
Uses of PropertyNamingStrategy in com.alibaba.fastjson
Methods in com.alibaba.fastjson that return PropertyNamingStrategy Modifier and Type Method Description static PropertyNamingStrategyPropertyNamingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyNamingStrategy[]PropertyNamingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyNamingStrategy in com.alibaba.fastjson.annotation
Methods in com.alibaba.fastjson.annotation that return PropertyNamingStrategy Modifier and Type Method Description PropertyNamingStrategynaming() -
Uses of PropertyNamingStrategy in com.alibaba.fastjson.serializer
Fields in com.alibaba.fastjson.serializer declared as PropertyNamingStrategy Modifier and Type Field Description PropertyNamingStrategySerializeConfig. propertyNamingStrategyMethods in com.alibaba.fastjson.serializer with parameters of type PropertyNamingStrategy Modifier and Type Method Description static NameFilterNameFilter. of(PropertyNamingStrategy namingStrategy) -
Uses of PropertyNamingStrategy in com.alibaba.fastjson.util
Methods in com.alibaba.fastjson.util with parameters of type PropertyNamingStrategy 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)
-