Uses of Enum
com.alibaba.fastjson.PropertyNamingStrategy
Packages that use PropertyNamingStrategy
-
Uses of PropertyNamingStrategy in com.alibaba.fastjson
Methods in com.alibaba.fastjson that return PropertyNamingStrategyModifier and TypeMethodDescriptionstatic PropertyNamingStrategyReturns 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.serializer
Fields in com.alibaba.fastjson.serializer declared as PropertyNamingStrategyMethods in com.alibaba.fastjson.serializer with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionstatic NameFilterNameFilter.of(PropertyNamingStrategy namingStrategy)